Home
last modified time | relevance | path

Searched refs:getExpandedLineString (Results 1 – 18 of 18) sorted by relevance

/glogg/glogg/src/
H A Dquickfind.cpp
H A Dselection.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dquickfind.cpp262 logData_->getExpandedLineString( line ), in doSearchForward()
282 logData_->getExpandedLineString( line ) ) ) { in doSearchForward()
347 logData_->getExpandedLineString( line ), in doSearchBackward()
360 logData_->getExpandedLineString( line ) ) ) { in doSearchBackward()
H A Dselection.cpp151 text = logData->getExpandedLineString( selectedPartial_.line ). in getSelectedText()
H A Dabstractlogview.cpp1178 QString this_line = logData->getExpandedLineString( line ); in convertCoordToFilePos()
1312 const QString line = logData->getExpandedLineString( pos.y() ); in selectWordAtPosition()
/glogg/glogg/src/data/
H A Dabstractlogdata.cpp
H A Dabstractlogdata.h
H A Dlogfiltereddata.cpp
H A Dlogfiltereddataworkerthread.cpp
/glogg/src/data/
H A Dabstractlogdata.cpp39 QString AbstractLogData::getExpandedLineString( qint64 line ) const in getExpandedLineString() function in AbstractLogData
H A Dabstractlogdata.h42 QString getExpandedLineString( qint64 line ) const;
H A Dlogfiltereddata.cpp363 QString string = sourceLogData_->getExpandedLineString( line ); in doGetExpandedLineString()
430 return sourceLogData_->getExpandedLineString( line ).length(); in doGetLineLength()
H A Dlogfiltereddataworkerthread.cpp246 const int length = sourceLogData_->getExpandedLineString(i+j).length(); in doSearch()
/glogg/glogg/tests/
H A DlogdataTest.cpp
H A DlogdataPerfTest.cpp
/glogg/tests/
H A DlogdataTest.cpp193 ASSERT_THAT( QString::compare( log_data.getExpandedLineString( 12 ), ref ), 0 ); in TEST_F()
257 …ASSERT_THAT( QString::compare( log_data.getExpandedLineString( 4 ), QStringLiteral( "Molière" ) ),… in TEST_F()
275 …ASSERT_THAT( QString::compare( log_data.getExpandedLineString( 4 ), QStringLiteral( "Molière" ) ),… in TEST_F()
H A DlogdataPerfTest.cpp104 s = log_data.getExpandedLineString(i); in TEST_F()