summaryrefslogtreecommitdiff
path: root/embedserv
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv')
-rw-r--r--embedserv/source/inc/docholder.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx
index ed1a0852f5e5..00ea030dc488 100644
--- a/embedserv/source/inc/docholder.hxx
+++ b/embedserv/source/inc/docholder.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docholder.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: abi $ $Date: 2003-04-04 11:41:06 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:54:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > DocumentFrame();
+ CComPtr< IDispatch > m_pIDispatch;
+
public:
DocumentHolder( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xFactory,EmbedDocument_Impl *pOLEInterface);
@@ -127,6 +129,13 @@ public:
void hide();
+ IDispatch* GetIDispatch();
+
+ HRESULT SetVisArea( const RECTL *pRect );
+ HRESULT GetVisArea( RECTL *pRect );
+ HRESULT SetExtent( const SIZEL *pSize );
+ HRESULT GetExtent( SIZEL *pSize );
+
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetDocument() { return m_xDocument; }
// XEventListener