Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dselection.cpp
H A Dselection.h
H A Dquickfind.cpp
/glogg/src/
H A Dselection.cpp53 void Selection::selectRange( int start_line, int end_line ) in selectRange() argument
59 selectedRange_.startLine = qMin ( start_line, end_line ); in selectRange()
60 selectedRange_.endLine = qMax ( start_line, end_line ); in selectRange()
62 selectedRange_.firstLine = start_line; in selectRange()
H A Dselection.h69 void selectRange( int start_line, int end_line );
H A Dquickfind.cpp272 int start_line = ++line; in doSearchForward() local
276 line = start_line; in doSearchForward()