Lines Matching refs:aRect

140 	aRect(rNewRect),  in SdrTextObj()
151 ImpJustifyRect(aRect); in SdrTextObj()
201 aRect(rNewRect), in SdrTextObj()
213 ImpJustifyRect(aRect); in SdrTextObj()
233 aRect(rNewRect), in SdrTextObj()
245 ImpJustifyRect(aRect); in SdrTextObj()
286 ImpJustifyRect(aRect); in FitFrameToTextSize()
292 rOutliner.SetPaperSize(Size(aRect.Right()-aRect.Left(),aRect.Bottom()-aRect.Top())); in FitFrameToTextSize()
301 Rectangle aNewRect(aRect); in FitFrameToTextSize()
304 if (aNewRect!=aRect) { in FitFrameToTextSize()
667 const long nW(std::max(long(0), (long)(aRect.GetWidth() - 1 - nDist))); in AdaptTextMinSize()
681 const long nH(std::max(long(0), (long)(aRect.GetHeight() - 1 - nDist))); in AdaptTextMinSize()
797 rRect=aRect; in TakeUnrotatedSnapRect()
806 Rectangle aAnkRect(aRect); // Rect innerhalb dem geankert wird in TakeTextAnchorRect()
1235 aRect =pTextObj->aRect; in operator =()
1272 Polygon aPol(aRect); in TakeXorPoly()
1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly()
1274 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeXorPoly()
1312 Polygon aPol(aRect); in RecalcSnapRect()
1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
1314 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in RecalcSnapRect()
1317 maSnapRect=aRect; in RecalcSnapRect()
1330 case 0: aP=aRect.TopLeft(); break; in GetSnapPoint()
1331 case 1: aP=aRect.TopRight(); break; in GetSnapPoint()
1332 case 2: aP=aRect.BottomLeft(); break; in GetSnapPoint()
1333 case 3: aP=aRect.BottomRight(); break; in GetSnapPoint()
1334 default: aP=aRect.Center(); break; in GetSnapPoint()
1336 if (aGeo.nShearWink!=0) ShearPoint(aP,aRect.TopLeft(),aGeo.nTan); in GetSnapPoint()
1337 if (aGeo.nDrehWink!=0) RotatePoint(aP,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetSnapPoint()
1573 rTGeo.aRect =aRect; in SaveGeoData()
1581 aRect =rTGeo.aRect; in RestGeoData()
1710 Rectangle aRectangle(aRect); in TRGetBaseGeometry()