Lines Matching refs:GetHeight

104 	sal_uIntPtr nOutHPix = aPage.GetHeight();  in InitAllRects_Impl()
152 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
153 / (aTextLine.GetHeight() + 2)); in InitAllRects_Impl()
156 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); in InitAllRects_Impl()
176 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() - 2)); in InitAllRects_Impl()
182 aFont.SetSize(Size(0, aParaPrtArea.GetHeight() / 2)); in InitAllRects_Impl()
186 aParaPrtArea.Top() + (aParaPrtArea.GetHeight() - aAutoCharFrame.GetHeight()) / 2)); in InitAllRects_Impl()
195 …tPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHeight()) / 2 + 5)); in InitAllRects_Impl()
207 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
212 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
216 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
226 aFrmSize = Size(nFreeWidth / 2, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
457 sal_Int32 nStep = aTxt.GetHeight() + 2; in DrawInnerFrame_Impl()
458 sal_uInt16 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in DrawInnerFrame_Impl()
463 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in DrawInnerFrame_Impl()
546 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
578 lYPos = aRect.Top() + (aRect.GetHeight() - aFrmSize.Height()) / 2; in Paint()
615 const long nTxtLineHeight = aTextLine.GetHeight(); in Paint()
625 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
627 nStep = aTxt.GetHeight() + 2; in Paint()
628 nLines = (sal_uInt16)(((aFrameAtFrame.GetHeight() - 2 * FLYINFLY_BORDER) * 2 / 3) in Paint()
629 / (aTxt.GetHeight() + 2)); in Paint()
633 nStep = aTxt.GetHeight() + 2; in Paint()
634 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in Paint()
652 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in Paint()