Lines Matching refs:bCopy
1762 bool SdrDragMove::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
1767 bCopy=false; in EndSdrDrag()
1771 getSdrDragView().MoveMarkedPoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1775 getSdrDragView().MoveMarkedGluePoints(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
1779 getSdrDragView().MoveMarkedObj(Size(DragStat().GetDX(),DragStat().GetDY()),bCopy); in EndSdrDrag()
2101 bool SdrDragResize::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2107 getSdrDragView().ResizeMarkedPoints(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2111 getSdrDragView().ResizeMarkedGluePoints(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2115 getSdrDragView().ResizeMarkedObj(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag()
2244 bool SdrDragRotate::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2252 getSdrDragView().RotateMarkedPoints(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2256 getSdrDragView().RotateMarkedGluePoints(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2260 getSdrDragView().RotateMarkedObj(DragStat().GetRef1(),nWink,bCopy); in EndSdrDrag()
2500 bool SdrDragShear::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2514 if (bCopy) in EndSdrDrag()
2524 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),aFact,Fraction(1,1),bCopy); in EndSdrDrag()
2528 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),Fraction(1,1),aFact,bCopy); in EndSdrDrag()
2531 bCopy=false; in EndSdrDrag()
2536 getSdrDragView().ShearMarkedObj(DragStat().GetRef1(),nWink,bVertical,bCopy); in EndSdrDrag()
2670 bool SdrDragMirror::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
2676 getSdrDragView().MirrorMarkedObj(DragStat().GetRef1(),DragStat().GetRef2(),bCopy); in EndSdrDrag()
3440 bool SdrDragCrook::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
3458 if (bCopy) in EndSdrDrag()
3471 getSdrDragView().ResizeMarkedObj(aCenter,aFact1,aFact,bCopy); in EndSdrDrag()
3473 getSdrDragView().ResizeMarkedObj(aCenter,aFact,aFact1,bCopy); in EndSdrDrag()
3477 if (bCopy) in EndSdrDrag()
3501 bCopy=false; in EndSdrDrag()
3506 getSdrDragView().CrookMarkedObj(aCenter,aRad,eMode,bVertical,!bContortion,bCopy); in EndSdrDrag()
3645 bool SdrDragDistort::EndSdrDrag(bool bCopy) in EndSdrDrag() argument
3652 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag()