Lines Matching refs:aTextLine
1855 Rectangle aTextLine = rRect; in PaintPage() local
1856 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in PaintPage()
1857 aTextLine.Left() += nLTxtBorder; in PaintPage()
1858 aTextLine.Right() -= nRTxtBorder; in PaintPage()
1859 aTextLine.Move(0, nTTxtBorder); in PaintPage()
1864 nStep = aTextLine.GetHeight() + 2; in PaintPage()
1865 nLines = (sal_uInt16)(rRect.GetHeight() / (aTextLine.GetHeight() + 2)) - 1; in PaintPage()
1872 aTextLine.SetSize(Size(aTextLine.GetWidth() / 2, aTextLine.GetHeight())); in PaintPage()
1874 if (aPage.IsInside(aTextLine)) in PaintPage()
1875 DrawRect(aTextLine, m_aTxtCol, m_aTransCol ); in PaintPage()
1877 aTextLine.Move(0, nStep); in PaintPage()
1879 aTextLine.Move(0, -nStep); in PaintPage()