Lines Matching refs:GetDX
1533 rTarget.Move(Size(DragStat().GetDX(), DragStat().GetDY())); in applyCurrentTransformationToSdrObject()
1548 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
1574 return basegfx::tools::createTranslateB2DHomMatrix(DragStat().GetDX(), DragStat().GetDY()); in getCurrentTransformation()
1747 aAction.Move(DragStat().GetDX(),DragStat().GetDY()); in MoveSdrDrag()
1763 getSdrDragView().MoveMarkedPoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1767 getSdrDragView().MoveMarkedGluePoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1771 getSdrDragView().MoveMarkedObj(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
3536 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
3640 bool bDoDistort=DragStat().GetDX()!=0 || DragStat().GetDY()!=0; in EndSdrDrag()
3658 const bool bDoDistort(DragStat().GetDX()!=0 || DragStat().GetDY()!=0); in applyCurrentTransformationToSdrObject()
3691 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
3720 if( DragStat().GetDX()==0 && DragStat().GetDY()==0 ) in EndSdrDrag()