Searched refs:nOldAscent (Results 1 – 6 of 6) sorted by relevance
208 sal_uInt16 SwSubFont::CalcEscAscent( const sal_uInt16 nOldAscent ) const in CalcEscAscent()213 const long nAscent = nOldAscent + in CalcEscAscent()688 const sal_uInt16 nOldAscent ) const in CalcEscHeight()693 long nDescent = nOldHeight - nOldAscent - in CalcEscHeight()697 return ( nDesc + CalcEscAscent( nOldAscent ) ); in CalcEscHeight()
1291 const KSHORT nOldAscent = pOldCur->GetAscent(); in FormatLine() local1322 nOldAscent == pNew->GetAscent() && in FormatLine()1374 nRght += ( Max( nOldAscent, pNew->GetAscent() ) ); in FormatLine()1376 nRght += ( Max( nOldAscent, pNew->GetAscent() ) / 4); in FormatLine()
331 const KSHORT nOldAscent = GetAscent(); in PaintDrop() local365 ((SwDropPortion*)this)->SetAscent( nOldAscent ); in PaintDrop()
868 KSHORT nOldAscent = pCurr->GetAscent(); in NewFtnPortion() local876 pCurr->SetAscent( nOldAscent ); in NewFtnPortion()
1504 const KSHORT nOldAscent = pCurr->GetAscent(); in FormatLine() local1663 if( nOldHeight != pCurr->Height() || nOldAscent != pCurr->GetAscent() ) in FormatLine()
61 sal_uInt16 CalcEscAscent( const sal_uInt16 nOldAscent ) const;63 const sal_uInt16 nOldAscent ) const;
Completed in 56 milliseconds