Searched refs:maPathPolyPolygon (Results 1 – 3 of 3) sorted by relevance
85 basegfx::B2DPolyPolygon maPathPolyPolygon; member in sd::PathDragMove95 maPathPolyPolygon(rPathPolyPolygon), in PathDragMove()102 maPathPolyPolygon(), in PathDragMove()117 if(maPathPolyPolygon.count()) in createSdrDragEntries()119 addSdrDragEntry(new SdrDragEntryPolyPolygon(maPathPolyPolygon)); in createSdrDragEntries()149 basegfx::B2DPolyPolygon maPathPolyPolygon; member in sd::PathDragResize159 maPathPolyPolygon(rPathPolyPolygon), in PathDragResize()166 maPathPolyPolygon(), in PathDragResize()179 if(maPathPolyPolygon.count()) in createSdrDragEntries()181 addSdrDragEntry(new SdrDragEntryPolyPolygon(maPathPolyPolygon)); in createSdrDragEntries()[all …]
161 basegfx::B2DPolyPolygon maPathPolyPolygon; member in drawinglayer::primitive2d::SdrPathTextPrimitive2D178 const basegfx::B2DPolyPolygon& getPathPolyPolygon() const { return maPathPolyPolygon; } in getPathPolyPolygon()
326 maPathPolyPolygon(rPathPolyPolygon), in SdrPathTextPrimitive2D()