Searched refs:GetGrid (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 646 GridId IcnGridMap_Impl::GetGrid( sal_uInt16 nGridX, sal_uInt16 nGridY ) in GetGrid() function in IcnGridMap_Impl 655 GridId IcnGridMap_Impl::GetGrid( const Point& rDocPos, sal_Bool* pbClipped ) in GetGrid() function in IcnGridMap_Impl 676 GridId nId = GetGrid( (sal_uInt16)nX, (sal_uInt16)nY ); in GetGrid() 735 OccupyGrid( GetGrid( pEntry->aRect.Center()), bOccupy ); in OccupyGrids() 755 GridId nIdTL = GetGrid( rRect.TopLeft(), &bTopLeftClipped ); in OccupyGrids() 756 GridId nIdBR = GetGrid( rRect.BottomRight(), &bBottomRightClipped ); in OccupyGrids() 779 OccupyGrid( GetGrid( nX1, nY1 ) ); in OccupyGrids()
|
H A D | imivctl.hxx | 607 GridId GetGrid( const Point& rDocPos, sal_Bool* pbClipped = 0 ); 608 GridId GetGrid( sal_uInt16 nGridX, sal_uInt16 nGridY );
|
H A D | svimpicn.cxx | 670 sal_Bool GetGrid( const Point& rDocPos, sal_uInt16& rGridX, sal_uInt16& rGridY ) const; 3181 sal_Bool ImpIcnCursor::GetGrid( const Point& rDocPos, sal_uInt16& rGridX, sal_uInt16& rGridY ) const in GetGrid() function in ImpIcnCursor 3208 sal_Bool bTLInGrid = GetGrid( rRect.TopLeft(), nTLX, nTLY ); in SetGridUsed() 3209 sal_Bool bBRInGrid = GetGrid( rRect.BottomRight(), nBRX, nBRY ); in SetGridUsed()
|
Completed in 66 milliseconds