Lines Matching refs:aTextLine
141 aTextLine = aPagePrtArea; in InitAllRects_Impl()
142 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in InitAllRects_Impl()
143 aTextLine.Left() += nLTxtBorder; in InitAllRects_Impl()
144 aTextLine.Right() -= nRTxtBorder; in InitAllRects_Impl()
145 aTextLine.Move(0, nTTxtBorder); in InitAllRects_Impl()
149 / (aTextLine.GetHeight() + 2)); in InitAllRects_Impl()
152 (aTextLine.GetHeight() + 2) * nLines + nTTxtBorder + nBTxtBorder)); in InitAllRects_Impl()
203 aFrmSize = Size(nLFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
208 aFrmSize = Size(nRFBorder - 4, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
212 aFrmSize = Size(nLBorder - 3, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
222 aFrmSize = Size(nFreeWidth / 2, (aTextLine.GetHeight() + 2) * 3); in InitAllRects_Impl()
452 Rectangle aTxt(aTextLine); in DrawInnerFrame_Impl()
454 sal_uInt16 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in DrawInnerFrame_Impl()
611 const long nTxtLineHeight = aTextLine.GetHeight(); in Paint()
612 Rectangle aTxt(aTextLine); in Paint()
621 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
630 nLines = (sal_uInt16)(aParaPrtArea.GetHeight() / (aTextLine.GetHeight() + 2)); in Paint()