Lines Matching refs:aParaPrtArea

159 	aParaPrtArea = aPara;  in InitAllRects_Impl()
160 aParaPrtArea.Left() += nLTxtBorder; in InitAllRects_Impl()
161 aParaPrtArea.Right() -= nRTxtBorder; in InitAllRects_Impl()
162 aParaPrtArea.Top() += nTTxtBorder; in InitAllRects_Impl()
163 aParaPrtArea.Bottom() -= nBTxtBorder; in InitAllRects_Impl()
176 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() - 2)); in InitAllRects_Impl()
178 aParaPrtArea.SetSize(Size(GetTextWidth(C2S(DEMOTEXT)), GetTextHeight())); in InitAllRects_Impl()
182 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() / 2)); in InitAllRects_Impl()
185 …aAutoCharFrame.SetPos(Point(aParaPrtArea.Left() + (aParaPrtArea.GetWidth() - aAutoCharFrame.GetWid… in InitAllRects_Impl()
186 aParaPrtArea.Top() + (aParaPrtArea.GetHeight() - aAutoCharFrame.GetHeight()) / 2)); in InitAllRects_Impl()
228 aDrawObj.SetPos(Point(aParaPrtArea.Right() + 1, aParaPrtArea.Bottom() / 2)); in InitAllRects_Impl()
229 aParaPrtArea.Right() = aDrawObj.Right(); in InitAllRects_Impl()
335 rRect.Left() = aParaPrtArea.Left(); in CalcBoundRect_Impl()
336 rRect.Right() = aParaPrtArea.Right(); in CalcBoundRect_Impl()
361 rRect.Right() = aParaPrtArea.Left(); in CalcBoundRect_Impl()
365 rRect.Left() = aParaPrtArea.Right(); in CalcBoundRect_Impl()
383 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl()
384 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl()
405 rRect.Left() = aParaPrtArea.Left(); in CalcBoundRect_Impl()
406 rRect.Right() = aParaPrtArea.Right(); in CalcBoundRect_Impl()
417 rRect.Top() = aParaPrtArea.Bottom() - aMetric.GetDescent(); in CalcBoundRect_Impl()
427 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl()
434 rRect.Top() = aParaPrtArea.Top(); in CalcBoundRect_Impl()
435 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl()
458 sal_uInt16 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in DrawInnerFrame_Impl()
634 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in Paint()
681 if (nAnchor != TextContentAnchorType_AT_FRAME && aTxt.Bottom() > aParaPrtArea.Bottom()) in Paint()
684 sal_uIntPtr nDiff = aTxt.Bottom() - aParaPrtArea.Bottom(); in Paint()
685 aParaPrtArea.Bottom() += nDiff; in Paint()
690 aParaPrtArea.Bottom() -= nDiff; in Paint()
698 DrawText(aParaPrtArea, C2S(DEMOTEXT)); in Paint()