Home
last modified time | relevance | path

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

/AOO42X/main/editeng/inc/editeng/ !
H A Deditdata.hxx153 sal_Bool IsLess( const ESelection& rS ) const;
176 inline sal_Bool ESelection::IsLess( const ESelection& rS ) const in IsLess() function in ESelection
/AOO42X/main/sw/source/core/tox/ !
H A Dtxmsrt.cxx380 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
516 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
/AOO42X/main/tools/source/generic/ !
H A Dbigint.cxx163 sal_Bool BigInt::IsLess( const BigInt& rVal ) const in IsLess() function in BigInt
265 if ( IsLess(rB) ) in SubLong()
/AOO42X/main/tools/inc/tools/ !
H A Dbigint.hxx64 TOOLS_DLLPRIVATE sal_Bool IsLess(BigInt const &) const;
/AOO42X/main/sw/source/core/inc/ !
H A Dtxmsrt.hxx94 inline sal_Bool IsLess( const String& rTxt1, const String& rTxtReading1, in IsLess() function in SwTOXInternational
/AOO42X/main/editeng/source/editeng/ !
H A Dimpedit.cxx1653 sal_Bool bBeforeSelection = aDropPos.IsLess( pDragAndDropInfo->aBeginDragSel ); in dragDropEnd()
1912 if ( !aDestSel.IsLess( aCurSel ) && !aDestSel.IsGreater( aCurSel ) ) in dragOver()
/AOO42X/main/sd/source/ui/view/ !
H A DOutliner.cxx449 && maStartSelection.IsLess(aCurrentSelection)) in GetNextSpellSentence()
/AOO42X/main/sc/source/ui/view/ !
H A Dgridwin.cxx2988 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
3037 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
/AOO42X/main/sw/source/ui/docvw/ !
H A Dedtwin.cxx5281 if(!aCompare.IsLess(aSelection) && !aCompare.IsGreater(aSelection)) in SelectMenuPosition()