Searched refs:fViewFontSize (Results 1 – 2 of 2) sorted by relevance
/trunk/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 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() 353 sal_Int32 nTextLineHeight = static_cast< sal_Int32 >( fViewFontSize ); in lcl_placeLegendEntries() 426 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries() 555 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries() 940 double fViewFontSize = lcl_CalcViewFontSize( xLegendProp, rPageSize );//todo in createShapes() local [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()
|
Completed in 37 milliseconds