Home
last modified time | relevance | path

Searched refs:SetMaxAscent (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1301 pLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateLines()
1321 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() + nDiff) ); in CreateLines()
1341 pLine->SetMaxAscent( (sal_uInt16)(pLine->GetMaxAscent() - nDiff) ); in CreateLines()
1355 pLine->SetMaxAscent( (sal_uInt16)nMaxAscent ); in CreateLines()
1474 pLine->SetMaxAscent( (sal_uInt16) ( pLine->GetMaxAscent() + nTextExtraYOffset ) ); in CreateLines()
1643 pTmpLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateAndInsertEmptyLine()
1678 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff) ); in CreateAndInsertEmptyLine()
1699 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() - nDiff) ); in CreateAndInsertEmptyLine()
1713 pTmpLine->SetMaxAscent( (sal_uInt16)nMaxAscent ); in CreateAndInsertEmptyLine()
1726 pTmpLine->SetMaxAscent( (sal_uInt16)(pTmpLine->GetMaxAscent() + nDiff/2) ); in CreateAndInsertEmptyLine()
H A Deditdoc.hxx498 void SetMaxAscent( sal_uInt16 n ) { nMaxAscent = n; } in SetMaxAscent() function in EditLine

Completed in 42 milliseconds