summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:26:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:26:10 +0000
commit0936fdf81ce2db2bc40cfecee511b285162a4580 (patch)
treed8939945ec2c00c6e0b5f1dac8cd8da3be77b48d /framework
parentc9a90171032d9c2994cee9d0af4898cc11acb681 (diff)
INTEGRATION: CWS chart2mst3 (1.20.30); FILE MERGED
2007/02/07 13:47:02 iha 1.20.30.7: RESYNC: (1.29-1.30); FILE MERGED 2006/10/18 21:35:46 bm 1.20.30.6: RESYNC: (1.26-1.29); FILE MERGED 2006/05/05 14:26:32 bm 1.20.30.5: RESYNC: (1.25-1.26); FILE MERGED 2006/01/25 11:58:35 bm 1.20.30.4: RESYNC: (1.22-1.25); FILE MERGED 2005/10/07 15:01:49 bm 1.20.30.3: RESYNC: (1.21-1.22); FILE MERGED 2005/07/25 17:59:12 bm 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/06 15:22:01 cd 1.20.30.1: Reparent child windows to support creation of ui elements before correct docking area acceptor is set
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/layoutmanager.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx
index ce9a2ffea117..ce7c99bdd31e 100644
--- a/framework/inc/services/layoutmanager.hxx
+++ b/framework/inc/services/layoutmanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: layoutmanager.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: ihi $ $Date: 2006-12-19 14:01:30 $
+ * last change: $Author: vg $ $Date: 2007-05-22 15:26:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -445,6 +445,8 @@ namespace framework
void implts_reset( sal_Bool bAttach );
void implts_setMenuBarCloser(sal_Bool bCloserState);
void implts_updateMenuBarClose();
+ sal_Bool implts_resetMenuBar();
+
void implts_lock();
sal_Bool implts_unlock();
@@ -467,6 +469,8 @@ namespace framework
void implts_createCustomToolBars( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > >& aCustomTbxSeq );
void implts_createCustomToolBar( const rtl::OUString& aTbxResName, const rtl::OUString& aTitle );
void implts_toggleFloatingUIElementsVisibility( sal_Bool bActive );
+ void implts_reparentChildWindows();
+
sal_Bool implts_isEmbeddedLayoutManager() const;
sal_Int16 implts_getCurrentSymbolsSize();
sal_Int16 implts_getCurrentSymbolsStyle();