summaryrefslogtreecommitdiffstats
path: root/oox/inc
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-02-13 15:44:34 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-02-13 18:21:55 +0100
commit32edd34a2056f0eba1a44fd01743908b1a4729b5 (patch)
treebf6dc781234796df8148cccc39ea0f94fb0ca176 /oox/inc
parentcalc : multiple tabs can be hidden at once (diff)
downloadcore-32edd34a2056f0eba1a44fd01743908b1a4729b5.tar.gz
core-32edd34a2056f0eba1a44fd01743908b1a4729b5.zip
fdo#59789: xlsx export of data point labels, first cut
Change-Id: I4a9d893ce7999970a559851ce2faac50b3d01b6e
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/export/chartexport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/inc/oox/export/chartexport.hxx b/oox/inc/oox/export/chartexport.hxx
index f801fc39968f..83b2ef196a2f 100644
--- a/oox/inc/oox/export/chartexport.hxx
+++ b/oox/inc/oox/export/chartexport.hxx
@@ -159,6 +159,9 @@ private:
void exportDataPoints(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesProperties,
sal_Int32 nSeriesLength );
+ void exportDataLabels(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesProperties,
+ sal_Int32 nSeriesLength );
void exportGrouping( sal_Bool isBar = sal_False );
void exportMarker();
void exportSmooth();