Lines Matching refs:nDiff

455 		long nDiff = nNewHeight - nCurTextHeight;  in FormatDoc()  local
456 if ( nDiff ) in FormatDoc()
474 else if ( nDiff ) in FormatDoc()
1320 long nDiff = nMinHeight - nTxtHeight; in CreateLines() local
1321 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() + nDiff) ); in CreateLines()
1338 long nDiff = pLine->GetHeight() - nH; in CreateLines() local
1339 if ( nDiff > pLine->GetMaxAscent() ) in CreateLines()
1340 nDiff = pLine->GetMaxAscent(); in CreateLines()
1341 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() - nDiff) ); in CreateLines()
1677 long nDiff = nMinHeight - nTxtHeight; in CreateAndInsertEmptyLine() local
1678 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff) ); in CreateAndInsertEmptyLine()
1696 long nDiff = pTmpLine->GetHeight() - nH; in CreateAndInsertEmptyLine() local
1697 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()
1698 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()
1699 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() - nDiff) ); in CreateAndInsertEmptyLine()
1724 long nDiff = nMinHeight - (long)pTmpLine->GetHeight(); in CreateAndInsertEmptyLine() local
1726 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()
2842 short nDiff = (short)(rFont.GetSize().Height()*rFont.GetEscapement()/100L); in RecalcFormatterFontMetrics() local
2845 nAscent = (sal_uInt16) (((long)nAscent)*nPropr/100 + nDiff); in RecalcFormatterFontMetrics()
2851 nDescent = (sal_uInt16) (((long)nDescent)*nPropr/100 - nDiff); in RecalcFormatterFontMetrics()
3348 … long nDiff = aTmpFont.GetSize().Height() * aTmpFont.GetEscapement() / 100L; in Paint() local
3350 aOutPos.Y() -= nDiff; in Paint()
3352 aOutPos.X() += nDiff; in Paint()