Lines Matching refs:FLYINFLY_BORDER
41 #define FLYINFLY_BORDER 3 macro
293 rRect.Left() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
294 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
299 rRect.Right() = aFrameAtFrame.Left() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
304 rRect.Right() = aFrameAtFrame.Right() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
318 rRect.Top() = aFrameAtFrame.Top() + FLYINFLY_BORDER; in CalcBoundRect_Impl()
319 rRect.Bottom() = aFrameAtFrame.Bottom() - FLYINFLY_BORDER; in CalcBoundRect_Impl()
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()