Lines Matching refs:bContortion
2855 bContortion(false), in SdrDragCrook()
2875 ImpTakeDescriptionStr(!bContortion ? STR_DragMethCrook : STR_DragMethCrookContortion, rStr); in TakeSdrDragComment()
3028 if (!bContortion && !getSdrDragView().IsNoDragXorPolys()) in _MovAllPoints()
3361 if (aNeuCenter!=aCenter || bNeuContortion!=bContortion || aNeuFact!=aFact || in MoveSdrDrag()
3368 bContortion=bNeuContortion; in MoveSdrDrag()
3390 if (bContortion) in applyCurrentTransformationToSdrObject()
3424 …const bool bLocalRotate(!bContortion && eMode == SDRCROOK_ROTATE && getSdrDragView().IsRotateAllow… in applyCurrentTransformationToSdrObject()
3426 …getSdrDragView().ImpCrookObj(&rTarget,aCenter,aRad,eMode,bVertical,!bContortion,bLocalRotate,aLoca… in applyCurrentTransformationToSdrObject()
3453 ImpTakeDescriptionStr(!bContortion?STR_EditCrook:STR_EditCrookContortion,aStr); in EndSdrDrag()
3465 if (bContortion) in EndSdrDrag()
3503 getSdrDragView().CrookMarkedObj(aCenter,aRad,eMode,bVertical,!bContortion,bCopy); in EndSdrDrag()
3530 bContortion(false) in SdrDragDistort()
3598 if (bContortion) in _MovAllPoints()
3631 if (bNeuContortion!=bContortion || aDistortedRect[nPolyPt]!=aPnt) in MoveSdrDrag()
3635 bContortion=bNeuContortion; in MoveSdrDrag()
3649 getSdrDragView().DistortMarkedObj(aMarkRect,aDistortedRect,!bContortion,bCopy); in EndSdrDrag()
3667 getSdrDragView().ImpDistortObj(&rTarget, aMarkRect, aDistortedRect, !bContortion); in applyCurrentTransformationToSdrObject()