diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 17:19:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 17:19:14 +0000 |
commit | ac1a019d93f0628bfa9c914edc7ef10eaed4b491 (patch) | |
tree | b2f99144269957ea3d8c78cae1579e5129cdbbfc /svtools/source | |
parent | cec19a68457e22df1759a3d1c3b8957b8af39f6f (diff) |
INTEGRATION: CWS inplaceobjects (1.4.250); FILE MERGED
2006/06/14 10:57:13 mba 1.4.250.1: #i66239#: new API for inplace active objects
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/hatchwindow/ipwin.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/hatchwindow/ipwin.hxx b/svtools/source/hatchwindow/ipwin.hxx index c7951de1921a..eca376b66e64 100644 --- a/svtools/source/hatchwindow/ipwin.hxx +++ b/svtools/source/hatchwindow/ipwin.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ipwin.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:51:15 $ + * last change: $Author: vg $ $Date: 2006-11-01 18:19:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,6 +101,7 @@ class SvResizeWindow : public Window Pointer m_aOldPointer; short m_nMoveGrab; // Letzer Pointertyp SvResizeHelper m_aResizer; + sal_Bool m_bActive; VCLXHatchWindow* m_pWrapper; public: @@ -118,6 +119,8 @@ public: void KeyInput( const KeyEvent & rEvt ); void Resize(); void Paint( const Rectangle & ); + long Notify( NotifyEvent& rNEvt ); + long PreNotify( NotifyEvent& rNEvt ); void QueryObjAreaPixel( Rectangle & ); void RequestObjAreaPixel( const Rectangle & ); |