summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/SelectionHelper.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-11-22 17:14:07 +0000
committerIngrid Halama <iha@openoffice.org>2003-11-22 17:14:07 +0000
commit8659d31f621c2b92be87fe8080d873b1af66f3b2 (patch)
tree4dee0dd1cd176df00d9ff88efee7d156c3aeccc5 /chart2/source/controller/main/SelectionHelper.hxx
parentcorrect z positioning for 3D line chart (diff)
downloadcore-8659d31f621c2b92be87fe8080d873b1af66f3b2.tar.gz
core-8659d31f621c2b92be87fe8080d873b1af66f3b2.zip
added methods isDragableObjectHitTwice and changeSelection
Diffstat (limited to 'chart2/source/controller/main/SelectionHelper.hxx')
-rw-r--r--chart2/source/controller/main/SelectionHelper.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.hxx b/chart2/source/controller/main/SelectionHelper.hxx
index b7f9a13eaeec..2ee5e69263a2 100644
--- a/chart2/source/controller/main/SelectionHelper.hxx
+++ b/chart2/source/controller/main/SelectionHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SelectionHelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: iha $ $Date: 2003-10-28 18:03:30 $
+ * last change: $Author: iha $ $Date: 2003-11-22 18:13:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,15 @@ public:
, rtl::OUString& rNameOfLastSelectedObject
, const DrawViewWrapper& rDrawViewWrapper
, bool bAllowMultiClickSelectionChange );
+ static bool isDragableObjectHitTwice( const Point& rMPos
+ , const rtl::OUString& rNameOfLastSelectedObject
+ , const DrawViewWrapper& rDrawViewWrapper );
+
+ static void changeSelection( const Point& rMPos
+ , rtl::OUString& rNameOfLastSelectedObject
+ , DrawViewWrapper& rDrawViewWrapper
+ , bool bAllowMultiClickSelectionChange );
+
SelectionHelper( SdrObject* pSelectedObj, const rtl::OUString& rSelectedObjectCID );
virtual ~SelectionHelper();