Lines Matching refs:aRect

288 	const basegfx::B2DPolygon aPolyCirc(ImpCalcXPolyCirc(meCircleKind, aRect, nStartWink, nEndWink));  in RecalcXPoly()
295 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNameSingul()
327 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNamePlural()
357 …const basegfx::B2DPolygon aCircPolygon(ImpCalcXPolyCirc(meCircleKind, aRect, nStartWink, nEndWink)… in TakeXorPoly()
415 aPnt = GetWinkPnt(aRect,nStartWink); in GetHdl()
420 aPnt = GetWinkPnt(aRect,nEndWink); in GetHdl()
425 aPnt = aRect.TopLeft(); in GetHdl()
429 aPnt = aRect.TopCenter(); in GetHdl()
433 aPnt = aRect.TopRight(); in GetHdl()
437 aPnt = aRect.LeftCenter(); in GetHdl()
441 aPnt = aRect.RightCenter(); in GetHdl()
445 aPnt = aRect.BottomLeft(); in GetHdl()
449 aPnt = aRect.BottomCenter(); in GetHdl()
453 aPnt = aRect.BottomRight(); in GetHdl()
460 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
465 RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetHdl()
512 RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); in applySpecialDrag()
515 ShearPoint(aPt,aRect.TopLeft(),-aGeo.nTan); in applySpecialDrag()
517 aPt-=aRect.Center(); in applySpecialDrag()
519 long nWdt=aRect.Right()-aRect.Left(); in applySpecialDrag()
520 long nHgt=aRect.Bottom()-aRect.Top(); in applySpecialDrag()
695 aRect = aRect1; in BegCreate()
705 aRect=pU->aR; // fuer ObjName in MovCreate()
706 ImpJustifyRect(aRect); in MovCreate()
732 aRect=pU->aR; in EndCreate()
733 ImpJustifyRect(aRect); in EndCreate()
740 aRect=pU->aR; in EndCreate()
741 ImpJustifyRect(aRect); in EndCreate()
812 MoveRect(aRect,aSiz); in NbcMove()
885 Point aCenter(aRect.Center()); in NbcMirror()
886 long nWdt=aRect.GetWidth()-1; in NbcMirror()
887 long nHgt=aRect.GetHeight()-1; in NbcMirror()
903 RotatePoint(aTmpPt1,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror()
904 RotatePoint(aTmpPt2,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror()
907 ShearPoint(aTmpPt1,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
908 ShearPoint(aTmpPt2,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
917 RotatePoint(aTmpPt1,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); // -sin fuer Umkehrung in NbcMirror()
918 RotatePoint(aTmpPt2,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos); // -sin fuer Umkehrung in NbcMirror()
922 ShearPoint(aTmpPt1,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
923 ShearPoint(aTmpPt2,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
925 Point aCenter(aRect.Center()); in NbcMirror()
973 rRect=aRect; in TakeUnrotatedSnapRect()
975 const Point aPntStart(GetWinkPnt(aRect,nStartWink)); in TakeUnrotatedSnapRect()
976 const Point aPntEnd(GetWinkPnt(aRect,nEndWink)); in TakeUnrotatedSnapRect()
979 rRect.Left ()=aRect.Right(); in TakeUnrotatedSnapRect()
980 rRect.Right ()=aRect.Left(); in TakeUnrotatedSnapRect()
981 rRect.Top ()=aRect.Bottom(); in TakeUnrotatedSnapRect()
982 rRect.Bottom()=aRect.Top(); in TakeUnrotatedSnapRect()
986 Union(rRect,aRect.LeftCenter()); in TakeUnrotatedSnapRect()
989 Union(rRect,aRect.BottomCenter()); in TakeUnrotatedSnapRect()
992 Union(rRect,aRect.RightCenter()); in TakeUnrotatedSnapRect()
995 Union(rRect,aRect.TopCenter()); in TakeUnrotatedSnapRect()
998 Union(rRect,aRect.Center()); in TakeUnrotatedSnapRect()
1002 aDst-=aRect.TopLeft(); in TakeUnrotatedSnapRect()
1044 aRect=rRect; in NbcSetSnapRect()
1045 ImpJustifyRect(aRect); in NbcSetSnapRect()
1064 case 1 : return GetWinkPnt(aRect,nStartWink); in GetSnapPoint()
1065 case 2 : return GetWinkPnt(aRect,nEndWink); in GetSnapPoint()
1066 default: return aRect.Center(); in GetSnapPoint()
1157 …const basegfx::B2DPolygon aCircPolygon(ImpCalcXPolyCirc(meCircleKind, aRect, nStartWink, nEndWink)… in DoConvertToPolyObj()