Searched refs:rCmpBase (Results 1 – 1 of 1) sorted by relevance
331 sal_Bool SwTOXIndex::operator==( const SwTOXSortTabBase& rCmpBase ) in operator ==() argument333 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator ==()365 sal_Bool SwTOXIndex::operator<( const SwTOXSortTabBase& rCmpBase ) in operator <() argument367 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator <()489 sal_Bool SwTOXCustom::operator==(const SwTOXSortTabBase& rCmpBase) in operator ==() argument497 rCmpBase.GetTxt( sOtherTxt, sOtherTxtReading ); in operator ==()499 return GetLevel() == rCmpBase.GetLevel() && in operator ==()501 sOtherTxt, sOtherTxtReading, rCmpBase.GetLocale() ); in operator ==()505 sal_Bool SwTOXCustom::operator < (const SwTOXSortTabBase& rCmpBase) in operator <() argument513 rCmpBase.GetTxt( sOtherTxt, sOtherTxtReading ); in operator <()[all …]
Completed in 16 milliseconds