summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/docholder.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2003-04-04 08:31:56 +0000
committerAndreas Bille <abi@openoffice.org>2003-04-04 08:31:56 +0000
commit57ac1efcf774919cb6ad58ccbbbc8ba29c36a7e4 (patch)
treec58d8ff47934856b9f85056517ed36a22275a663 /embedserv/source/inc/docholder.hxx
parent977853ced949b95a0b96a918e929e9fc7393e6f3 (diff)
#i2822# statuslistener
Diffstat (limited to 'embedserv/source/inc/docholder.hxx')
-rw-r--r--embedserv/source/inc/docholder.hxx10
1 files changed, 7 insertions, 3 deletions
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();