Lines Matching refs:aRect

227         Rectangle aRect;  in DrawPage()  local
228 aRect.Right() = rOrg.X() + GetSize().Width() - nR; in DrawPage()
229 aRect.Left() = rOrg.X() + nL; in DrawPage()
230 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
232 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
234 DrawRect(aRect); in DrawPage()
262 aRect.Right() = aRect.Left() + nAutoColWidth; in DrawPage()
263 DrawRect(aRect); in DrawPage()
265 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()
359 Rectangle aRect(aTL, m_aFrmSize); in Paint() local
363 Rectangle aShadowRect(aRect); in Paint()
368 DrawRect(aRect); in Paint()
402 DrawRect(aRect); in Paint()
513 Rectangle aRect; in DrawPage() local
514 aRect.Right() = rOrg.X() + GetSize().Width() - nR; in DrawPage()
515 aRect.Left() = rOrg.X() + nL; in DrawPage()
516 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
518 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
526 Rectangle aRubyRect(aRect.TopLeft(), in DrawPage()
528 Size(nRubyHeight, aRect.GetHeight()) : in DrawPage()
529 Size(aRect.GetWidth(), nRubyHeight)); in DrawPage()
530 Rectangle aCharRect(aRect.TopLeft(), in DrawPage()
532 Size(nBaseHeight, aRect.GetHeight()) : in DrawPage()
533 Size(aRect.GetWidth(), nBaseHeight)); in DrawPage()
538 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
545 … sal_Int16 nXStart = static_cast< sal_Int16 >(aRect.GetWidth() / 2 - nLineHeight * nLines /2); in DrawPage()
551 … sal_Int16 nYStart = static_cast< sal_Int16 >(aRect.GetHeight() / 2 - nLineHeight * nLines /2); in DrawPage()
574 while(m_bVertical ? aStart.Y() < aRect.Bottom(): aStart.X() < aRect.Right()) in DrawPage()