diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-31 00:28:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-08 04:38:19 +0200 |
commit | dfb2ab0cee2ba04ce8816580447e7db8160ffac4 (patch) | |
tree | 777b3c77d6f0f4045dabc5b431108690c7f23df3 /chart2/inc | |
parent | e7b79ef04579c8b5a9957207062fd13a9ca5755c (diff) |
add initial code for creating 3D bar shapes
Change-Id: I55489fad8723f204003fe502eea5e02de4c8d6ef
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartView.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 045843a74a42..f6252bc4743e 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -200,6 +200,8 @@ private: //methods ChartView(); void createShapes(); + void createShapes3D(); + bool isReal3DChart(); void getMetaFile( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutStream , bool bUseHighContrast ); SdrPage* getSdrPage(); |