Home
last modified time | relevance | path

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

/aoo42x/main/editeng/inc/editeng/
H A Deditdata.hxx154 sal_Bool IsGreater( const ESelection& rS ) const;
189 inline sal_Bool ESelection::IsGreater( const ESelection& rS ) const in IsGreater() function in ESelection
/aoo42x/main/sc/source/core/data/
H A Ddociter.cxx2096 inline sal_Bool IsGreater( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in IsGreater() function
2120 if ( pCell && IsGreater( nNextCol, nNextRow, nCellCol, nCellRow ) ) in GetNext()
2126 if ( pPattern && IsGreater( nNextCol, nNextRow, nAttrCol2, nAttrRow ) ) in GetNext()
2139 if ( IsGreater( nCellCol, nCellRow, nAttrCol1, nAttrRow ) ) // vorne nur Attribute ? in GetNext()
/aoo42x/main/editeng/source/editeng/
H A Dimpedit.cxx1912 if ( !aDestSel.IsLess( aCurSel ) && !aDestSel.IsGreater( aCurSel ) ) in dragOver()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin.cxx3007 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
3056 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx5282 if(!aCompare.IsLess(aSelection) && !aCompare.IsGreater(aSelection)) in SelectMenuPosition()

Completed in 79 milliseconds