Lines Matching refs:Bottom

163 	aParaPrtArea.Bottom()	-= nBTxtBorder;  in InitAllRects_Impl()
194 aFrameAtFrame.Bottom() += 5; in InitAllRects_Impl()
195 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
228 aDrawObj.SetPos(Point(aParaPrtArea.Right() + 1, aParaPrtArea.Bottom() / 2)); in InitAllRects_Impl()
269 rRect.Bottom() = aPagePrtArea.Bottom(); in CalcBoundRect_Impl()
275 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl()
313 rRect.Bottom() = aFrameAtFrame.Bottom(); in CalcBoundRect_Impl()
319 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
379 rRect.Bottom() = aPara.Bottom(); in CalcBoundRect_Impl()
384 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl()
392 rRect.Top() = aAutoCharFrame.Bottom(); in CalcBoundRect_Impl()
393 rRect.Bottom() = aAutoCharFrame.Bottom(); in CalcBoundRect_Impl()
398 rRect.Bottom() = aAutoCharFrame.Top(); in CalcBoundRect_Impl()
417 rRect.Top() = aParaPrtArea.Bottom() - aMetric.GetDescent(); in CalcBoundRect_Impl()
418 rRect.Bottom() = rRect.Top(); in CalcBoundRect_Impl()
428 rRect.Bottom() = aDrawObj.Bottom(); in CalcBoundRect_Impl()
435 rRect.Bottom() = aParaPrtArea.Bottom(); in CalcBoundRect_Impl()
535 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
566 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
584 lYPos = aRect.Bottom() - aFrmSize.Height() + 1; in Paint()
611 if (aFrmRect.Bottom() > pOuterFrame->Bottom()) in Paint()
612 aFrmRect.Move(0, pOuterFrame->Bottom() - aFrmRect.Bottom()); in Paint()
625 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
659 aTxt.Top() = aFrmRect.Bottom() + nTxtLineHeight; in Paint()
660 aTxt.Bottom() = aTxt.Top() + nTxtLineHeight - 1; 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()
686 aPara.Bottom() += nDiff; in Paint()
690 aParaPrtArea.Bottom() -= nDiff; in Paint()
691 aPara.Bottom() -= nDiff; in Paint()