From 57ac1efcf774919cb6ad58ccbbbc8ba29c36a7e4 Mon Sep 17 00:00:00 2001 From: Andreas Bille Date: Fri, 4 Apr 2003 08:31:56 +0000 Subject: #i2822# statuslistener --- embedserv/source/inc/docholder.hxx | 10 +++++++--- embedserv/source/inc/intercept.hxx | 10 +++++----- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'embedserv/source/inc') diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index 146bca82b01d..d2880952031f 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mav $ $Date: 2003-04-02 15:44:18 $ + * last change: $Author: abi $ $Date: 2003-04-04 09:31:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,7 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xDocument; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame; - ::rtl::OUString m_aDocumentNamePart,m_aFilterName; + ::rtl::OUString m_aContainerName,m_aDocumentNamePart,m_aFilterName; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > DocumentFrame(); @@ -115,6 +115,10 @@ public: void resizeWin( const SIZEL& rNewSize ); void setTitle(const rtl::OUString& aDocumentName); + rtl::OUString getTitle() const { return m_aDocumentNamePart; } + + void setContainerName(const rtl::OUString& aContainerName); + rtl::OUString getContainerName() const { return m_aContainerName; } void show(); diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index 9ecc786dadff..02b9cef97c80 100644 --- a/embedserv/source/inc/intercept.hxx +++ b/embedserv/source/inc/intercept.hxx @@ -2,9 +2,9 @@ * * $RCSfile: intercept.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: abi $ $Date: 2003-04-04 09:03:46 $ + * last change: $Author: abi $ $Date: 2003-04-04 09:31:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ class StatusChangeListenerContainer; class EmbedDocument_Impl; - +class DocumentHolder; class Interceptor : public ::cppu::WeakImplHelper3< @@ -94,7 +94,7 @@ class Interceptor { public: - Interceptor(EmbedDocument_Impl* pOLEInterface); + Interceptor(EmbedDocument_Impl* pOLEInterface,DocumentHolder* pDocH); ~Interceptor(); // overwritten to release the statuslistner. @@ -207,7 +207,7 @@ private: osl::Mutex m_aMutex; EmbedDocument_Impl* m_pOLEInterface; - + DocumentHolder* m_pDocH; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > m_xSlaveDispatchProvider; -- cgit v1.2.3