summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-05-29 22:55:44 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-07-03 21:46:40 +0200
commit94182ac76189ac2c8e8eab200cc1c4d146b03f57 (patch)
tree0fc89717f4c6e35a065f90b82806a8789dc6a229 /include/oox
parentImport polynomial and moving average for OOXML. (diff)
downloadcore-94182ac76189ac2c8e8eab200cc1c4d146b03f57.tar.gz
core-94182ac76189ac2c8e8eab200cc1c4d146b03f57.zip
Support for trendlines in charts when exporting in OOXML format.
Trendline support at exporting in OOXML was missing. Add support for exporting regression type and properties and additionally line properties. The only missing are working dashed / dotted lines which are currently kind of "broken" for all lines. Change-Id: Ib7574e58febeb70f2a488db3546b74807c14df14
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index d3212d0a5678..40ea87f62b0b 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -151,6 +151,7 @@ private:
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xSeriesProperties,
sal_Int32 nSeriesLength );
void exportGrouping( sal_Bool isBar = sal_False );
+ void exportTrendlines( ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XDataSeries > xSeries );
void exportMarker();
void exportSmooth();
void exportFirstSliceAng();