Home
last modified time | relevance | path

Searched refs:aDragPoly (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx197 basegfx::B2DPolyPolygon aDragPoly(pPathObj->GetPathPoly()); in EndSdrDrag() local
198 aDragPoly.transform(aTrans); in EndSdrDrag()
199 pPathObj->SetPathPoly( aDragPoly ); in EndSdrDrag()
590 const basegfx::B2DPolyPolygon aDragPoly(mpPathObj->GetPathPoly()); in MouseButtonDown() local
594 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