Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1538 rTarget.Move(Size(DragStat().GetDX(), DragStat().GetDY())); in applyCurrentTransformationToSdrObject()
1553 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
1752 aAction.Move(DragStat().GetDX(),DragStat().GetDY()); in MoveSdrDrag()
1768 getSdrDragView().MoveMarkedPoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1772 getSdrDragView().MoveMarkedGluePoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1776 getSdrDragView().MoveMarkedObj(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
3541 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
3645 bool bDoDistort=DragStat().GetDX()!=0 || DragStat().GetDY()!=0; in EndSdrDrag()
3663 const bool bDoDistort(DragStat().GetDX()!=0 || DragStat().GetDY()!=0); in applyCurrentTransformationToSdrObject()
3696 getSdrDragView().GetModel()->TakeMetricStr(DragStat().GetDX(), aStr); in TakeSdrDragComment()
[all …]
H A Dsvdoashp.cxx2437 Move(Size(rDrag.GetDX(), rDrag.GetDY())); in applySpecialDrag()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx148 GetDragHdl()->SetPos( maOrigin + Point( DragStat().GetDX(), DragStat().GetDY() ) ); in MoveSdrDrag()
159 mxTag->Move( DragStat().GetDX(), DragStat().GetDY() ); in EndSdrDrag()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_PieSegment.cxx142 aRetval.translate(DragStat().GetDX(), DragStat().GetDY()); in getCurrentTransformation()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx172 long GetDX() const { return GetNow().X()-GetPrev().X(); } in GetDX() function in SdrDragStat
/trunk/main/svx/source/table/
H A Dtablehandles.cxx101 …return std::min( std::max( static_cast<sal_Int32>(mbHorizontal ? rDrag.GetDY() : rDrag.GetDX()), m… in GetValidDragOffset()
H A Dsvdotable.cxx2542 NbcMove( Size( rDrag.GetDX(), rDrag.GetDY() ) ); in applySpecialDrag()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx624 long nDx = rDragStat.IsHorFixed() ? 0 : rDragStat.GetDX(); in isRectangleHit()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx141 mxTag->MovePath( DragStat().GetDX(), DragStat().GetDY() ); in EndSdrDrag()

Completed in 71 milliseconds