diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:26:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:26:01 +0000 |
commit | d55d6f3778d0a140e318c2d7a56867b5c1e1d3cf (patch) | |
tree | ffd3dd296496118dc2188a91dabee7b7a3706f48 | |
parent | d3c7ece71a14b2c03170820cdb0345c755d623f8 (diff) |
INTEGRATION: CWS docking1 (1.12.8); FILE MERGED
2004/06/23 15:15:04 mba 1.12.8.1: Add document border to HatchWindow size
-rw-r--r-- | embedserv/source/inc/docholder.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index 76124d86554f..fb48603c95c4 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:10:33 $ + * last change: $Author: obo $ $Date: 2004-07-06 11:26:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,7 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory; + RECT m_aBorder; // contains top level system window data bool m_bOnDeactivate; @@ -214,6 +215,7 @@ public: IDispatch* GetIDispatch(); + HRESULT GetDocumentBorder( RECT *pRect ); HRESULT SetVisArea( const RECTL *pRect ); HRESULT GetVisArea( RECTL *pRect ); HRESULT SetExtent( const SIZEL *pSize ); |