Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/tox/
H A Dtxmsrt.cxx331 sal_Bool SwTOXIndex::operator==( const SwTOXSortTabBase& rCmpBase ) in operator ==() argument
333 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator ==()
365 sal_Bool SwTOXIndex::operator<( const SwTOXSortTabBase& rCmpBase ) in operator <() argument
367 SwTOXIndex& rCmp = (SwTOXIndex&)rCmpBase; in operator <()
489 sal_Bool SwTOXCustom::operator==(const SwTOXSortTabBase& rCmpBase) in operator ==() argument
497 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 <() argument
513 rCmpBase.GetTxt( sOtherTxt, sOtherTxtReading ); in operator <()
[all …]

Completed in 16 milliseconds