Searched refs:aDragPoly (Results 1 – 1 of 1) sorted by relevance
197 basegfx::B2DPolyPolygon aDragPoly(pPathObj->GetPathPoly()); in EndSdrDrag() local198 aDragPoly.transform(aTrans); in EndSdrDrag()199 pPathObj->SetPathPoly( aDragPoly ); in EndSdrDrag()590 const basegfx::B2DPolyPolygon aDragPoly(mpPathObj->GetPathPoly()); in MouseButtonDown() local594 pDragMethod = new PathDragMove( mrView, xTag, aDragPoly ); in MouseButtonDown()599 pDragMethod = new PathDragObjOwn( mrView, aDragPoly ); in MouseButtonDown()603 pDragMethod = new PathDragResize( mrView, xTag, aDragPoly ); in MouseButtonDown()
Completed in 24 milliseconds