Home
last modified time | relevance | path

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

/trunk/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()
1697 if ( nDiff > pTmpLine->GetMaxAscent() ) in CreateAndInsertEmptyLine()
1698 nDiff = pTmpLine->GetMaxAscent(); in CreateAndInsertEmptyLine()
1710 long nMaxAscent = pTmpLine->GetMaxAscent() - nTxtHeight + nH; in CreateAndInsertEmptyLine()
2951 aTmpPos.Y() += pLine->GetMaxAscent(); in Paint()
2957 aTmpPos.X() -= pLine->GetMaxAscent(); in Paint()
[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()

Completed in 85 milliseconds