Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/main/
H A DVLegend.cxx943 sal_Int32 nSymbolWidth = static_cast< sal_Int32 >( nSymbolHeigth ); in createShapes() local
958 nSymbolWidth = std::max( nSymbolWidth, nCurrentWidth ); in createShapes()
961 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createShapes()
/aoo4110/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx473 sal_Int32 nSymbolWidth = aCurrentRatio.Width; in createDataLabel() local
476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()
478 awt::Size aMaxSymbolExtent( nSymbolWidth, nSymbolHeigth ); in createDataLabel()

Completed in 34 milliseconds