Lines Matching refs:bCopy

1759 bool SdrDragMove::EndSdrDrag(bool bCopy)  in EndSdrDrag()  argument
1764 bCopy=false; in EndSdrDrag()
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()
2098 bool SdrDragResize::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2104 getSdrDragView().ResizeMarkedPoints(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2108 getSdrDragView().ResizeMarkedGluePoints(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2112 getSdrDragView().ResizeMarkedObj(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2241 bool SdrDragRotate::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2249 getSdrDragView().RotateMarkedPoints(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2253 getSdrDragView().RotateMarkedGluePoints(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2257 getSdrDragView().RotateMarkedObj(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2497 bool SdrDragShear::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2511 if (bCopy) in EndSdrDrag()
2521 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),aFact,Fraction(1,1),bCopy); in EndSdrDrag()
2525 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),Fraction(1,1),aFact,bCopy); in EndSdrDrag()
2528 bCopy=false; in EndSdrDrag()
2533 getSdrDragView().ShearMarkedObj(DragStat().GetRef1(),nWink,bVertical,bCopy); in EndSdrDrag()
2667 bool SdrDragMirror::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2673 getSdrDragView().MirrorMarkedObj(DragStat().GetRef1(),DragStat().GetRef2(),bCopy); in EndSdrDrag()
3437 bool SdrDragCrook::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
3455 if (bCopy) in EndSdrDrag()
3468 getSdrDragView().ResizeMarkedObj(aCenter,aFact1,aFact,bCopy); in EndSdrDrag()
3470 getSdrDragView().ResizeMarkedObj(aCenter,aFact,aFact1,bCopy); in EndSdrDrag()
3474 if (bCopy) in EndSdrDrag()
3498 bCopy=false; in EndSdrDrag()
3503 getSdrDragView().CrookMarkedObj(aCenter,aRad,eMode,bVertical,!bContortion,bCopy); in EndSdrDrag()
3642 bool SdrDragDistort::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
3649 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag()