summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:55:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:55:35 +0000
commit24edef4de0cfd8959f0a3d1567a0bdc954c49e75 (patch)
tree3b9ace12286871265462b54b3b32fd281b33c314 /chart2/source/controller/main/ChartController.hxx
parentINTEGRATION: CWS chart20_DEV300 (1.27.4); FILE MERGED (diff)
downloadcore-24edef4de0cfd8959f0a3d1567a0bdc954c49e75.tar.gz
core-24edef4de0cfd8959f0a3d1567a0bdc954c49e75.zip
INTEGRATION: CWS chart20_DEV300 (1.10.4); FILE MERGED
2008/02/22 16:52:19 bm 1.10.4.3: #i366# commands for deleting statistics objects 2008/02/21 15:59:27 bm 1.10.4.2: #i366# error bars from ranges 2008/02/21 15:07:44 bm 1.10.4.1: #i85441# remove selection after deleting objects
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r--chart2/source/controller/main/ChartController.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index 70ee710bf4c7..7a407b38a9d2 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2008-02-18 15:57:20 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:55:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -614,6 +614,11 @@ private:
void SAL_CALL executeDispatch_InsertMeanValues();
void SAL_CALL executeDispatch_InsertTrendline();
void SAL_CALL executeDispatch_InsertTrendlineEquation();
+ void SAL_CALL executeDispatch_InsertYErrorbar();
+
+ void SAL_CALL executeDispatch_DeleteMeanValue();
+ void SAL_CALL executeDispatch_DeleteTrendline();
+ void SAL_CALL executeDispatch_DeleteYErrorbar();
void SAL_CALL executeDispatch_InsertSpecialCharacter();
void SAL_CALL executeDispatch_EditText();
@@ -681,6 +686,8 @@ private:
void impl_PasteGraphic( ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > & xGraphic,
const ::Point & aPosition );
void impl_SetMousePointer( const MouseEvent & rEvent );
+
+ void impl_ClearSelection();
};
//.............................................................................