Home
last modified time | relevance | path

Searched refs:getPortionForLine (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.h90 bool getPortionForLine( int line,
H A Dselection.cpp96 bool Selection::getPortionForLine( int line, int* start_column, int* end_column ) const in getPortionForLine() function in Selection
H A Dabstractlogview.cpp1552 selection_.getPortionForLine( line_index, &sel_start, &sel_end ); in drawTextArea()