Lines Matching refs:aPagePrtArea
141 …aPagePrtArea = Rectangle(Point(nLBorder, nTBorder), Point((nOutWPix - 1) - nRBorder, (nOutHPix - 1… in InitAllRects_Impl()
145 aTextLine = aPagePrtArea; in InitAllRects_Impl()
152 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
154 aPara = aPagePrtArea; in InitAllRects_Impl()
195 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
224 sal_uIntPtr nFreeWidth = aPagePrtArea.GetWidth() - GetTextWidth(C2S(DEMOTEXT)); in InitAllRects_Impl()
249 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
250 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
255 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
259 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
268 rRect.Top() = aPagePrtArea.Top(); in CalcBoundRect_Impl()
269 rRect.Bottom() = aPagePrtArea.Bottom(); in CalcBoundRect_Impl()
341 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
345 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
355 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
356 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
453 if (nAnchor == TextContentAnchorType_AT_FRAME && &rRect == &aPagePrtArea) in DrawInnerFrame_Impl()
485 Rectangle aRect = DrawInnerFrame_Impl( aPagePrtArea, m_aTransColor, m_aPrintAreaCol ); in Paint()