Lines Matching refs:aTextLine
1858 Rectangle aTextLine = rRect; in PaintPage() local
1859 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in PaintPage()
1860 aTextLine.Left() += nLTxtBorder; in PaintPage()
1861 aTextLine.Right() -= nRTxtBorder; in PaintPage()
1862 aTextLine.Move(0, nTTxtBorder); in PaintPage()
1867 nStep = aTextLine.GetHeight() + 2; in PaintPage()
1868 nLines = (sal_uInt16)(rRect.GetHeight() / (aTextLine.GetHeight() + 2)) - 1; in PaintPage()
1875 aTextLine.SetSize(Size(aTextLine.GetWidth() / 2, aTextLine.GetHeight())); in PaintPage()
1877 if (aPage.IsInside(aTextLine)) in PaintPage()
1878 DrawRect(aTextLine, m_aTxtCol, m_aTransCol ); in PaintPage()
1880 aTextLine.Move(0, nStep); in PaintPage()
1882 aTextLine.Move(0, -nStep); in PaintPage()