diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 03:33:45 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 04:13:37 +0200 |
commit | 983396013539ab4643df43afa72a5d14472f9ea8 (patch) | |
tree | 9267e0dc67757cd80650c3be781a8c67bdd3b61f /include | |
parent | daa28969374f628a8cb265fcb28a73daabcb7236 (diff) |
first part for manualLayout plot area support, tdf#90851
still some positioning problems. Most likely we need to handle
chart2::RelativePosition::Anchor for correct positioning.
Change-Id: Iecd0ced684203d2c11aab3c55e04f8c7f699779a
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 8ac7fe649fc4..98ca528e9fad 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -27,6 +27,9 @@ #include <sax/fshelper.hxx> #include <vcl/mapmod.hxx> +#include <com/sun/star/chart2/RelativePosition.hpp> +#include <com/sun/star/chart2/RelativeSize.hpp> + namespace com { namespace sun { namespace star { namespace chart { class XDiagram; @@ -164,6 +167,8 @@ private: void exportErrorBar(com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > xErrorBarProps, bool bYError); + void exportManualLayout(const css::chart2::RelativePosition& rPos, const css::chart2::RelativeSize& rSize); + void exportAxes( ); void exportAxis(const AxisIdPair& rAxisIdPair); void _exportAxis( |