Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DClipping.cxx223 …::basegfx::B2DRange a2DRange( a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRange… in clipPolygonAtRectangle()
224 if( rRectangle.isInside( a2DRange ) ) in clipPolygonAtRectangle()
231 a2DRange.intersect( rRectangle ); in clipPolygonAtRectangle()
232 if( a2DRange.isEmpty() ) in clipPolygonAtRectangle()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx343 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolygonHairlinePrimitive3D() local
345 if(a2DRange.overlaps(maRasterRange)) in impRenderPolygonHairlinePrimitive3D()
383 …const basegfx::B2DRange a2DRange(a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRa… in impRenderPolyPolygonMaterialPrimitive3D() local
385 bPaintIt = a2DRange.overlaps(maRasterRange); in impRenderPolyPolygonMaterialPrimitive3D()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1948 basegfx::B2DRange a2DRange( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay() local
1949 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay()
1953 a2DRange.expand( basegfx::B2DPoint(aRect.Left(), aRect.Top()) ); in updateSelectionOverlay()
1954 a2DRange.expand( basegfx::B2DPoint(aRect.Right(), aRect.Bottom()) ); in updateSelectionOverlay()
1955 aRanges.push_back( a2DRange ); in updateSelectionOverlay()

Completed in 32 milliseconds