Home
last modified time | relevance | path

Searched refs:nAsc (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporfld.cxx1277 sal_uInt16 nAsc = aTmpFont.GetAscent( pSh, *rInf.GetOut() ); in Format() local
1290 if( nAsc > nMaxAscent ) in Format()
1291 nMaxAscent = nAsc; in Format()
1292 if( aSize.Height() - nAsc > nMaxDescent ) in Format()
1293 nMaxDescent = static_cast<sal_uInt16>(aSize.Height() - nAsc); in Format()
H A Ditrform2.cxx1715 KSHORT nAsc = pCurr->GetAscent() + in CalcRealHeight() local
1721 pCurr->SetAscent( nAsc ); in CalcRealHeight()
1765 KSHORT nAsc = ( 4 * nLineHeight ) / 5; // 80% in CalcRealHeight() local
1766 if( nAsc < pCurr->GetAscent() || in CalcRealHeight()
1767 nLineHeight - nAsc < pCurr->Height() - pCurr->GetAscent() ) in CalcRealHeight()
1770 pCurr->SetAscent( nAsc ); in CalcRealHeight()
H A Dfrmpaint.cxx110 void PaintExtra( SwTwips nY, long nAsc, long nMax, sal_Bool bRed );
201 void SwExtraPainter::PaintExtra( SwTwips nY, long nAsc, long nMax, sal_Bool bRed ) in PaintExtra() argument
238 aTmpPos.Y() += nAsc; in PaintExtra()
H A Dpormulti.cxx2063 SwTwips nAsc = rMulti.GetAscent() + ( nH - rMulti.Height() )/2; in BuildMultiPortion() local
2064 if( nAsc > nH ) in BuildMultiPortion()
2065 nAsc = nH; in BuildMultiPortion()
2066 else if( nAsc < 0 ) in BuildMultiPortion()
2067 nAsc = 0; in BuildMultiPortion()
2070 rMulti.SetAscent( KSHORT(nAsc) ); in BuildMultiPortion()

Completed in 41 milliseconds