Lines Matching refs:aRect

238 		Rectangle aRect;  in DrawPage()  local
239 aRect.Right() = rOrg.X() + GetSize().Width() - nR; in DrawPage()
240 aRect.Left() = rOrg.X() + nL; in DrawPage()
241 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
243 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
245 DrawRect(aRect); in DrawPage()
248 const Rectangle aDefineRect(aRect); in DrawPage()
282 aRect.Right() = aRect.Left() + nAutoColWidth; in DrawPage()
285 drawFillAttributes(getPageFillAttributes(), aRect, aDefineRect); in DrawPage()
288 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()
382 Rectangle aRect(aTL, m_aFrmSize); in Paint() local
391 DrawRect(aRect); in Paint()
425 DrawRect(aRect); in Paint()
536 Rectangle aRect; in DrawPage() local
537 aRect.Right() = rOrg.X() + GetSize().Width() - nR; in DrawPage()
538 aRect.Left() = rOrg.X() + nL; in DrawPage()
539 aRect.Top() = rOrg.Y() + GetTop() in DrawPage()
541 aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() in DrawPage()
549 Rectangle aRubyRect(aRect.TopLeft(), in DrawPage()
551 Size(nRubyHeight, aRect.GetHeight()) : in DrawPage()
552 Size(aRect.GetWidth(), nRubyHeight)); in DrawPage()
553 Rectangle aCharRect(aRect.TopLeft(), in DrawPage()
555 Size(nBaseHeight, aRect.GetHeight()) : in DrawPage()
556 Size(aRect.GetWidth(), nBaseHeight)); in DrawPage()
561 sal_Int32 nLines = (m_bVertical ? aRect.GetWidth(): aRect.GetHeight()) / nLineHeight; in DrawPage()
568 sal_Int16 nXStart = static_cast< sal_Int16 >(aRect.GetWidth() / 2 - nLineHeight * nLines /2); in DrawPage()
574 sal_Int16 nYStart = static_cast< sal_Int16 >(aRect.GetHeight() / 2 - nLineHeight * nLines /2); in DrawPage()
597 while(m_bVertical ? aStart.Y() < aRect.Bottom(): aStart.X() < aRect.Right()) in DrawPage()