Lines Matching refs:aPagePrtArea
137 …aPagePrtArea = Rectangle(Point(nLBorder, nTBorder), Point((nOutWPix - 1) - nRBorder, (nOutHPix - 1… in InitAllRects_Impl()
141 aTextLine = aPagePrtArea; in InitAllRects_Impl()
148 sal_uInt16 nLines = (sal_uInt16)((aPagePrtArea.GetHeight() / 2 - nTTxtBorder - nBTxtBorder) in InitAllRects_Impl()
150 aPara = aPagePrtArea; in InitAllRects_Impl()
191 …aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
220 sal_uIntPtr nFreeWidth = aPagePrtArea.GetWidth() - GetTextWidth(C2S(DEMOTEXT)); in InitAllRects_Impl()
245 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
246 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
251 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
255 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
264 rRect.Top() = aPagePrtArea.Top(); in CalcBoundRect_Impl()
265 rRect.Bottom() = aPagePrtArea.Bottom(); in CalcBoundRect_Impl()
337 rRect.Right() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
341 rRect.Left() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
351 rRect.Left() = aPagePrtArea.Left(); in CalcBoundRect_Impl()
352 rRect.Right() = aPagePrtArea.Right(); in CalcBoundRect_Impl()
449 if (nAnchor == TextContentAnchorType_AT_FRAME && &rRect == &aPagePrtArea) in DrawInnerFrame_Impl()
481 Rectangle aRect = DrawInnerFrame_Impl( aPagePrtArea, m_aTransColor, m_aPrintAreaCol ); in Paint()