Home
last modified time | relevance | path

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

/glogg/glogg/src/data/ !
H A Dlogfiltereddataworkerthread.cpp
H A Dlogdata.cpp
/glogg/src/data/ !
H A Dlogfiltereddataworkerthread.cpp81 const LineNumber this_line = i->lineNumber(); in deleteMatch() local
82 if ( this_line == line ) { in deleteMatch()
87 if ( this_line < line ) in deleteMatch()
H A Dlogdata.cpp468 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetLines() local
470 list.append( codec_->toUnicode( this_line ) ); in doGetLines()
511 QByteArray this_line = blob.mid( beginning, end - beginning ); in doGetExpandedLines() local
512 QString conv_line = codec_->toUnicode( this_line ); in doGetExpandedLines()
/glogg/glogg/src/ !
H A Dabstractlogview.cpp
/glogg/src/ !
H A Dabstractlogview.cpp1178 QString this_line = logData->getExpandedLineString( line ); in convertCoordToFilePos() local
1179 const int length = this_line.length(); in convertCoordToFilePos()