summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-01 17:38:39 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-01 17:38:39 +0200
commitd9f93ced823ee7d695cdd39d5124b67e07886ed7 (patch)
tree21882e6949a1aeffb05615ffdb7ddd4ca7ee8b96 /chart2/inc
parente7da55b6ed9ac288eb8075ce169a9c1e305f7d99 (diff)
extract the rendering code in ChartView
We need it for the IOpenGLRenderer interface. Change-Id: Ic9f425b44c0efdd30956eba13ef03ba7179d35a4
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartView.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx
index 156bf8a93e87..ab552f9fa250 100644
--- a/chart2/inc/ChartView.hxx
+++ b/chart2/inc/ChartView.hxx
@@ -214,6 +214,8 @@ private: //methods
void impl_updateView();
+ void render();
+
::com::sun::star::awt::Rectangle impl_createDiagramAndContent( SeriesPlotterContainer& rSeriesPlotterContainer
, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes>& xDiagramPlusAxes_Shapes
, const ::com::sun::star::awt::Point& rAvailablePos