Lines Matching refs:B2DPolyPolygon

98 SdrDragEntryPolyPolygon::SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygo…  in SdrDragEntryPolyPolygon()
114 basegfx::B2DPolyPolygon aCopy(maOriginalPolyPolygon); in createPrimitive2DSequenceInCurrentState()
276 basegfx::B2DPolyPolygon aPolyPolygon(aPolygon); in createPrimitive2DSequenceInCurrentState()
450 basegfx::B2DPolyPolygon aResult; in createSdrDragEntries_PolygonDrag()
459 const basegfx::B2DPolyPolygon aNewPolyPolygon(pM->GetMarkedSdrObj()->TakeXorPoly()); in createSdrDragEntries_PolygonDrag()
484 aResult = basegfx::B2DPolyPolygon(basegfx::tools::expandToCurve(aNewPolygon)); in createSdrDragEntries_PolygonDrag()
513 const basegfx::B2DPolyPolygon aPathXPP = pPath->GetPathPoly(); in createSdrDragEntries_PointDrag()
620 basegfx::B2DPolyPolygon aObjectPolyPolygon; in applyCurrentTransformationToSdrObject()
658 void SdrDragMethod::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon()
1236 basegfx::B2DPolyPolygon aDragPolyPolygon; in createSdrDragEntries()
1269 const basegfx::B2DPolyPolygon aSpecialDragPolyPolygon(mpClone->getSpecialDragPoly(DragStat())); in createSdrDragEntries()
2903 basegfx::B2DPolyPolygon impCreateDragRaster(SdrPageView& rPageView, const Rectangle& rMarkRect) in impCreateDragRaster()
2905 basegfx::B2DPolyPolygon aRetval; in impCreateDragRaster()
2980 …const basegfx::B2DPolyPolygon aDragRaster(impCreateDragRaster(*getSdrDragView().GetSdrPageView(), … in createSdrDragEntries()
3016 void SdrDragCrook::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints()
3431 void SdrDragCrook::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon()
3557 …const basegfx::B2DPolyPolygon aDragRaster(impCreateDragRaster(*getSdrDragView().GetSdrPageView(), … in createSdrDragEntries()
3596 void SdrDragDistort::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints()
3606 basegfx::B2DPolyPolygon aDragPolygon(rTarget); in _MovAllPoints()
3671 void SdrDragDistort::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon()
3768 basegfx::B2DPolyPolygon aPolyPolygon; in EndSdrDrag()