diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-23 13:46:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-23 14:44:17 +0100 |
commit | 4007a8135a689221e30b69b849beea674a8e63d0 (patch) | |
tree | d581b5b660337a923faff3a09e964c067740179f /chart2/source/inc/chartview | |
parent | bc518de4b9ae9d5985b3706dd4fbf60a0d6e1a79 (diff) |
use more concrete types in chart2, ChartModel
Change-Id: Icee63a8a9d2e63f05064506df6c2d36314fe05c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128802
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/chartview')
-rw-r--r-- | chart2/source/inc/chartview/ExplicitValueProvider.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chart2/source/inc/chartview/ExplicitValueProvider.hxx b/chart2/source/inc/chartview/ExplicitValueProvider.hxx index f367271e3b80..a84b2e30813b 100644 --- a/chart2/source/inc/chartview/ExplicitValueProvider.hxx +++ b/chart2/source/inc/chartview/ExplicitValueProvider.hxx @@ -20,6 +20,7 @@ #include <com/sun/star/awt/Rectangle.hpp> #include <chartview/chartviewdllapi.hxx> +#include <rtl/ref.hxx> #include <memory> @@ -79,6 +80,10 @@ public: const css::uno::Reference< css::chart2::XAxis >& xAxis , const css::uno::Reference< css::chart2::XCoordinateSystem > & xCorrespondingCoordinateSystem , const css::uno::Reference< css::chart2::XChartDocument>& xChartDoc); + static sal_Int32 getExplicitNumberFormatKeyForAxis( + const css::uno::Reference< css::chart2::XAxis >& xAxis + , const css::uno::Reference< css::chart2::XCoordinateSystem > & xCorrespondingCoordinateSystem + , const rtl::Reference< ::chart::ChartModel>& xChartDoc); static sal_Int32 getExplicitNumberFormatKeyForDataLabel( const css::uno::Reference< css::beans::XPropertySet >& xSeriesOrPointProp ); |