Lines Matching refs:fViewFontSize

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()
555 nTextLineHeight = lcl_getTextLineHeight( aRowHeights, nNumberOfRows, fViewFontSize ); in lcl_placeLegendEntries()
940 double fViewFontSize = lcl_CalcViewFontSize( xLegendProp, rPageSize );//todo in createShapes() local
942 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createShapes()
977 …= lcl_placeLegendEntries( aViewEntries, eExpansion, bSymbolsLeftSide, fViewFontSize, aMaxSymbolExt… in createShapes()