Lines Matching refs:aFrameAtFrame

191 	aFrameAtFrame = aPara;  in InitAllRects_Impl()
192 aFrameAtFrame.Left() += 9; in InitAllRects_Impl()
193 aFrameAtFrame.Right() -= 5; in InitAllRects_Impl()
194 aFrameAtFrame.Bottom() += 5; in InitAllRects_Impl()
195aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
287 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
288 rRect.Right() = aFrameAtFrame.Right(); in CalcBoundRect_Impl()
293 rRect.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
294 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
298 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
299 rRect.Right() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
303 rRect.Left() = aFrameAtFrame.Right(); in CalcBoundRect_Impl()
304 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
312 rRect.Top() = aFrameAtFrame.Top(); in CalcBoundRect_Impl()
313 rRect.Bottom() = aFrameAtFrame.Bottom(); in CalcBoundRect_Impl()
318 rRect.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
319 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
488 aRect = DrawInnerFrame_Impl( aFrameAtFrame, m_aBgCol, m_aBorderCol ); in Paint()
602 pOuterFrame = &aFrameAtFrame; in Paint()
622 aTxt.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in Paint()
623 aTxt.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in Paint()
624 aTxt.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in Paint()
628 nLines = (sal_uInt16)(((aFrameAtFrame.GetHeight() - 2 * FLYINFLY_BORDER) * 2 / 3) in Paint()