Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/view/main/
H A DVLegend.cxx952 … awt::Size aCurrentRatio = pLegendEntryProvider->getPreferredLegendKeyAspectRatio(); in createShapes() local
953 sal_Int32 nCurrentWidth = aCurrentRatio.Width; in createShapes()
954 if( aCurrentRatio.Height > 0 ) in createShapes()
956 nCurrentWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createShapes()
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx472 awt::Size aCurrentRatio = this->getPreferredLegendKeyAspectRatio(); in createDataLabel() local
473 sal_Int32 nSymbolWidth = aCurrentRatio.Width; in createDataLabel()
474 if( aCurrentRatio.Height > 0 ) in createDataLabel()
476 nSymbolWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createDataLabel()

Completed in 38 milliseconds