Lines Matching refs:rR
2611 FASTBOOL SdrObjCustomShape::AdjustTextFrameWidthAndHeight(Rectangle& rR, FASTBOOL bHgt, FASTBOOL bW… in AdjustTextFrameWidthAndHeight() argument
2613 if ( pModel && HasText() && !rR.IsEmpty() ) in AdjustTextFrameWidthAndHeight()
2619 Rectangle aR0(rR); in AdjustTextFrameWidthAndHeight()
2622 Size aSiz(rR.GetSize()); aSiz.Width()--; aSiz.Height()--; in AdjustTextFrameWidthAndHeight()
2703 long nWdtGrow = nWdt-(rR.Right()-rR.Left()); in AdjustTextFrameWidthAndHeight()
2704 long nHgtGrow = nHgt-(rR.Bottom()-rR.Top()); in AdjustTextFrameWidthAndHeight()
2715 rR.Right()+=nWdtGrow; in AdjustTextFrameWidthAndHeight()
2717 rR.Left()-=nWdtGrow; in AdjustTextFrameWidthAndHeight()
2721 rR.Left()-=nWdtGrow2; in AdjustTextFrameWidthAndHeight()
2722 rR.Right()=rR.Left()+nWdt; in AdjustTextFrameWidthAndHeight()
2729 rR.Bottom()+=nHgtGrow; in AdjustTextFrameWidthAndHeight()
2731 rR.Top()-=nHgtGrow; in AdjustTextFrameWidthAndHeight()
2735 rR.Top()-=nHgtGrow2; in AdjustTextFrameWidthAndHeight()
2736 rR.Bottom()=rR.Top()+nHgt; in AdjustTextFrameWidthAndHeight()
2741 Point aD1(rR.TopLeft()); in AdjustTextFrameWidthAndHeight()
2746 rR.Move(aD2.X(),aD2.Y()); in AdjustTextFrameWidthAndHeight()