Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1283 FormatterFontMetric aFormatterMetrics; in CreateLines() local
1294 RecalcFormatterFontMetrics( aFormatterMetrics, aTmpFont ); in CreateLines()
1298 sal_uInt16 nLineHeight = aFormatterMetrics.GetHeight(); in CreateLines()
1301 pLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateLines()
1641 FormatterFontMetric aFormatterMetrics; in CreateAndInsertEmptyLine() local
1642 RecalcFormatterFontMetrics( aFormatterMetrics, aTmpFont ); in CreateAndInsertEmptyLine()
1643 pTmpLine->SetMaxAscent( aFormatterMetrics.nMaxAscent ); in CreateAndInsertEmptyLine()
1645 sal_uInt16 nLineHeight = aFormatterMetrics.GetHeight(); in CreateAndInsertEmptyLine()

Completed in 33 milliseconds