summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2019-07-09 13:30:16 +0200
committerLászló Németh <nemeth@numbertext.org>2019-07-15 11:38:13 +0200
commit8906275d40a1828db684e7d9c9bc4934a937bc6c (patch)
tree01ea8fdba738d85090d9c975a18d8276eafae73e /include/oox
parent040f348ee00a0d01653b3071be3d9886a08f87fe (diff)
tdf#126193 Chart OOXML: Export Multi-level category labels
Fix export of Multi-level category axis labels with the correct OOXML tags (as the OOXML Standard requested) in the correct order. Also fix tdf#126195: but only the export part of the whole fault, which combined (united) the text of the category axis labels at different levels. Change-Id: Iefcef00818a3bb2ee1671bf693335904be471722 Reviewed-on: https://gerrit.libreoffice.org/75299 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 4716099dd8df..584b448aed2c 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -51,6 +51,7 @@ namespace com { namespace sun { namespace star {
namespace data
{
class XDataSequence;
+ class XLabeledDataSequence;
}
}
namespace drawing {
@@ -120,6 +121,8 @@ private:
private:
sal_Int32 getChartType();
+ css::uno::Sequence< css::uno::Sequence< rtl::OUString > > getSplitCategoriesList(const OUString& rRange);
+
OUString parseFormula( const OUString& rRange );
void InitPlotArea();