Searched refs:SdrDragEntryPolyPolygon (Results 1 – 4 of 4) sorted by relevance
72 class SVX_DLLPUBLIC SdrDragEntryPolyPolygon : public SdrDragEntry class78 SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygon);79 virtual ~SdrDragEntryPolyPolygon();
98 SdrDragEntryPolyPolygon::SdrDragEntryPolyPolygon(const basegfx::B2DPolyPolygon& rOriginalPolyPolygo… in SdrDragEntryPolyPolygon() function in SdrDragEntryPolyPolygon104 SdrDragEntryPolyPolygon::~SdrDragEntryPolyPolygon() in ~SdrDragEntryPolyPolygon()108 drawinglayer::primitive2d::Primitive2DSequence SdrDragEntryPolyPolygon::createPrimitive2DSequenceIn… in createPrimitive2DSequenceInCurrentState()435 addSdrDragEntry(new SdrDragEntryPolyPolygon(pCandidate->TakeXorPoly())); in createSdrDragEntries_SolidDrag()489 addSdrDragEntry(new SdrDragEntryPolyPolygon(aResult)); in createSdrDragEntries_PolygonDrag()1278 addSdrDragEntry(new SdrDragEntryPolyPolygon(aDragPolyPolygon)); in createSdrDragEntries()2984 addSdrDragEntry(new SdrDragEntryPolyPolygon(aDragRaster)); in createSdrDragEntries()3561 addSdrDragEntry(new SdrDragEntryPolyPolygon(aDragRaster)); in createSdrDragEntries()
119 addSdrDragEntry(new SdrDragEntryPolyPolygon(maPathPolyPolygon)); in createSdrDragEntries()181 addSdrDragEntry(new SdrDragEntryPolyPolygon(maPathPolyPolygon)); in createSdrDragEntries()237 addSdrDragEntry(new SdrDragEntryPolyPolygon(maPathPolyPolygon)); in createSdrDragEntries()
154 addSdrDragEntry(new SdrDragEntryPolyPolygon(aNewPolyPolygon)); in createSdrDragEntries()
Completed in 102 milliseconds