summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 17:18:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 17:18:37 +0000
commitc787015256fa3130ad9ab45802bf1205b541eeac (patch)
tree75f57efe5ee1856c71be015ba10de4d5fe282ae6 /svtools/source/hatchwindow
parent145373af83db002c29a2c01b60ab96ba02e55290 (diff)
INTEGRATION: CWS inplaceobjects (1.3.250); FILE MERGED
2006/07/03 15:12:25 mba 1.3.250.2: #i66239#: need means to change border size 2006/06/14 10:57:13 mba 1.3.250.1: #i66239#: new API for inplace active objects
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r--svtools/source/hatchwindow/hatchwindow.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/svtools/source/hatchwindow/hatchwindow.hxx b/svtools/source/hatchwindow/hatchwindow.hxx
index d11d425a25e2..7bd0d3bde76c 100644
--- a/svtools/source/hatchwindow/hatchwindow.hxx
+++ b/svtools/source/hatchwindow/hatchwindow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hatchwindow.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:50:19 $
+ * last change: $Author: vg $ $Date: 2006-11-01 18:18:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,11 +43,13 @@
#include <toolkit/awt/vclxwindow.hxx>
#include <cppuhelper/typeprovider.hxx>
-
+class SvResizeWindow;
class VCLXHatchWindow : public ::com::sun::star::embed::XHatchWindow,
public VCLXWindow
{
::com::sun::star::uno::Reference< ::com::sun::star::embed::XHatchWindowController > m_xController;
+ ::com::sun::star::awt::Size aHatchBorderSize;
+ SvResizeWindow* pHatchWindow;
public:
VCLXHatchWindow();
@@ -60,6 +62,8 @@ public:
void QueryObjAreaPixel( Rectangle & );
void RequestObjAreaPixel( const Rectangle & );
void InplaceDeactivate();
+ void Activated();
+ void Deactivated();
// XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& rType ) throw(::com::sun::star::uno::RuntimeException);
@@ -72,6 +76,8 @@ public:
// XHatchWindow
virtual void SAL_CALL setController( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XHatchWindowController >& xController ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::awt::Size SAL_CALL getHatchBorderSize() throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setHatchBorderSize( const ::com::sun::star::awt::Size& _hatchbordersize ) throw (::com::sun::star::uno::RuntimeException);
// XComponent
virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException);