diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-22 08:50:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-03-22 17:15:25 +0000 |
commit | f02ec0d8489404966596cb0e949bf969e8e66fa2 (patch) | |
tree | d9baacfb83588d61a313b6608a271634d13e4d84 /chart2/source/inc | |
parent | f4cde4406217dd61e8d803eb38e6f5fac84a1f6d (diff) |
move hasUnhiddenData inside chart2::DataSeries
Change-Id: Id8a4daf046f2306a52948c7ed434854b25ee7936
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149283
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/DataSeries.hxx | 2 | ||||
-rw-r--r-- | chart2/source/inc/DataSeriesHelper.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/inc/DataSeries.hxx b/chart2/source/inc/DataSeries.hxx index 9e84ac99ab51..86405c19ac8e 100644 --- a/chart2/source/inc/DataSeries.hxx +++ b/chart2/source/inc/DataSeries.hxx @@ -149,6 +149,8 @@ public: */ OUString getLabelForRole( const OUString & rLabelSequenceRole ); + bool hasUnhiddenData(); + private: // late initialization to call after copy-constructing diff --git a/chart2/source/inc/DataSeriesHelper.hxx b/chart2/source/inc/DataSeriesHelper.hxx index c3eb20af90d6..474c49bb8277 100644 --- a/chart2/source/inc/DataSeriesHelper.hxx +++ b/chart2/source/inc/DataSeriesHelper.hxx @@ -160,9 +160,6 @@ OOO_DLLPUBLIC_CHARTTOOLS bool hasAttributedDataPointDifferentValue( const OUString& rPropertyName, const css::uno::Any& rPropertyValue ); -OOO_DLLPUBLIC_CHARTTOOLS bool hasUnhiddenData( const rtl::Reference< - ::chart::DataSeries >& xSeries ); - OOO_DLLPUBLIC_CHARTTOOLS sal_Int32 translateIndexFromHiddenToFullSequence( sal_Int32 nClippedIndex, const css::uno::Reference< css::chart2::data::XDataSequence >& xDataSequence, bool bTranslate ); |