Searched refs:fViewFontSize (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/chart2/source/view/main/ |
| H A D | VLegend.cxx | 284 … const std::vector< sal_Int32 >& aRowHeights, const sal_Int32 nNumberOfRows, double fViewFontSize ) in lcl_getTextLineHeight() argument 286 const sal_Int32 nFontHeight = static_cast< sal_Int32 >( fViewFontSize ); in lcl_getTextLineHeight() 305 double fViewFontSize, in lcl_placeLegendEntries() argument 318 sal_Int32 nXPadding = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.33 ) ); in lcl_placeLegendEntries() 320 sal_Int32 nXOffset = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.66 ) ); in lcl_placeLegendEntries() 321 sal_Int32 nYPadding = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.2 ) ); in lcl_placeLegendEntries() 322 sal_Int32 nYOffset = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.2 ) ); in lcl_placeLegendEntries() 325 …32 nSymbolToTextDistance = static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.22 ) );//m… in lcl_placeLegendEntries() 353 sal_Int32 nTextLineHeight = static_cast< sal_Int32 >( fViewFontSize ); in lcl_placeLegendEntries() 426 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries() [all …]
|
| /trunk/main/chart2/source/view/charttypes/ |
| H A D | VSeriesPlotter.cxx | 460 float fViewFontSize( 10.0 ); in createDataLabel() local 464 xProps->getPropertyValue( C2U( "CharHeight" )) >>= fViewFontSize; in createDataLabel() 466 fViewFontSize *= (2540.0 / 72.0); in createDataLabel() 471 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createDataLabel() 587 …Diff = aSymbolSize.Width + static_cast< sal_Int32 >( std::max( 100.0, fViewFontSize * 0.22 ) );//m… in createDataLabel()
|