Searched refs:bAngleSnap (Results 1 – 3 of 3) sorted by relevance
200 sal_Bool bAngleSnap = rMEvt.IsShift() == !pFrameView->IsAngleSnapEnabled(); in MouseButtonDown() local202 if (mpView->IsAngleSnapEnabled() != bAngleSnap) in MouseButtonDown()203 mpView->SetAngleSnapEnabled(bAngleSnap); in MouseButtonDown()323 sal_Bool bAngleSnap = rMEvt.IsShift() == !pFrameView->IsAngleSnapEnabled(); in MouseMove() local325 if (mpView->IsAngleSnapEnabled() != bAngleSnap) in MouseMove()326 mpView->SetAngleSnapEnabled(bAngleSnap); in MouseMove()
99 sal_Bool bAngleSnap = bShift; in DoModifiers() local111 if (pView->IsAngleSnapEnabled() != bAngleSnap) in DoModifiers()112 pView->SetAngleSnapEnabled(bAngleSnap); in DoModifiers()
252 FASTBOOL bAngleSnap; member263 …bBezier(sal_False),bBezHasCtrl0(sal_False),bCurve(sal_False),bCircle(sal_False),bAngleSnap(sal_Fal… in ImpPathCreateUser()346 bAngleSnap=pView!=NULL && pView->IsAngleSnapEnabled(); in CalcCircle()347 if (bAngleSnap) { in CalcCircle()371 if (!bAngleSnap) aXP[aXP.GetPointCount()-1]=aCircEnd; in GetCirclePoly()385 if (!bAngleSnap) aXP[aXP.GetPointCount()-1]=aCircEnd; in GetCirclePoly()
Completed in 32 milliseconds