Home
last modified time | relevance | path

Searched refs:nOldAscent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx208 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()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1291 const KSHORT nOldAscent = pOldCur->GetAscent(); in FormatLine() local
1322 nOldAscent == pNew->GetAscent() && in FormatLine()
1374 nRght += ( Max( nOldAscent, pNew->GetAscent() ) ); in FormatLine()
1376 nRght += ( Max( nOldAscent, pNew->GetAscent() ) / 4); in FormatLine()
H A Dtxtdrop.cxx331 const KSHORT nOldAscent = GetAscent(); in PaintDrop() local
365 ((SwDropPortion*)this)->SetAscent( nOldAscent ); in PaintDrop()
H A Dtxtftn.cxx868 KSHORT nOldAscent = pCurr->GetAscent(); in NewFtnPortion() local
876 pCurr->SetAscent( nOldAscent ); in NewFtnPortion()
H A Ditrform2.cxx1504 const KSHORT nOldAscent = pCurr->GetAscent(); in FormatLine() local
1663 if( nOldHeight != pCurr->Height() || nOldAscent != pCurr->GetAscent() ) in FormatLine()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx61 sal_uInt16 CalcEscAscent( const sal_uInt16 nOldAscent ) const;
63 const sal_uInt16 nOldAscent ) const;

Completed in 49 milliseconds