Searched refs:nSymbolHeigth (Results 1 – 2 of 2) sorted by relevance
942 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createShapes() local943 sal_Int32 nSymbolWidth = static_cast< sal_Int32 >( nSymbolHeigth ); in createShapes()956 nCurrentWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createShapes()961 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createShapes()
471 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createDataLabel() local476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()478 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createDataLabel()
Completed in 31 milliseconds