summaryrefslogtreecommitdiff
path: root/chart2/source/inc/DataSeriesHelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-07 12:32:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-07 18:28:05 +0100
commitd9ff5556e7b24c7548a476862726b4bd54425047 (patch)
tree9ff52d13e4a937e2eaccf45b46f0e9a2fde0f12f /chart2/source/inc/DataSeriesHelper.hxx
parent3ff7f9e50bda9e6416d0df5f3b935aae34efbb8f (diff)
use more concrete types in chart2, DataSeries
Change-Id: If92f6ff6f90d53a9dc6211fd9f071d4d3fce2997 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129535 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc/DataSeriesHelper.hxx')
-rw-r--r--chart2/source/inc/DataSeriesHelper.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/chart2/source/inc/DataSeriesHelper.hxx b/chart2/source/inc/DataSeriesHelper.hxx
index 15f03ea17060..71ea3df0115d 100644
--- a/chart2/source/inc/DataSeriesHelper.hxx
+++ b/chart2/source/inc/DataSeriesHelper.hxx
@@ -124,6 +124,10 @@ OOO_DLLPUBLIC_CHARTTOOLS void setStackModeAtSeries(
const css::uno::Sequence< css::uno::Reference< css::chart2::XDataSeries > > & aSeries,
const rtl::Reference< ::chart::BaseCoordinateSystem > & xCorrespondingCoordinateSystem,
StackMode eStackMode );
+OOO_DLLPUBLIC_CHARTTOOLS void setStackModeAtSeries(
+ const std::vector< rtl::Reference< ::chart::DataSeries > > & aSeries,
+ const rtl::Reference< ::chart::BaseCoordinateSystem > & xCorrespondingCoordinateSystem,
+ StackMode eStackMode );
OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 getAttachedAxisIndex(
const css::uno::Reference< css::chart2::XDataSeries > & xSeries );
@@ -166,6 +170,11 @@ OOO_DLLPUBLIC_CHARTTOOLS void setPropertyAlsoToAllAttributedDataPoints(
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
const OUString& rPropertyName,
const css::uno::Any& rPropertyValue );
+OOO_DLLPUBLIC_CHARTTOOLS void setPropertyAlsoToAllAttributedDataPoints(
+ const rtl::Reference< ::chart::DataSeries >& xSeries,
+ const OUString& rPropertyName,
+ const css::uno::Any& rPropertyValue );
+
OOO_DLLPUBLIC_CHARTTOOLS bool hasAttributedDataPointDifferentValue(
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,