Lines Matching refs:rTarget

613 void SdrDragMethod::applyCurrentTransformationToSdrObject(SdrObject& rTarget)  in applyCurrentTransformationToSdrObject()  argument
622 bool bPolyUsed(rTarget.TRGetBaseGeometry(aObjectTransform, aObjectPolyPolygon)); in applyCurrentTransformationToSdrObject()
656 rTarget.TRSetBaseGeometry(getCurrentTransformation() * aObjectTransform, aObjectPolyPolygon); in applyCurrentTransformationToSdrObject()
659 void SdrDragMethod::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon() argument
662 rTarget.transform(getCurrentTransformation()); in applyCurrentTransformationToPolyPolygon()
1539 void SdrDragMove::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
1541 rTarget.Move(Size(DragStat().GetDX(), DragStat().GetDY())); in applyCurrentTransformationToSdrObject()
2096 void SdrDragResize::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
2098 rTarget.Resize(DragStat().Ref1(),aXFact,aYFact); in applyCurrentTransformationToSdrObject()
2137 void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
2139 rTarget.Rotate(DragStat().GetRef1(), nWink, sin(nWink*nPi180), cos(nWink*nPi180)); in applyCurrentTransformationToSdrObject()
2480 void SdrDragShear::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
2486 rTarget.Resize(DragStat().GetRef1(),aFact,Fraction(1,1)); in applyCurrentTransformationToSdrObject()
2490 rTarget.Resize(DragStat().GetRef1(),Fraction(1,1),aFact); in applyCurrentTransformationToSdrObject()
2496 rTarget.Shear(DragStat().GetRef1(),nWink,tan(nWink*nPi180),bVertical); in applyCurrentTransformationToSdrObject()
2560 void SdrDragMirror::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
2564 rTarget.Mirror(DragStat().GetRef1(), DragStat().GetRef2()); in applyCurrentTransformationToSdrObject()
3019 void SdrDragCrook::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints() argument
3025 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints()
3132 rTarget = aTempPolyPoly.getB2DPolyPolygon(); in _MovAllPoints()
3382 void SdrDragCrook::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
3397 rTarget.Resize(aCenter,aFact1,aFact); in applyCurrentTransformationToSdrObject()
3401 rTarget.Resize(aCenter,aFact,aFact1); in applyCurrentTransformationToSdrObject()
3406 Point aCtr0(rTarget.GetSnapRect().Center()); in applyCurrentTransformationToSdrObject()
3420 rTarget.Move(aSiz); in applyCurrentTransformationToSdrObject()
3429 …getSdrDragView().ImpCrookObj(&rTarget,aCenter,aRad,eMode,bVertical,!bContortion,bLocalRotate,aLoca… in applyCurrentTransformationToSdrObject()
3434 void SdrDragCrook::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon() argument
3437 _MovAllPoints(rTarget); in applyCurrentTransformationToPolyPolygon()
3599 void SdrDragDistort::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints() argument
3609 basegfx::B2DPolyPolygon aDragPolygon(rTarget); in _MovAllPoints()
3617 rTarget = aDragPolygon; in _MovAllPoints()
3664 void SdrDragDistort::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject() argument
3670 getSdrDragView().ImpDistortObj(&rTarget, aMarkRect, aDistortedRect, !bContortion); in applyCurrentTransformationToSdrObject()
3674 void SdrDragDistort::applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget) in applyCurrentTransformationToPolyPolygon() argument
3677 _MovAllPoints(rTarget); in applyCurrentTransformationToPolyPolygon()