Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVLegend.cxx942 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createShapes() local
943 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()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx471 sal_Int32 nSymbolHeigth = static_cast< sal_Int32 >( fViewFontSize * 0.6 ); in createDataLabel() local
476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()
478 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createDataLabel()

Completed in 34 milliseconds