diff options
author | Andreas Bille <abi@openoffice.org> | 2003-04-01 12:10:07 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2003-04-01 12:10:07 +0000 |
commit | 3fecd3ca8611e8b3f14cec452db42a5bd7161ac2 (patch) | |
tree | 19c233443b131eb94788bd6860ec48518466d764 /embedserv/source/inc | |
parent | 9c7a7f349796fb6976bae9eda320627b9225bdb2 (diff) |
#i2822# setting some sort of title
Diffstat (limited to 'embedserv/source/inc')
-rw-r--r-- | embedserv/source/inc/docholder.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx index 0b7e3ac4668e..4dc05f49ffb5 100644 --- a/embedserv/source/inc/docholder.hxx +++ b/embedserv/source/inc/docholder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docholder.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: abi $ $Date: 2003-03-27 16:09:43 $ + * last change: $Author: abi $ $Date: 2003-04-01 13:10:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,6 +97,8 @@ 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; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > DocumentFrame(); public: @@ -110,6 +112,8 @@ public: void CloseFrame(); void FreeOffice(); + void setTitle(const rtl::OUString& aDocumentName); + void show(); void hide(); |