Home
last modified time | relevance | path

Searched refs:aB2DRange (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/tools/
H A Dprimitive2dxmldump.cxx57 const basegfx::B2DRange aB2DRange(rB2DPolyPolygon.getB2DRange()); in writePolyPolygon() local
58 rWriter.attributeDouble("height", aB2DRange.getHeight()); in writePolyPolygon()
59 rWriter.attributeDouble("width", aB2DRange.getWidth()); in writePolyPolygon()
60 rWriter.attributeDouble("minx", aB2DRange.getMinX()); in writePolyPolygon()
61 rWriter.attributeDouble("miny", aB2DRange.getMinY()); in writePolyPolygon()
62 rWriter.attributeDouble("maxx", aB2DRange.getMaxX()); in writePolyPolygon()
63 rWriter.attributeDouble("maxy", aB2DRange.getMaxY()); in writePolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dscreenshotannotationdlg.cxx384 basegfx::B2DRange aB2DRange(rEntry.getB2IRange()); in PaintScreenShotEntry() local
390 aB2DRange.expand(aB2DRange.getMinimum() - basegfx::B2DPoint(fGrowTopLeft, fGrowTopLeft)); in PaintScreenShotEntry()
391aB2DRange.expand(aB2DRange.getMaximum() + basegfx::B2DPoint(fGrowBottomRight, fGrowBottomRight)); in PaintScreenShotEntry()
398 aB2DRange, in PaintScreenShotEntry()
399 fEdgeRoundPixel / aB2DRange.getWidth(), in PaintScreenShotEntry()
400 fEdgeRoundPixel / aB2DRange.getHeight())); in PaintScreenShotEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dscreenshotannotationdlg.cxx384 basegfx::B2DRange aB2DRange(rEntry.getB2IRange()); in PaintScreenShotEntry() local
390 aB2DRange.expand(aB2DRange.getMinimum() - basegfx::B2DPoint(fGrowTopLeft, fGrowTopLeft)); in PaintScreenShotEntry()
391aB2DRange.expand(aB2DRange.getMaximum() + basegfx::B2DPoint(fGrowBottomRight, fGrowBottomRight)); in PaintScreenShotEntry()
398 aB2DRange, in PaintScreenShotEntry()
399 fEdgeRoundPixel / aB2DRange.getWidth(), in PaintScreenShotEntry()
400 fEdgeRoundPixel / aB2DRange.getHeight())); in PaintScreenShotEntry()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/tools/
H A Dprimitive2dxmldump.cxx77 const basegfx::B2DRange aB2DRange(rB2DPolyPolygon.getB2DRange()); in writePolyPolygon() local
78 rWriter.attributeDouble("height", aB2DRange.getHeight()); in writePolyPolygon()
79 rWriter.attributeDouble("width", aB2DRange.getWidth()); in writePolyPolygon()
80 rWriter.attributeDouble("minx", aB2DRange.getMinX()); in writePolyPolygon()
81 rWriter.attributeDouble("miny", aB2DRange.getMinY()); in writePolyPolygon()
82 rWriter.attributeDouble("maxx", aB2DRange.getMaxX()); in writePolyPolygon()
83 rWriter.attributeDouble("maxy", aB2DRange.getMaxY()); in writePolyPolygon()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdoashp.cxx2944 basegfx::B2DRange aB2DRange(aB2DPolygon.getB2DRange()); in AdjustToMaxRect() local
2945 double fPolygonWidth = aB2DRange.getWidth(); in AdjustToMaxRect()
2948 double fPolygonHeight = aB2DRange.getHeight(); in AdjustToMaxRect()
2958 aB2DRange = aB2DPolygon.getB2DRange(); in AdjustToMaxRect()
2959 const double fPolygonLeft = aB2DRange.getMinX(); in AdjustToMaxRect()
2960 const double fPolygonTop = aB2DRange.getMinY(); in AdjustToMaxRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdoashp.cxx2956 basegfx::B2DRange aB2DRange(aB2DPolygon.getB2DRange()); in AdjustToMaxRect() local
2957 double fPolygonWidth = aB2DRange.getWidth(); in AdjustToMaxRect()
2960 double fPolygonHeight = aB2DRange.getHeight(); in AdjustToMaxRect()
2970 aB2DRange = aB2DPolygon.getB2DRange(); in AdjustToMaxRect()
2971 const double fPolygonLeft = aB2DRange.getMinX(); in AdjustToMaxRect()
2972 const double fPolygonTop = aB2DRange.getMinY(); in AdjustToMaxRect()