Searched refs:IsGreater (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/editeng/inc/editeng/ |
H A D | editdata.hxx | 152 sal_Bool IsGreater( const ESelection& rS ) const; 187 inline sal_Bool ESelection::IsGreater( const ESelection& rS ) const in IsGreater() function in ESelection
|
/aoo4110/main/sc/source/core/data/ |
H A D | dociter.cxx | 2096 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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1911 if ( !aDestSel.IsLess( aCurSel ) && !aDestSel.IsGreater( aCurSel ) ) in dragOver()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 2992 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu() 3041 if ( aCompare.IsLess(aSelection) || aCompare.IsGreater(aSelection) ) in SelectForContextMenu()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 5250 if(!aCompare.IsLess(aSelection) && !aCompare.IsGreater(aSelection)) in SelectMenuPosition()
|
Completed in 90 milliseconds