/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 87 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 158 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 236 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 384 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 461 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 538 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 629 getB2DPolyPolygon(), in create2DDecomposition() 667 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==() 698 getB2DPolyPolygon(), in create2DDecomposition() 711 getB2DPolyPolygon(), in create2DDecomposition() [all …]
|
H A D | polygonprimitive2d.cxx | 546 aLocalPolygon, getStart().getB2DPolyPolygon(), true, getStart().getWidth(), in create2DDecomposition() 558 aLocalPolygon, getEnd().getB2DPolyPolygon(), false, getEnd().getWidth(), in create2DDecomposition()
|
H A D | metafileprimitive2d.cxx | 1943 basegfx::B2DPolyPolygon aPolyPolygonOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 2347 basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 2847 const basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile() 3137 … basegfx::B2DPolyPolygon aPolyPolygon(pMetaGradientExAction->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | region.cxx | 446 if(getB2DPolyPolygon()) in Move() 493 if(getB2DPolyPolygon()) in Scale() 633 if(getB2DPolyPolygon()) in Intersect() 958 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in Intersect() 1268 if(getB2DPolyPolygon()) in GetBoundRect() 1306 if(getB2DPolyPolygon()) in GetAsPolyPolygon() 1329 if(getB2DPolyPolygon()) in GetAsB2DPolyPolygon() 1512 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in operator ==() 1540 if(rRegion.getB2DPolyPolygon() || getB2DPolyPolygon()) in operator ==() 1547 return *rRegion.getB2DPolyPolygon() == *getB2DPolyPolygon(); in operator ==() [all …]
|
H A D | outmap.cxx | 1282 if(rLogicRegion.getB2DPolyPolygon()) in LogicToPixel() 1284 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon())); in LogicToPixel() 1493 if(rLogicRegion.getB2DPolyPolygon()) in LogicToPixel() 1495 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon(), rMapMode)); in LogicToPixel() 1677 if(rDeviceRegion.getB2DPolyPolygon()) in PixelToLogic() 1679 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon())); in PixelToLogic() 1892 if(rDeviceRegion.getB2DPolyPolygon()) in PixelToLogic() 1894 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon(), rMapMode)); in PixelToLogic()
|
H A D | gdimetafiletools.cxx | 708 rPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions() 896 const basegfx::B2DPolyPolygon aSource(aPath.getB2DPolyPolygon()); in clipMetafileContentAgainstOwnRegions() 1009 rPolyPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions()
|
/aoo42x/main/drawinglayer/source/attribute/ |
H A D | linestartendattribute.cxx | 63 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::attribute::ImpLineStartEndAttribute 69 && getB2DPolyPolygon() == rCandidate.getB2DPolyPolygon() in operator ==() 170 const basegfx::B2DPolyPolygon& LineStartEndAttribute::getB2DPolyPolygon() const in getB2DPolyPolygon() function in drawinglayer::attribute::LineStartEndAttribute 172 return mpLineStartEndAttribute->getB2DPolyPolygon(); in getB2DPolyPolygon() 183 && 0 != getB2DPolyPolygon().count() in isActive() 184 && 0 != getB2DPolyPolygon().getB2DPolygon(0).count()); in isActive()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | polypolygonprimitive2d.hxx | 70 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonHairlinePrimitive2D 124 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonMarkerPrimitive2D 183 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D 284 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonColorPrimitive2D 339 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGradientPrimitive2D 397 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D 451 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGraphicPrimitive2D 510 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonSelectionPrimitive2D
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 104 basegfx::B2DPolyPolygon aLocalPolyPolygon(rSource.getB2DPolyPolygon()); in tryDrawPolyPolygonColorPrimitive2DDirect() 365 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 410 aLocalPolyPolygon = rPolyPolygonColorPrimitive2D.getB2DPolyPolygon(); in processBasePrimitive2D() 427 aLocalPolyPolygon = rPolyPolygonColorPrimitive2D.getB2DPolyPolygon(); in processBasePrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 402 aLocalPolygon, pStart->getB2DPolyPolygon(), true, pStart->getWidth(), in impTryToCreateSvtGraphicStroke() 414 aLocalPolygon, pEnd->getB2DPolyPolygon(), false, pEnd->getWidth(), in impTryToCreateSvtGraphicStroke() 1371 basegfx::B2DPolyPolygon aLocalPolyPolygon(rBitmapCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 1455 basegfx::B2DPolyPolygon aLocalPolyPolygon(rHatchCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 1592 … basegfx::B2DPolyPolygon aLocalPolyPolygon(rGradientCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 1673 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 1852 basegfx::B2DPolyPolygon aLocalPolyPolygon(pPoPoColor->getB2DPolyPolygon()); in processBasePrimitive2D()
|
H A D | textaspolygonextractor2d.cxx | 104 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoCoCandidate.getB2DPolyPolygon()); in processBasePrimitive2D() 148 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoHaCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
|
H A D | linegeometryextractor2d.cxx | 87 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
|
H A D | contourextractor2d.cxx | 90 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
|
H A D | hittestprocessor2d.cxx | 407 …mbHit = checkFillHitWithTolerance(rPolygonCandidate.getB2DPolyPolygon(), getDiscreteHitTolerance()… in processBasePrimitive2D()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 623 B2DPolyPolygon getB2DPolyPolygon() in getB2DPolyPolygon() function in basegfx::__anon5f7486b90111::solver 738 return aSolver.getB2DPolyPolygon(); in solveCrossovers() 751 return aSolver.getB2DPolyPolygon(); in solveCrossovers() 970 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation() 978 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | region.hxx | 77 const basegfx::B2DPolyPolygon* getB2DPolyPolygon() const { return mpB2DPolyPolygon.get(); } in getB2DPolyPolygon() function in Region 106 … bool HasPolyPolygonOrB2DPolyPolygon() const { return (getB2DPolyPolygon() || getPolyPolygon()); } in HasPolyPolygonOrB2DPolyPolygon()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 398 basegfx::B2DPolyPolygon aMergePolyPolygonA( getB2DPolyPolygon() ); in ImplDoOperation() 399 basegfx::B2DPolyPolygon aMergePolyPolygonB( rPolyPoly.getB2DPolyPolygon() ); in ImplDoOperation() 855 basegfx::B2DPolyPolygon PolyPolygon::getB2DPolyPolygon() const in getB2DPolyPolygon() function in PolyPolygon
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 991 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1154 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1250 basegfx::B2DPolyPolygon aSource(pAct->GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1465 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction() 1492 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
|
H A D | svdopath.cxx | 543 …basegfx::B2DPolyPolygon getModifiedPolyPolygon() const { return aPathPolygon.getB2DPolyPolygon();… in getModifiedPolyPolygon() 885 basegfx::B2DPolyPolygon aTempPolyPolygon(aPathPolygon.getB2DPolyPolygon()); in endPathDrag() 1184 return aRetval.getB2DPolyPolygon(); in getSpecialDragPoly() 1277 return aRetval.getB2DPolyPolygon(); in getSpecialDragPoly() 1579 basegfx::B2DPolyPolygon aRetval(aPathPolygon.getB2DPolyPolygon()); in TakeObjectPolyPolygon()
|
H A D | svdotxtr.cxx | 392 basegfx::B2DPolyPolygon aPolyPolygon(rCandidate.getB2DPolyPolygon()); in ImpConvertContainedTextToSdrPathObjs()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | linestartendattribute.hxx | 69 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const;
|
/aoo42x/main/drawinglayer/inc/drawinglayer/processor2d/ |
H A D | textaspolygonextractor2d.hxx | 60 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maB2DPolyPolygon; } in getB2DPolyPolygon() function
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 598 ::basegfx::B2DPolyPolygon aDevicePoly( rPoly.getB2DPolyPolygon() ); in createGradientAction() 1857 ::basegfx::B2DPolyPolygon aPoly( aPath.getB2DPolyPolygon() ); in createActions() 2210 …lygon aPoly( static_cast<MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon().getB2DPolyPolygon() ); in createActions() 2499 … ::basegfx::B2DPolyPolygon aPoly( pAct->GetPolyPolygon().getB2DPolyPolygon() ); in createActions()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 199 basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
|
/aoo42x/main/tools/inc/tools/ |
H A D | poly.hxx | 332 ::basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
|