Searched refs:aDistortedRect (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svddrgmt.cxx | 3581 aDistortedRect=XPolygon(aMarkRect); in BeginSdrDrag() 3603 const basegfx::B2DPoint aTopLeft(aDistortedRect[0].X(), aDistortedRect[0].Y()); in _MovAllPoints() 3604 const basegfx::B2DPoint aTopRight(aDistortedRect[1].X(), aDistortedRect[1].Y()); in _MovAllPoints() 3605 const basegfx::B2DPoint aBottomLeft(aDistortedRect[3].X(), aDistortedRect[3].Y()); in _MovAllPoints() 3606 const basegfx::B2DPoint aBottomRight(aDistortedRect[2].X(), aDistortedRect[2].Y()); in _MovAllPoints() 3626 if (bNeuContortion!=bContortion || aDistortedRect[nPolyPt]!=aPnt) in MoveSdrDrag() 3629 aDistortedRect[nPolyPt]=aPnt; in MoveSdrDrag() 3644 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag() 3662 getSdrDragView().ImpDistortObj(&rTarget, aMarkRect, aDistortedRect, !bContortion); in applyCurrentTransformationToSdrObject()
|
| H A D | svddrgm1.hxx | 229 XPolygon aDistortedRect; member in SdrDragDistort
|