Lines Matching refs:aTextLine
145 aTextLine = aPagePrtArea; in InitAllRects_Impl()
146 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in InitAllRects_Impl()
147 aTextLine.Left() += nLTxtBorder; in InitAllRects_Impl()
148 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl()
149 aTextLine.Move(0, nTTxtBorder); in InitAllRects_Impl()
153 / (aTextLine.GetHeight() + 2)); in InitAllRects_Impl()
156 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); 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()
456 Rectangle aTxt(aTextLine); in DrawInnerFrame_Impl()
458 sal_uInt16 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in DrawInnerFrame_Impl()
615 const long nTxtLineHeight = aTextLine.GetHeight(); in Paint()
616 Rectangle aTxt(aTextLine); in Paint()
625 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
634 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in Paint()