Lines Matching refs:aLine

189 	SwTxtMargin aLine( (SwTxtFrm*)this, &aInf );  in _GetDropRect()  local
190 if( aLine.GetDropLines() ) in _GetDropRect()
192 rRect.Top( aLine.Y() ); in _GetDropRect()
193 rRect.Left( aLine.GetLineStart() ); in _GetDropRect()
194 rRect.Height( aLine.GetDropHeight() ); in _GetDropRect()
195 rRect.Width( aLine.GetDropLeft() ); in _GetDropRect()
568 SwTxtFormatter aLine( this, &aInf ); in GetTabStopInfo() local
573 SwTwips nRight = aLine.Right(); in GetTabStopInfo()
577 const SvxTabStop *pTS = aLine.GetLineInfo().GetTabStop( CurrentPos, nRight ); in GetTabStopInfo()
968 SwTxtFormatter aLine( this, &aInf ); in CalcPreps() local
982 sal_Bool bBreak = aFrmBreak.IsBreakNowWidAndOrp( aLine ); in CalcPreps()
984 while( !bBreak && aLine.Next() ) in CalcPreps()
987 bBreak = aFrmBreak.IsBreakNowWidAndOrp( aLine ); in CalcPreps()
997 aLine.TruncLines(); in CalcPreps()
998 aFrmBreak.SetRstHeight( aLine ); in CalcPreps()
999 FormatAdjust( aLine, aFrmBreak, aInf.GetTxt().Len(), aInf.IsStop() ); in CalcPreps()
1005 FormatAdjust( aLine, aFrmBreak, in CalcPreps()
1858 SwTxtFormatter aLine( this, &aInf ); in _Format() local
1863 _Format( aLine, aInf ); in _Format()
1865 if( aLine.IsOnceMore() ) in _Format()
1866 FormatOnceMore( aLine, aInf ); in _Format()
1873 if( 1 < aLine.GetDropLines() ) in _Format()
1875 if( SVX_ADJUST_LEFT != aLine.GetAdjust() && in _Format()
1876 SVX_ADJUST_BLOCK != aLine.GetAdjust() ) in _Format()
1878 aLine.CalcDropAdjust(); in _Format()
1879 aLine.SetPaintDrop( sal_True ); in _Format()
1882 if( aLine.IsPaintDrop() ) in _Format()
1884 aLine.CalcDropRepaint(); in _Format()
1885 aLine.SetPaintDrop( sal_False ); in _Format()
2192 SwTxtFormatter aLine( this, &aInf ); in FormatQuick() local
2195 if( aLine.GetDropFmt() ) in FormatQuick()
2210 nStart = aLine.FormatLine( nStart ); in FormatQuick()
2212 aLine.Insert( new SwLineLayout() ); in FormatQuick()
2213 } while( aLine.Next() ); in FormatQuick()
2218 const SwTwips nNewHeight = aLine.Y() + aLine.GetLineHeight(); in FormatQuick()