Lines Matching refs:aFrameAtFrame

187     aFrameAtFrame = aPara;  in InitAllRects_Impl()
188 aFrameAtFrame.Left() += 9; in InitAllRects_Impl()
189 aFrameAtFrame.Right() -= 5; in InitAllRects_Impl()
190 aFrameAtFrame.Bottom() += 5; in InitAllRects_Impl()
191aFrameAtFrame.SetPos(Point(aFrameAtFrame.Left() + 2, (aPagePrtArea.Bottom() - aFrameAtFrame.GetHei… in InitAllRects_Impl()
283 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
284 rRect.Right() = aFrameAtFrame.Right(); in CalcBoundRect_Impl()
289 rRect.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
290 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
294 rRect.Left() = aFrameAtFrame.Left(); in CalcBoundRect_Impl()
295 rRect.Right() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
299 rRect.Left() = aFrameAtFrame.Right(); in CalcBoundRect_Impl()
300 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
308 rRect.Top() = aFrameAtFrame.Top(); in CalcBoundRect_Impl()
309 rRect.Bottom() = aFrameAtFrame.Bottom(); in CalcBoundRect_Impl()
314 rRect.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
315 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
484 aRect = DrawInnerFrame_Impl( aFrameAtFrame, m_aBgCol, m_aBorderCol ); in Paint()
598 pOuterFrame = &aFrameAtFrame; in Paint()
618 aTxt.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in Paint()
619 aTxt.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in Paint()
620 aTxt.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in Paint()
624 nLines = (sal_uInt16)(((aFrameAtFrame.GetHeight() - 2 * FLYINFLY_BORDER) * 2 / 3) in Paint()