Lines Matching refs:nLines
128 nLines( nLineCnt ), in SwDropPortion()
265 const sal_uInt16 nLines = rDrop.GetLines(); in GetDropSize() local
269 rDropHeight = nLines * rFontHeight; in GetDropSize()
289 ASSERT( nDropHeight && pPart && nLines != 1, "Drop Portion painted twice" ); in PaintTxt()
325 if( ! nDropHeight || ! pPart || nLines == 1 ) in PaintDrop()
376 if( ! nDropHeight || ! pPart || 1 == nLines ) in Paint()
471 void SwTxtFormatter::CalcDropHeight( const MSHORT nLines ) in CalcDropHeight() argument
492 for( ; nDropLns < nLines; nDropLns++ ) in CalcDropHeight()
539 void SwTxtFormatter::GuessDropHeight( const MSHORT nLines ) in GuessDropHeight() argument
541 ASSERT( nLines, "GuessDropHeight: Give me more Lines!" ); in GuessDropHeight()
544 SetDropLines( nLines ); in GuessDropHeight()
551 SetDropHeight( nHeight * nLines - GetDropDescent() ); in GuessDropHeight()
1011 if( nDropHeight && pPart && nLines!=1 ) in Format()
1067 nDropHeight = nLines = 0; in Format()