diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 13:10:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 13:10:36 +0000 |
commit | 479f989a8709d5b37ecfc7d7ce9c4253495bbcb4 (patch) | |
tree | 0e7e0982dfa5c991d75748df5a47c188a9762de7 /framework | |
parent | d201266a84914afb6af8232ebaf8b53a643c1cf5 (diff) |
INTEGRATION: CWS titles02 (1.3.82); FILE MERGED
2008/02/12 13:27:18 as 1.3.82.2: RESYNC: (1.3-1.4); FILE MERGED
2007/10/12 13:06:37 as 1.3.82.1: #116375# support new title feature
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/services/taskcreatorsrv.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/inc/services/taskcreatorsrv.hxx b/framework/inc/services/taskcreatorsrv.hxx index 7ec2f2f17496..863e59afb97b 100644 --- a/framework/inc/services/taskcreatorsrv.hxx +++ b/framework/inc/services/taskcreatorsrv.hxx @@ -4,9 +4,9 @@ * * $RCSfile: taskcreatorsrv.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2008-03-05 17:21:23 $ + * last change: $Author: kz $ $Date: 2008-04-04 14:10:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -154,6 +154,11 @@ class TaskCreatorService : public css::lang::XTypeProvider */ static const ::rtl::OUString ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE; + /** [sal_Bool] enable/disable special mode, where the title bar of our + the new created frame will be updated automaticly. + Default = ON ! + */ + static const ::rtl::OUString ARGUMENT_ENABLE_TITLEBARUPDATE; //___________________________________________ // member @@ -202,6 +207,7 @@ class TaskCreatorService : public css::lang::XTypeProvider const ::rtl::OUString& sName ); void implts_establishWindowStateListener( const css::uno::Reference< css::frame::XFrame >& xFrame ); + void implts_establishTitleBarUpdate( const css::uno::Reference< css::frame::XFrame >& xFrame ); void implts_establishDocModifyListener( const css::uno::Reference< css::frame::XFrame >& xFrame ); |