Searched refs:nMaxAscent (Results 1 – 5 of 5) sorted by relevance
1242 sal_uInt16 nMaxDescent, nMaxAscent, nMaxWidth; in Format() local1255 nMaxAscent = 0; in Format()1282 Height( nMaxDescent + nMaxAscent ); in Format()1284 SetAscent( nMaxAscent ); in Format()1285 nMaxAscent = 0; in Format()1290 if( nAsc > nMaxAscent ) in Format()1291 nMaxAscent = nAsc; in Format()1302 Height( nMaxAscent + nMaxDescent ); in Format()1306 Height( Height() + nMaxDescent + nMaxAscent ); in Format()1307 nUpPos = nMaxAscent; in Format()
1301 pLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateLines()1352 long nMaxAscent = pLine->GetMaxAscent() - nTxtHeight + nH; in CreateLines() local1353 if ( nMaxAscent < 0 ) in CreateLines()1354 nMaxAscent = 0 ; in CreateLines()1355 pLine->SetMaxAscent( (sal_uInt16)nMaxAscent ); in CreateLines()1643 pTmpLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateAndInsertEmptyLine()1710 long nMaxAscent = pTmpLine->GetMaxAscent() - nTxtHeight + nH; in CreateAndInsertEmptyLine() local1711 if ( nMaxAscent < 0 ) in CreateAndInsertEmptyLine()1712 nMaxAscent = 0 ; in CreateAndInsertEmptyLine()1713 pTmpLine->SetMaxAscent( (sal_uInt16)nMaxAscent ); in CreateAndInsertEmptyLine()[all …]
455 sal_uInt16 nMaxAscent; member in EditLine498 void SetMaxAscent( sal_uInt16 n ) { nMaxAscent = n; } in SetMaxAscent()499 sal_uInt16 GetMaxAscent() const { return nMaxAscent; } in GetMaxAscent()
414 nMaxAscent = 0; in EditLine()434 nMaxAscent = 0; in EditLine()459 pL->nMaxAscent = nMaxAscent; in Clone()
187 sal_uInt16 nMaxAscent; member190 …FormatterFontMetric() { nMaxAscent = 0; nMaxDescent = 0; /* nMinLeading = 0xFFFF; */… in FormatterFontMetric()191 sal_uInt16 GetHeight() const { return nMaxAscent+nMaxDescent; } in GetHeight()