Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx646 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 Dimivctl.hxx607 GridId GetGrid( const Point& rDocPos, sal_Bool* pbClipped = 0 );
608 GridId GetGrid( sal_uInt16 nGridX, sal_uInt16 nGridY );
H A Dsvimpicn.cxx670 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 51 milliseconds