Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/main/
H A DVLegend.cxx287 sal_Int32 nTextLineHeight = nFontHeight; in lcl_getTextLineHeight() local
293 nTextLineHeight = nFullTextHeight;//found an entry with one line-> have real text height in lcl_getTextLineHeight()
297 return nTextLineHeight; in lcl_getTextLineHeight()
353 sal_Int32 nTextLineHeight = static_cast< sal_Int32 >( fViewFontSize ); in lcl_placeLegendEntries() local
426 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries()
555 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries()
595 … sal_Int32 nSymbolYPos = nCurrentYPos + ( ( nTextLineHeight - aSymbolSize.Height ) / 2 ); in lcl_placeLegendEntries()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx826 long nTextLineHeight = 0; in CreateLines() local
839 nTextLineHeight = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines()
841 nTextLineHeight = aTmpFont.GetPhysTxtSize( GetRefDevice(), String() ).Height(); in CreateLines()
846 if ( nLineHeight > nTextLineHeight ) in CreateLines()
847 nTextLineHeight = nLineHeight; in CreateLines()
850 nTextLineHeight = pLine->GetHeight(); in CreateLines()
856 long nYDiff = nTextLineHeight; in CreateLines()
861 nYDiff = -nTextLineHeight; in CreateLines()
890 nTextExtraYOffset += Max( (long)(nTextLineHeight / 10), (long)1 ); in CreateLines()
1304 if ( GetTextRanger() && ( pLine->GetHeight() > nTextLineHeight ) ) in CreateLines()

Completed in 38 milliseconds