Lines Matching refs:rAnchorRect
738 void SdrTextObj::ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAnchorRect, sal_Bool bLi… in ImpSetContourPolygon() argument
743 -rAnchorRect.Left(), -rAnchorRect.Top())); in ImpSetContourPolygon()
800 void SdrTextObj::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect()
833 rAnchorRect=aAnkRect; in TakeTextAnchorRect()
1019 …g(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAnchorRect, Fraction& rFit… in ImpSetCharStretching() argument
1064 long nWantWdt=rAnchorRect.Right()-rAnchorRect.Left(); in ImpSetCharStretching()
1068 long nWantHgt=rAnchorRect.Bottom()-rAnchorRect.Top(); in ImpSetCharStretching()
1408 Rectangle& rAnchorRect, in ImpSetupDrawOutlinerForPaint() argument
1424 TakeTextRect(rOutliner, rTextRect, sal_False, &rAnchorRect); in ImpSetupDrawOutlinerForPaint()
1433 ImpSetCharStretching(rOutliner,rTextRect,rAnchorRect,rFitXKorreg); in ImpSetupDrawOutlinerForPaint()
1434 rPaintRect=rAnchorRect; in ImpSetupDrawOutlinerForPaint()