summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 08:28:49 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 08:28:49 +0000
commit905d84256a4abd8aafea1cfeee92ff7bba0501e9 (patch)
treecbd7ff6c08cf8ef4093844e36d22b1c678a0eca1 /svx/inc
parentb67968e92be28a51a54a0cc90c41bcdca7427ed9 (diff)
INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED
2008/03/11 18:19:12 cl 1.2.58.3: RESYNC: (1.3-1.4); FILE MERGED 2007/08/01 16:53:25 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdhdl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/svx/svdhdl.hxx b/svx/inc/svx/svdhdl.hxx
index df259f993c87..999c31996b5e 100644
--- a/svx/inc/svx/svdhdl.hxx
+++ b/svx/inc/svx/svdhdl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdhdl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2008-02-26 07:32:56 $
+ * last change: $Author: rt $ $Date: 2008-03-12 09:28:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -202,6 +202,8 @@ protected:
unsigned b1PixMore : 1; // True=Handle wird 1 Pixel groesser dargestellt
unsigned bPlusHdl : 1; // u.a. fuer Hld-Paint Optimierung bei MarkPoint/UnmarkPoint, ...
+ bool mbMoveOutside; // forces this handle to be moved outside of the selection rectangle
+
// create marker for this kind
virtual void CreateB2dIAObject();
@@ -263,6 +265,8 @@ public:
// #97016# II
virtual BOOL IsFocusHdl() const;
+
+ void SetMoveOutside( bool bMoveOutside );
};
////////////////////////////////////////////////////////////////////////////////////////////////////