summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:57:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-02-18 14:57:20 +0000
commitea589973f41e519a1ac08f84bfa689bb88f2272e (patch)
treeb22adf6edc0c358040b47ae817accce58d5f03bd /chart2/source/controller/main/ChartController.hxx
parentINTEGRATION: CWS chart19 (1.24.18); FILE MERGED (diff)
downloadcore-ea589973f41e519a1ac08f84bfa689bb88f2272e.tar.gz
core-ea589973f41e519a1ac08f84bfa689bb88f2272e.zip
INTEGRATION: CWS chart19 (1.9.8); FILE MERGED
2008/01/14 13:46:09 bm 1.9.8.3: #i44768# insert/delete mean value lines via menu commands 2008/01/11 15:58:43 bm 1.9.8.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:27 bm 1.9.8.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r--chart2/source/controller/main/ChartController.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index 9cac1a173728..70ee710bf4c7 100644
--- a/chart2/source/controller/main/ChartController.hxx
+++ b/chart2/source/controller/main/ChartController.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ChartController.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:53:39 $
+ * last change: $Author: rt $ $Date: 2008-02-18 15:57:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -607,7 +607,11 @@ private:
void SAL_CALL executeDispatch_InsertDataLabel();
void SAL_CALL executeDispatch_InsertAxis();
void SAL_CALL executeDispatch_InsertGrid();
- void SAL_CALL executeDispatch_InsertStatistic();
+// void SAL_CALL executeDispatch_InsertStatistic();
+ void SAL_CALL executeDispatch_InsertYErrorbars();
+ void SAL_CALL executeDispatch_InsertTrendlines();
+ void SAL_CALL executeDispatch_InsertMeanValue();
+ void SAL_CALL executeDispatch_InsertMeanValues();
void SAL_CALL executeDispatch_InsertTrendline();
void SAL_CALL executeDispatch_InsertTrendlineEquation();