Searched refs:GetMaxAscent (Results 1 – 4 of 4) sorted by relevance
1321 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() + nDiff) ); in CreateLines()1339 if ( nDiff > pLine->GetMaxAscent() ) in CreateLines()1340 nDiff = pLine->GetMaxAscent(); in CreateLines()1341 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() - nDiff) ); in CreateLines()1352 long nMaxAscent = pLine->GetMaxAscent() - nTxtHeight + nH; in CreateLines()1474 pLine->SetMaxAscent( (sal_uInt16) ( pLine->GetMaxAscent() + nTextExtraYOffset ) ); in CreateLines()1678 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff) ); in CreateAndInsertEmptyLine()1697 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()1698 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()1699 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() - nDiff) ); in CreateAndInsertEmptyLine()[all …]
422 …%i", pLine->GetStartPortion(), pLine->GetEndPortion(), pLine->GetHeight(), pLine->GetMaxAscent() ); in ShowEditEngineData()
499 sal_uInt16 GetMaxAscent() const { return nMaxAscent; } in GetMaxAscent() function in EditLine
2459 aInfos.nFirstLineMaxAscent = pLine->GetMaxAscent(); in GetParagraphInfos()