Home
last modified time | relevance | path

Searched refs:crop (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dselection.h
H A Dselection.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dselection.h76 void crop( int last_line );
H A Dselection.cpp81 void Selection::crop( int last_line ) in crop() function in Selection
H A Dabstractlogview.cpp1032 selection_.crop( logData->getNbLine() - 1 ); in updateData()