Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx1321 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 …]
H A Deditdbg.cxx422 …%i", pLine->GetStartPortion(), pLine->GetEndPortion(), pLine->GetHeight(), pLine->GetMaxAscent() ); in ShowEditEngineData()
H A Deditdoc.hxx499 sal_uInt16 GetMaxAscent() const { return nMaxAscent; } in GetMaxAscent() function in EditLine
H A Dediteng.cxx2459 aInfos.nFirstLineMaxAscent = pLine->GetMaxAscent(); in GetParagraphInfos()