Home
last modified time | relevance | path

Searched defs:start_column (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dselection.cpp
H A Dquickfindpattern.h
H A Dselection.h
/glogg/src/
H A Dselection.cpp42 void Selection::selectPortion( int line, int start_column, int end_column ) in selectPortion()
96 bool Selection::getPortionForLine( int line, int* start_column, int* end_column ) const in getPortionForLine()
H A Dquickfindpattern.h33 QuickFindMatch( int start_column, int length ) in QuickFindMatch()
H A Dselection.h34 Portion( int line, int start_column, int end_column ) in Portion()