Lines Matching refs:bVertical
2281 bVertical(false), in SdrDragShear()
2319 case HDL_LEFT : eRefHdl=HDL_RIGHT; bVertical=true; break; in BeginSdrDrag()
2320 case HDL_RIGHT: eRefHdl=HDL_LEFT ; bVertical=true; break; in BeginSdrDrag()
2349 if (bVertical) in getCurrentTransformation()
2386 if (bVertical) in MoveSdrDrag()
2401 if (bVertical) in MoveSdrDrag()
2406 if (bVertical) in MoveSdrDrag()
2421 if (bVertical) in MoveSdrDrag()
2484 if (bVertical) in applyCurrentTransformationToSdrObject()
2496 rTarget.Shear(DragStat().GetRef1(),nWink,tan(nWink*nPi180),bVertical); in applyCurrentTransformationToSdrObject()
2522 if (bVertical) in EndSdrDrag()
2536 getSdrDragView().ShearMarkedObj(DragStat().GetRef1(),nWink,bVertical,bCopy); in EndSdrDrag()
2550 if (bVertical) in GetSdrDragPointer()
2863 bVertical(false), in SdrDragCrook()
3004 bVertical=(GetDragHdlKind()==HDL_LOWER || GetDragHdlKind()==HDL_UPPER); in BeginSdrDrag()
3007 nMarkSize=bVertical ? (aMarkRect.GetHeight()-1) : (aMarkRect.GetWidth()-1); in BeginSdrDrag()
3055 if (bVertical) in _MovAllPoints()
3074 …case SDRCROOK_ROTATE : CrookRotateXPoint (aCtr1,NULL,NULL,aC,aRad,nSin,nCos,bVertical); … in _MovAllPoints()
3075 …case SDRCROOK_SLANT : CrookSlantXPoint (aCtr1,NULL,NULL,aC,aRad,nSin,nCos,bVertical); … in _MovAllPoints()
3076 …case SDRCROOK_STRETCH: CrookStretchXPoint(aCtr1,NULL,NULL,aC,aRad,nSin,nCos,bVertical,aMarkRect); … in _MovAllPoints()
3138 bool bVert=bVertical; in _MovCrookPoint()
3200 if (bVertical) in MoveSdrDrag()
3227 bValid=bVertical ? dx1!=0 : dy1!=0; in MoveSdrDrag()
3231 if (bVertical) in MoveSdrDrag()
3245 if (bVertical) in MoveSdrDrag()
3280 if (bVertical) nPntWink=18000-nPntWink; in MoveSdrDrag()
3300 if (bVertical) in MoveSdrDrag()
3332 if (bVertical) in MoveSdrDrag()
3348 long nMul=bVertical ? dy1 : dx1; in MoveSdrDrag()
3395 if (bVertical) in applyCurrentTransformationToSdrObject()
3409 if (bVertical) in applyCurrentTransformationToSdrObject()
3429 …getSdrDragView().ImpCrookObj(&rTarget,aCenter,aRad,eMode,bVertical,!bContortion,bLocalRotate,aLoca… in applyCurrentTransformationToSdrObject()
3470 if (bVertical) in EndSdrDrag()
3489 if (bVertical) in EndSdrDrag()
3506 getSdrDragView().CrookMarkedObj(aCenter,aRad,eMode,bVertical,!bContortion,bCopy); in EndSdrDrag()