Home
last modified time | relevance | path

Searched refs:getPreferredLegendKeyAspectRatio (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/inc/ !
H A DLegendEntryProvider.hxx73 virtual ::com::sun::star::awt::Size getPreferredLegendKeyAspectRatio()=0;
H A DVSeriesPlotter.hxx220 virtual com::sun::star::awt::Size getPreferredLegendKeyAspectRatio();
/trunk/main/chart2/source/view/charttypes/ !
H A DVSeriesPlotter.cxx472 awt::Size aCurrentRatio = this->getPreferredLegendKeyAspectRatio(); in createDataLabel()
1969 awt::Size VSeriesPlotter::getPreferredLegendKeyAspectRatio() in getPreferredLegendKeyAspectRatio() function in chart::VSeriesPlotter
/trunk/main/chart2/source/view/main/ !
H A DVLegend.cxx952 … awt::Size aCurrentRatio = pLegendEntryProvider->getPreferredLegendKeyAspectRatio(); in createShapes()