From 905d84256a4abd8aafea1cfeee92ff7bba0501e9 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 12 Mar 2008 08:28:49 +0000 Subject: 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 --- svx/inc/svx/svdhdl.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'svx/inc') 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 ); }; //////////////////////////////////////////////////////////////////////////////////////////////////// -- cgit