Lines Matching refs:aDragStat
286 rRect=aDragStat.GetActionRect(); in TakeActionRect()
289 rRect=Rectangle(aDragStat.GetPrev(),aDragStat.GetNow()); in TakeActionRect()
538 aDragStat.Reset(aPnt); in ImpBegCreateObj()
539 aDragStat.SetView((SdrView*)this); in ImpBegCreateObj()
540 aDragStat.SetPageView(pCreatePV); in ImpBegCreateObj()
541 aDragStat.SetMinMove(ImpGetMinMovLogic(nMinMov,pOut)); in ImpBegCreateObj()
543 if (pAktCreate->BegCreate(aDragStat)) in ImpBegCreateObj()
590 if (!aDragStat.IsNoSnap()) in MovCreateObj()
596 if (aDragStat.IsOrtho8Possible()) OrthoDistance8(aDragStat.GetPrev(),aPnt,IsBigOrtho()); in MovCreateObj()
597 else if (aDragStat.IsOrtho4Possible()) OrthoDistance4(aDragStat.GetPrev(),aPnt,IsBigOrtho()); in MovCreateObj()
605 if(aDragStat.IsOrtho8Possible()) in MovCreateObj()
606 OrthoDistance8(aDragStat.GetPrev(), aPnt, sal_False); in MovCreateObj()
607 else if(aDragStat.IsOrtho4Possible()) in MovCreateObj()
608 OrthoDistance4(aDragStat.GetPrev(), aPnt, sal_False); in MovCreateObj()
611 if (aPnt==aDragStat.GetNow()) return; in MovCreateObj()
612 bool bMerk(aDragStat.IsMinMoved()); in MovCreateObj()
613 if (aDragStat.CheckMinMoved(aPnt)) in MovCreateObj()
616 if (!bMerk) aDragStat.NextPoint(); in MovCreateObj()
617 aDragStat.NextMove(aPnt); in MovCreateObj()
618 pAktCreate->MovCreate(aDragStat); in MovCreateObj()
638 sal_uIntPtr nAnz=aDragStat.GetPointAnz(); in EndCreateObj()
648 Point aP0=aDragStat.GetPoint(0); in EndCreateObj()
649 while (bPntsEq && i<nAnz) { bPntsEq=aP0==aDragStat.GetPoint(i); i++; } in EndCreateObj()
651 if (pAktCreate->EndCreate(aDragStat,eCmd)) in EndCreateObj()
722 (nAnz<=1 && !aDragStat.IsMinMoved())) { // MinMove nicht erfuellt in EndCreateObj()
730 aDragStat.ResetMinMoved(); // NextPoint gibt's bei MovCreateObj() in EndCreateObj()
750 if (aDragStat.GetPointAnz()<=2 ) in BckCreateObj()
757 aDragStat.PrevPoint(); in BckCreateObj()
758 if (pAktCreate->BckCreate(aDragStat)) in BckCreateObj()
775 pAktCreate->BrkCreate(aDragStat); in BrkCreateObj()
784 if(IsCreateObj() && !aDragStat.IsShown()) in ShowCreateObj()
831 if(aDragStat.GetPointAnz() < 4) in ShowCreateObj()
850 Rectangle aNewRect(aDragStat.GetStart(), aDragStat.GetStart() + Point(2, 2)); in ShowCreateObj()
860 const basegfx::B2DPolyPolygon aCurrentPolyPolygon(rPathObj.getObjectPolyPolygon(aDragStat)); in ShowCreateObj()
867 aDragPolyPolygon = rPathObj.getDragPolyPolygon(aDragStat); in ShowCreateObj()
875 mpCreateViewExtraData->CreateAndShowOverlay(*this, 0, pAktCreate->TakeCreatePoly(aDragStat)); in ShowCreateObj()
891 aDragStat.SetShown(sal_True); in ShowCreateObj()
897 if(IsCreateObj() && aDragStat.IsShown()) in HideCreateObj()
904 aDragStat.SetShown(sal_False); in HideCreateObj()