Lines Matching refs:aPage
101 aPage.SetSize( GetOutputSizePixel() ); in InitAllRects_Impl()
103 sal_uIntPtr nOutWPix = aPage.GetWidth(); in InitAllRects_Impl()
104 sal_uIntPtr nOutHPix = aPage.GetHeight(); in InitAllRects_Impl()
243 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
244 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
254 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
260 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
274 rRect.Top() = aPage.Top(); in CalcBoundRect_Impl()
275 rRect.Bottom() = aPage.Bottom(); in CalcBoundRect_Impl()
340 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
346 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
350 rRect.Left() = aPage.Left(); in CalcBoundRect_Impl()
351 rRect.Right() = aPage.Right(); in CalcBoundRect_Impl()
482 DrawRect_Impl( aPage, m_aBgCol, m_aBorderCol ); in Paint()
599 Rectangle *pOuterFrame = &aPage; in Paint()