Files
libreoffice/framework/source/layoutmanager/layoutmanager.cxx

3197 lines
114 KiB
C++
Raw Normal View History

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
re-base on ALv2 code. Includes: Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-12 17:21:24 +00:00
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <services/layoutmanager.hxx>
#include "helpers.hxx"
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <framework/sfxhelperfunctions.hxx>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <uielement/menubarwrapper.hxx>
#include <framework/addonsoptions.hxx>
#include <classes/fwkresid.hxx>
#include <classes/resource.hrc>
#include <toolkit/helper/convert.hxx>
#include <uielement/progressbarwrapper.hxx>
#include <uiconfiguration/globalsettings.hxx>
#include <uiconfiguration/windowstateproperties.hxx>
#include "toolbarlayoutmanager.hxx"
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/FrameAction.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/awt/XTopWindow.hpp>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <com/sun/star/awt/XSystemDependentMenuPeer.hpp>
#include <com/sun/star/lang/SystemDependent.hpp>
#include <com/sun/star/awt/VclWindowPeerAttribute.hpp>
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/XDevice.hpp>
#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>
#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/UIElementType.hpp>
#include <com/sun/star/ui/theWindowStateConfiguration.hpp>
#include <com/sun/star/ui/theUIElementFactoryManager.hpp>
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
#include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/frame/LayoutManagerEvents.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/DispatchHelper.hpp>
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <comphelper/processfactory.hxx>
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
#include <svtools/imgdef.hxx>
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
#include <tools/diagnose_ex.h>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <vcl/window.hxx>
#include <vcl/wrkwin.hxx>
#include <vcl/dockingarea.hxx>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <vcl/svapp.hxx>
#include <vcl/i18nhelp.hxx>
#include <vcl/wall.hxx>
#include <toolkit/helper/vclunohelper.hxx>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <toolkit/awt/vclxwindow.hxx>
#include <toolkit/awt/vclxmenu.hxx>
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
#include <comphelper/uno3.hxx>
2011-06-01 11:39:41 +01:00
#include <rtl/instance.hxx>
#include <unotools/cmdoptions.hxx>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
#include <rtl/ref.hxx>
2011-06-19 23:21:46 +01:00
#include <rtl/strbuf.hxx>
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
#include <algorithm>
#include <boost/utility.hpp>
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// using namespace
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::ui;
using namespace ::com::sun::star::frame;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
static const char STATUS_BAR_ALIAS[] = "private:resource/statusbar/statusbar";
static const char PROGRESS_BAR_ALIAS[] = "private:resource/progressbar/progressbar";
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
namespace framework
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
IMPLEMENT_FORWARD_XTYPEPROVIDER2( LayoutManager, LayoutManager_Base, LayoutManager_PBase )
IMPLEMENT_FORWARD_XINTERFACE2( LayoutManager, LayoutManager_Base, LayoutManager_PBase )
LayoutManager::LayoutManager( const Reference< XComponentContext >& xContext ) : LayoutManager_Base()
, ::cppu::OBroadcastHelperVar< ::cppu::OMultiTypeInterfaceContainerHelper, ::cppu::OMultiTypeInterfaceContainerHelper::keyType >(m_aMutex)
, LayoutManager_PBase( *(static_cast< ::cppu::OBroadcastHelper* >(this)) )
, m_xContext( xContext )
, m_xURLTransformer( URLTransformer::create(xContext) )
, m_nLockCount( 0 )
, m_bActive( false )
, m_bInplaceMenuSet( false )
, m_bDockingInProgress( false )
, m_bMenuVisible( true )
, m_bComponentAttached( false )
, m_bDoLayout( false )
, m_bVisible( true )
, m_bParentWindowVisible( false )
, m_bMustDoLayout( true )
, m_bAutomaticToolbars( true )
, m_bStoreWindowState( false )
, m_bHideCurrentUI( false )
, m_bGlobalSettings( false )
, m_bPreserveContentSize( false )
, m_bMenuBarCloseButton( false )
, m_pInplaceMenuBar( NULL )
, m_xModuleManager( ModuleManager::create( xContext ))
, m_xUIElementFactoryManager( ui::theUIElementFactoryManager::get(xContext) )
, m_xPersistentWindowStateSupplier( ui::theWindowStateConfiguration::get( xContext ) )
, m_pGlobalSettings( 0 )
, m_aListenerContainer( m_aMutex )
, m_pToolbarManager( 0 )
, m_xToolbarManager( 0 )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
// Initialize statusbar member
const sal_Bool bRefreshVisibility = sal_False;
m_aStatusBarElement.m_aType = "statusbar";
m_aStatusBarElement.m_aName = STATUS_BAR_ALIAS;
m_pToolbarManager = new ToolbarLayoutManager( xContext, Reference<XUIElementFactory>(m_xUIElementFactoryManager, UNO_QUERY_THROW), this );
m_xToolbarManager = uno::Reference< ui::XUIConfigurationListener >( static_cast< OWeakObject* >( m_pToolbarManager ), uno::UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Application::AddEventListener( LINK( this, LayoutManager, SettingsChanged ) );
m_aAsyncLayoutTimer.SetTimeout( 50 );
m_aAsyncLayoutTimer.SetTimeoutHdl( LINK( this, LayoutManager, AsyncLayoutHdl ) );
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
registerProperty( LAYOUTMANAGER_PROPNAME_AUTOMATICTOOLBARS, LAYOUTMANAGER_PROPHANDLE_AUTOMATICTOOLBARS, css::beans::PropertyAttribute::TRANSIENT, &m_bAutomaticToolbars, ::getCppuType( &m_bAutomaticToolbars ) );
registerProperty( LAYOUTMANAGER_PROPNAME_HIDECURRENTUI, LAYOUTMANAGER_PROPHANDLE_HIDECURRENTUI, beans::PropertyAttribute::TRANSIENT, &m_bHideCurrentUI, ::getCppuType( &m_bHideCurrentUI ) );
registerProperty( LAYOUTMANAGER_PROPNAME_LOCKCOUNT, LAYOUTMANAGER_PROPHANDLE_LOCKCOUNT, beans::PropertyAttribute::TRANSIENT | beans::PropertyAttribute::READONLY, &m_nLockCount, getCppuType( &m_nLockCount ) );
registerProperty( LAYOUTMANAGER_PROPNAME_MENUBARCLOSER, LAYOUTMANAGER_PROPHANDLE_MENUBARCLOSER, beans::PropertyAttribute::TRANSIENT, &m_bMenuBarCloseButton, ::getCppuType( &m_bMenuBarCloseButton ) );
registerPropertyNoMember( LAYOUTMANAGER_PROPNAME_REFRESHVISIBILITY, LAYOUTMANAGER_PROPHANDLE_REFRESHVISIBILITY, beans::PropertyAttribute::TRANSIENT, ::getCppuType( &bRefreshVisibility ), &bRefreshVisibility );
registerProperty( LAYOUTMANAGER_PROPNAME_PRESERVE_CONTENT_SIZE, LAYOUTMANAGER_PROPHANDLE_PRESERVE_CONTENT_SIZE, beans::PropertyAttribute::TRANSIENT, &m_bPreserveContentSize, ::getCppuType( &m_bPreserveContentSize ) );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
LayoutManager::~LayoutManager()
{
Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) );
m_aAsyncLayoutTimer.Stop();
setDockingAreaAcceptor(NULL);
2011-05-12 11:20:44 +01:00
delete m_pGlobalSettings;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
// Internal helper function
void LayoutManager::impl_clearUpMenuBar()
{
implts_lock();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Clear up VCL menu bar to prepare shutdown
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_xContainerWindow.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexGuard aGuard;
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
MenuBar* pSetMenuBar = 0;
if ( m_xInplaceMenuBar.is() )
pSetMenuBar = static_cast<MenuBar *>(m_pInplaceMenuBar->GetMenuBar());
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
else
{
Reference< awt::XMenuBar > xMenuBar;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY );
if ( xPropSet.is() )
{
try
{
xPropSet->getPropertyValue("XMenuBar") >>= xMenuBar;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const beans::UnknownPropertyException&)
{
}
catch (const lang::WrappedTargetException&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
VCLXMenu* pAwtMenuBar = VCLXMenu::GetImplementation( xMenuBar );
if ( pAwtMenuBar )
pSetMenuBar = static_cast<MenuBar*>(pAwtMenuBar->GetMenu());
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
MenuBar* pTopMenuBar = pSysWindow->GetMenuBar();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( pSetMenuBar == pTopMenuBar )
pSysWindow->SetMenuBar( 0 );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
// reset inplace menubar manager
m_pInplaceMenuBar = 0;
if ( m_xInplaceMenuBar.is() )
{
m_xInplaceMenuBar->dispose();
m_xInplaceMenuBar.clear();
}
Reference< XComponent > xComp( m_xMenuBar, UNO_QUERY );
if ( xComp.is() )
xComp->dispose();
m_xMenuBar.clear();
implts_unlock();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void LayoutManager::implts_lock()
{
SolarMutexGuard g;
++m_nLockCount;
}
bool LayoutManager::implts_unlock()
{
SolarMutexGuard g;
2011-03-18 19:56:21 +00:00
m_nLockCount = std::max( m_nLockCount-1, static_cast<sal_Int32>(0) );
return ( m_nLockCount == 0 );
}
void LayoutManager::implts_reset( bool bAttached )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aReadLock;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Reference< XFrame > xFrame = m_xFrame;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XUIConfiguration > xModuleCfgMgr( m_xModuleCfgMgr, UNO_QUERY );
Reference< XUIConfiguration > xDocCfgMgr( m_xDocCfgMgr, UNO_QUERY );
Reference< XNameAccess > xPersistentWindowState( m_xPersistentWindowState );
Reference< XComponentContext > xContext( m_xContext );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XNameAccess > xPersistentWindowStateSupplier( m_xPersistentWindowStateSupplier );
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
OUString aModuleIdentifier( m_aModuleIdentifier );
bool bAutomaticToolbars( m_bAutomaticToolbars );
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
implts_lock();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Reference< XModel > xModel;
if ( xFrame.is() )
{
if ( bAttached )
{
OUString aOldModuleIdentifier( aModuleIdentifier );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
try
{
aModuleIdentifier = m_xModuleManager->identify( xFrame );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-12-14 00:03:52 +09:00
catch( const Exception& ) {}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( !aModuleIdentifier.isEmpty() && aOldModuleIdentifier != aModuleIdentifier )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XModuleUIConfigurationManagerSupplier > xModuleCfgSupplier;
if ( xContext.is() )
xModuleCfgSupplier = theModuleUIConfigurationManagerSupplier::get( xContext );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xModuleCfgMgr.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
try
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Remove listener to old module ui configuration manager
xModuleCfgMgr->removeConfigurationListener( Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
try
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Add listener to new module ui configuration manager
xModuleCfgMgr = Reference< XUIConfiguration >( xModuleCfgSupplier->getUIConfigurationManager( aModuleIdentifier ), UNO_QUERY );
if ( xModuleCfgMgr.is() )
xModuleCfgMgr->addConfigurationListener( Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
try
{
// Retrieve persistent window state reference for our new module
if ( xPersistentWindowStateSupplier.is() )
xPersistentWindowStateSupplier->getByName( aModuleIdentifier ) >>= xPersistentWindowState;
}
2011-06-19 22:48:52 +01:00
catch (const NoSuchElementException&)
{
}
catch (const WrappedTargetException&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
xModel = impl_getModelFromFrame( xFrame );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xModel.is() )
{
Reference< XUIConfigurationManagerSupplier > xUIConfigurationManagerSupplier( xModel, UNO_QUERY );
if ( xUIConfigurationManagerSupplier.is() )
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xDocCfgMgr.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
try
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Remove listener to old ui configuration manager
xDocCfgMgr->removeConfigurationListener( Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
try
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
xDocCfgMgr = Reference< XUIConfiguration >( xUIConfigurationManagerSupplier->getUIConfigurationManager(), UNO_QUERY );
if ( xDocCfgMgr.is() )
xDocCfgMgr->addConfigurationListener( Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
else
{
// Remove configuration listeners before we can release our references
if ( xModuleCfgMgr.is() )
{
try
{
xModuleCfgMgr->removeConfigurationListener(
Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
}
if ( xDocCfgMgr.is() )
{
try
{
xDocCfgMgr->removeConfigurationListener(
Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Release references to our configuration managers as we currently don't have
// an attached module.
xModuleCfgMgr.clear();
xDocCfgMgr.clear();
xPersistentWindowState.clear();
aModuleIdentifier.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Reference< XUIConfigurationManager > xModCfgMgr( xModuleCfgMgr, UNO_QUERY );
Reference< XUIConfigurationManager > xDokCfgMgr( xDocCfgMgr, UNO_QUERY );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
m_xModel = xModel;
m_aDockingArea = awt::Rectangle();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_bComponentAttached = bAttached;
m_aModuleIdentifier = aModuleIdentifier;
m_xModuleCfgMgr = xModCfgMgr;
m_xDocCfgMgr = xDokCfgMgr;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_xPersistentWindowState = xPersistentWindowState;
m_aStatusBarElement.m_bStateRead = false; // reset state to read data again!
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// reset/notify toolbar layout manager
if ( pToolbarManager )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( bAttached )
{
pToolbarManager->attach( xFrame, xModCfgMgr, xDokCfgMgr, xPersistentWindowState );
uno::Reference< awt::XWindowPeer > xParent( xContainerWindow, UNO_QUERY );
pToolbarManager->setParentWindow( xParent );
if ( bAutomaticToolbars )
pToolbarManager->createStaticToolbars();
}
else
{
pToolbarManager->reset();
implts_destroyElements();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
implts_unlock();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
bool LayoutManager::implts_isEmbeddedLayoutManager() const
{
SolarMutexClearableGuard aReadLock;
Reference< XFrame > xFrame = m_xFrame;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
aReadLock.clear();
Reference< awt::XWindow > xFrameContainerWindow = xFrame->getContainerWindow();
if ( xFrameContainerWindow == xContainerWindow )
return false;
else
return true;
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void LayoutManager::implts_destroyElements()
{
SolarMutexResettableGuard aWriteLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
pToolbarManager->destroyToolbars();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_destroyStatusBar();
aWriteLock.reset();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
impl_clearUpMenuBar();
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_toggleFloatingUIElementsVisibility( bool bActive )
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
pToolbarManager->setFloatingToolbarsVisibility( bActive );
}
uno::Reference< ui::XUIElement > LayoutManager::implts_findElement( const OUString& aName )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
OUString aElementType;
OUString aElementName;
parseResourceURL( aName, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
return m_xMenuBar;
else if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == aName ))
return m_aStatusBarElement.m_xUIElement;
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
return m_aProgressBarElement.m_xUIElement;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return uno::Reference< ui::XUIElement >();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
bool LayoutManager::implts_readWindowStateData( const OUString& aName, UIElement& rElementData )
{
return readWindowStateData( aName, rElementData, m_xPersistentWindowState,
m_pGlobalSettings, m_bGlobalSettings, m_xContext );
}
bool LayoutManager::readWindowStateData( const OUString& aName, UIElement& rElementData,
const Reference< XNameAccess > &rPersistentWindowState,
GlobalSettings* &rGlobalSettings, bool &bInGlobalSettings,
const Reference< XComponentContext > &rComponentContext )
{
bool bGetSettingsState( false );
SolarMutexResettableGuard aWriteLock;
Reference< XNameAccess > xPersistentWindowState( rPersistentWindowState );
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xPersistentWindowState.is() )
{
aWriteLock.reset();
bool bGlobalSettings( bInGlobalSettings );
GlobalSettings* pGlobalSettings( 0 );
if ( rGlobalSettings == 0 )
{
rGlobalSettings = new GlobalSettings( rComponentContext );
bGetSettingsState = true;
}
pGlobalSettings = rGlobalSettings;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
try
{
Sequence< PropertyValue > aWindowState;
2010-12-09 10:13:55 +01:00
if ( xPersistentWindowState->hasByName( aName ) && (xPersistentWindowState->getByName( aName ) >>= aWindowState) )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
bool bValue( false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
for ( sal_Int32 n = 0; n < aWindowState.getLength(); n++ )
{
if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_DOCKED )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bFloating = !bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_VISIBLE )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bVisible = bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_DOCKINGAREA )
{
ui::DockingArea eDockingArea;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aWindowState[n].Value >>= eDockingArea )
rElementData.m_aDockedData.m_nDockedArea = sal_Int16( eDockingArea );
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_DOCKPOS )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
awt::Point aPoint;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aWindowState[n].Value >>= aPoint )
rElementData.m_aDockedData.m_aPos = aPoint;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_POS )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
awt::Point aPoint;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aWindowState[n].Value >>= aPoint )
rElementData.m_aFloatingData.m_aPos = aPoint;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_SIZE )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
awt::Size aSize;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aWindowState[n].Value >>= aSize )
rElementData.m_aFloatingData.m_aSize = aSize;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_UINAME )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[n].Value >>= rElementData.m_aUIName;
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_STYLE )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
sal_Int32 nStyle = 0;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aWindowState[n].Value >>= nStyle )
rElementData.m_nStyle = sal_Int16( nStyle );
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_LOCKED )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_aDockedData.m_bLocked = bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_CONTEXT )
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bContextSensitive = bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_NOCLOSE )
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bNoClose = bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_CONTEXTACTIVE )
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bContextActive = bValue;
}
else if ( aWindowState[n].Name == WINDOWSTATE_PROPERTY_SOFTCLOSE )
{
if ( aWindowState[n].Value >>= bValue )
rElementData.m_bSoftClose = bValue;
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// oversteer values with global settings
if ( pGlobalSettings && ( bGetSettingsState || bGlobalSettings ))
{
if ( pGlobalSettings->HasStatesInfo( GlobalSettings::UIELEMENT_TYPE_TOOLBAR ))
{
SolarMutexClearableGuard aWriteLock2;
bInGlobalSettings = true;
aWriteLock2.clear();
uno::Any aValue;
if ( pGlobalSettings->GetStateInfo( GlobalSettings::UIELEMENT_TYPE_TOOLBAR,
GlobalSettings::STATEINFO_LOCKED,
aValue ))
aValue >>= rElementData.m_aDockedData.m_bLocked;
if ( pGlobalSettings->GetStateInfo( GlobalSettings::UIELEMENT_TYPE_TOOLBAR,
GlobalSettings::STATEINFO_DOCKED,
aValue ))
{
bool bValue;
if ( aValue >>= bValue )
rElementData.m_bFloating = !bValue;
}
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
return true;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const NoSuchElementException&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
return false;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void LayoutManager::implts_writeWindowStateData( const OUString& aName, const UIElement& rElementData )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexResettableGuard aWriteLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XNameAccess > xPersistentWindowState( m_xPersistentWindowState );
// set flag to determine that we triggered the notification
m_bStoreWindowState = true;
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
bool bPersistent( false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XPropertySet > xPropSet( rElementData.m_xUIElement, UNO_QUERY );
if ( xPropSet.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
try
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Check persistent flag of the user interface element
xPropSet->getPropertyValue("Persistent") >>= bPersistent;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const beans::UnknownPropertyException&)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
// Non-configurable elements should at least store their dimension/position
bPersistent = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const lang::WrappedTargetException&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( bPersistent && xPersistentWindowState.is() )
{
try
{
Sequence< PropertyValue > aWindowState( 8 );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[0].Name = WINDOWSTATE_PROPERTY_DOCKED;
aWindowState[0].Value = makeAny( !rElementData.m_bFloating );
aWindowState[1].Name = WINDOWSTATE_PROPERTY_VISIBLE;
aWindowState[1].Value = makeAny( rElementData.m_bVisible );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[2].Name = WINDOWSTATE_PROPERTY_DOCKINGAREA;
aWindowState[2].Value = makeAny( static_cast< DockingArea >( rElementData.m_aDockedData.m_nDockedArea ) );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[3].Name = WINDOWSTATE_PROPERTY_DOCKPOS;
aWindowState[3].Value <<= rElementData.m_aDockedData.m_aPos;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[4].Name = WINDOWSTATE_PROPERTY_POS;
aWindowState[4].Value <<= rElementData.m_aFloatingData.m_aPos;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWindowState[5].Name = WINDOWSTATE_PROPERTY_SIZE;
aWindowState[5].Value <<= rElementData.m_aFloatingData.m_aSize;
aWindowState[6].Name = WINDOWSTATE_PROPERTY_UINAME;
aWindowState[6].Value = makeAny( rElementData.m_aUIName );
aWindowState[7].Name = WINDOWSTATE_PROPERTY_LOCKED;
aWindowState[7].Value = makeAny( rElementData.m_aDockedData.m_bLocked );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xPersistentWindowState->hasByName( aName ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
Reference< XNameReplace > xReplace( xPersistentWindowState, uno::UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
xReplace->replaceByName( aName, makeAny( aWindowState ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
else
{
Reference< XNameContainer > xInsert( xPersistentWindowState, uno::UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
xInsert->insertByName( aName, makeAny( aWindowState ));
}
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
// Reset flag
aWriteLock.reset();
m_bStoreWindowState = false;
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
::Size LayoutManager::implts_getContainerWindowOutputSize()
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
::Size aContainerWinSize;
vcl::Window* pContainerWindow( 0 );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Retrieve output size from container Window
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow );
if ( pContainerWindow )
aContainerWinSize = pContainerWindow->GetOutputSizePixel();
return aContainerWinSize;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
Reference< XUIElement > LayoutManager::implts_createElement( const OUString& aName )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
Reference< ui::XUIElement > xUIElement;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
SolarMutexGuard g;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Sequence< PropertyValue > aPropSeq( 2 );
aPropSeq[0].Name = "Frame";
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aPropSeq[0].Value <<= m_xFrame;
aPropSeq[1].Name = "Persistent";
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aPropSeq[1].Value <<= sal_True;
try
{
xUIElement = m_xUIElementFactoryManager->createUIElement( aName, aPropSeq );
}
2011-06-19 22:48:52 +01:00
catch (const NoSuchElementException&)
{
}
catch (const IllegalArgumentException&)
{
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return xUIElement;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void LayoutManager::implts_setVisibleState( bool bShow )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aWriteLock;
m_aStatusBarElement.m_bMasterHide = !bShow;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_updateUIElementsVisibleState( bShow );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void LayoutManager::implts_updateUIElementsVisibleState( bool bSetVisible )
{
// notify listeners
uno::Any a;
if ( bSetVisible )
implts_notifyListeners( frame::LayoutManagerEvents::VISIBLE, a );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
else
implts_notifyListeners( frame::LayoutManagerEvents::INVISIBLE, a );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexResettableGuard aWriteLock;
Reference< XUIElement > xMenuBar( m_xMenuBar, UNO_QUERY );
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
Reference< XComponent > xInplaceMenuBar( m_xInplaceMenuBar );
MenuBarManager* pInplaceMenuBar( m_pInplaceMenuBar );
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if (( xMenuBar.is() || xInplaceMenuBar.is() ) && xContainerWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
MenuBar* pMenuBar( 0 );
if ( xInplaceMenuBar.is() )
pMenuBar = static_cast<MenuBar *>(pInplaceMenuBar->GetMenuBar());
else
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
MenuBarWrapper* pMenuBarWrapper = (static_cast< MenuBarWrapper* >(xMenuBar.get()) );
pMenuBar = static_cast<MenuBar *>(pMenuBarWrapper->GetMenuBarManager()->GetMenuBar());
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow );
if ( pSysWindow )
{
if ( bSetVisible )
pSysWindow->SetMenuBar(pMenuBar, m_xFrame);
else
pSysWindow->SetMenuBar( 0 );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool bMustDoLayout;
// Hide/show the statusbar according to bSetVisible
if ( bSetVisible )
bMustDoLayout = !implts_showStatusBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
else
bMustDoLayout = !implts_hideStatusBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aWriteLock.reset();
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
pToolbarManager->setVisible( bSetVisible );
bMustDoLayout = pToolbarManager->isLayoutDirty();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( bMustDoLayout )
implts_doLayout_notify( false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_setCurrentUIVisibility( bool bShow )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aWriteLock;
if ( !bShow && m_aStatusBarElement.m_bVisible && m_aStatusBarElement.m_xUIElement.is() )
m_aStatusBarElement.m_bMasterHide = true;
else if ( bShow && m_aStatusBarElement.m_bVisible )
m_aStatusBarElement.m_bMasterHide = false;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_updateUIElementsVisibleState( bShow );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_destroyStatusBar()
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XComponent > xCompStatusBar;
SolarMutexClearableGuard aWriteLock;
m_aStatusBarElement.m_aName.clear();
xCompStatusBar = Reference< XComponent >( m_aStatusBarElement.m_xUIElement, UNO_QUERY );
m_aStatusBarElement.m_xUIElement.clear();
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xCompStatusBar.is() )
xCompStatusBar->dispose();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_destroyProgressBar();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void LayoutManager::implts_createStatusBar( const OUString& aStatusBarName )
{
SolarMutexClearableGuard aWriteLock;
if ( !m_aStatusBarElement.m_xUIElement.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_readStatusBarState( aStatusBarName );
m_aStatusBarElement.m_aName = aStatusBarName;
m_aStatusBarElement.m_xUIElement = implts_createElement( aStatusBarName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
aWriteLock.clear();
implts_createProgressBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_readStatusBarState( const OUString& rStatusBarName )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
if ( !m_aStatusBarElement.m_bStateRead )
{
// Read persistent data for status bar if not yet read!
if ( implts_readWindowStateData( rStatusBarName, m_aStatusBarElement ))
m_aStatusBarElement.m_bStateRead = true;
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_createProgressBar()
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xStatusBar;
Reference< XUIElement > xProgressBar;
Reference< XUIElement > xProgressBarBackup;
Reference< awt::XWindow > xContainerWindow;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexResettableGuard aWriteLock;
xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY );
xProgressBar = Reference< XUIElement >( m_aProgressBarElement.m_xUIElement, UNO_QUERY );
xProgressBarBackup = m_xProgressBarBackup;
m_xProgressBarBackup.clear();
xContainerWindow = m_xContainerWindow;
aWriteLock.clear();
bool bRecycled = xProgressBarBackup.is();
ProgressBarWrapper* pWrapper = 0;
if ( bRecycled )
pWrapper = static_cast<ProgressBarWrapper*>(xProgressBarBackup.get());
else if ( xProgressBar.is() )
pWrapper = static_cast<ProgressBarWrapper*>(xProgressBar.get());
else
pWrapper = new ProgressBarWrapper();
if ( xStatusBar.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY );
pWrapper->setStatusBar( xWindow );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< awt::XWindow > xStatusBarWindow = pWrapper->getStatusBar();
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
vcl::Window* pStatusBarWnd = VCLUnoHelper::GetWindow( xStatusBarWindow );
if ( !pStatusBarWnd )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xContainerWindow );
if ( pWindow )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
StatusBar* pStatusBar = new StatusBar( pWindow, WinBits( WB_LEFT | WB_3DLOOK ) );
Reference< awt::XWindow > xStatusBarWindow2( VCLUnoHelper::GetInterface( pStatusBar ));
pWrapper->setStatusBar( xStatusBarWindow2, true );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
aWriteLock.reset();
m_aProgressBarElement.m_xUIElement = Reference< XUIElement >(
static_cast< cppu::OWeakObject* >( pWrapper ), UNO_QUERY );
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
if ( bRecycled )
implts_showProgressBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_backupProgressBarWrapper()
{
SolarMutexGuard g;
if (m_xProgressBarBackup.is())
return;
// safe a backup copy of the current progress!
// This copy will be used automatically inside createProgressBar() which is called
// implictly from implts_doLayout() .-)
m_xProgressBarBackup = m_aProgressBarElement.m_xUIElement;
// remove the relation between this old progress bar and our old status bar.
// Otherwhise we work on disposed items ...
// The internal used ProgressBarWrapper can handle a NULL reference.
if ( m_xProgressBarBackup.is() )
{
ProgressBarWrapper* pWrapper = static_cast<ProgressBarWrapper*>(m_xProgressBarBackup.get());
if ( pWrapper )
pWrapper->setStatusBar( Reference< awt::XWindow >(), false );
}
// prevent us from dispose() the m_aProgressBarElement.m_xUIElement inside implts_reset()
m_aProgressBarElement.m_xUIElement.clear();
}
void LayoutManager::implts_destroyProgressBar()
{
// dont remove the progressbar in general
// We must reuse it if a new status bar is created later.
// Of course there exists one backup only.
// And further this backup will be released inside our dtor.
implts_backupProgressBarWrapper();
}
void LayoutManager::implts_setStatusBarPosSize( const ::Point& rPos, const ::Size& rSize )
{
Reference< XUIElement > xStatusBar;
Reference< XUIElement > xProgressBar;
Reference< awt::XWindow > xContainerWindow;
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aReadLock;
xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY );
xProgressBar = Reference< XUIElement >( m_aProgressBarElement.m_xUIElement, UNO_QUERY );
xContainerWindow = m_xContainerWindow;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< awt::XWindow > xWindow;
if ( xStatusBar.is() )
xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY );
else if ( xProgressBar.is() )
{
ProgressBarWrapper* pWrapper = static_cast<ProgressBarWrapper*>(xProgressBar.get());
if ( pWrapper )
xWindow = pWrapper->getStatusBar();
}
aReadLock.clear();
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard aGuard;
vcl::Window* pParentWindow = VCLUnoHelper::GetWindow( xContainerWindow );
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pParentWindow && ( pWindow && pWindow->GetType() == WINDOW_STATUSBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
vcl::Window* pOldParentWindow = pWindow->GetParent();
if ( pParentWindow != pOldParentWindow )
pWindow->SetParent( pParentWindow );
static_cast<StatusBar *>(pWindow)->SetPosSizePixel( rPos, rSize );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
bool LayoutManager::implts_showProgressBar()
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xStatusBar;
Reference< XUIElement > xProgressBar;
Reference< awt::XWindow > xWindow;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
xStatusBar = Reference< XUIElement >( m_aStatusBarElement.m_xUIElement, UNO_QUERY );
xProgressBar = Reference< XUIElement >( m_aProgressBarElement.m_xUIElement, UNO_QUERY );
bool bVisible( m_bVisible );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_aProgressBarElement.m_bVisible = true;
if ( bVisible )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( xStatusBar.is() && !m_aStatusBarElement.m_bMasterHide )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY );
}
else if ( xProgressBar.is() )
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
{
ProgressBarWrapper* pWrapper = static_cast<ProgressBarWrapper*>(xProgressBar.get());
if ( pWrapper )
xWindow = pWrapper->getStatusBar();
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow )
{
if ( !pWindow->IsVisible() )
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
{
implts_setOffset( pWindow->GetSizePixel().Height() );
pWindow->Show();
implts_doLayout_notify( false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool LayoutManager::implts_hideProgressBar()
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xProgressBar;
Reference< awt::XWindow > xWindow;
bool bHideStatusBar( false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexGuard g;
xProgressBar = Reference< XUIElement >( m_aProgressBarElement.m_xUIElement, UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
bool bInternalStatusBar( false );
if ( xProgressBar.is() )
{
Reference< awt::XWindow > xStatusBar;
ProgressBarWrapper* pWrapper = static_cast<ProgressBarWrapper*>(xProgressBar.get());
if ( pWrapper )
xWindow = pWrapper->getStatusBar();
Reference< ui::XUIElement > xStatusBarElement = m_aStatusBarElement.m_xUIElement;
if ( xStatusBarElement.is() )
xStatusBar = Reference< awt::XWindow >( xStatusBarElement->getRealInterface(), UNO_QUERY );
bInternalStatusBar = xStatusBar != xWindow;
}
m_aProgressBarElement.m_bVisible = false;
implts_readStatusBarState( STATUS_BAR_ALIAS );
bHideStatusBar = !m_aStatusBarElement.m_bVisible;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow && pWindow->IsVisible() && ( bHideStatusBar || bInternalStatusBar ))
{
implts_setOffset( 0 );
pWindow->Hide();
implts_doLayout_notify( false );
return true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool LayoutManager::implts_showStatusBar( bool bStoreState )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aWriteLock;
Reference< ui::XUIElement > xStatusBar = m_aStatusBarElement.m_xUIElement;
if ( bStoreState )
m_aStatusBarElement.m_bVisible = true;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xStatusBar.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY );
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow && !pWindow->IsVisible() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_setOffset( pWindow->GetSizePixel().Height() );
pWindow->Show();
implts_doLayout_notify( false );
return true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool LayoutManager::implts_hideStatusBar( bool bStoreState )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aWriteLock;
Reference< ui::XUIElement > xStatusBar = m_aStatusBarElement.m_xUIElement;
if ( bStoreState )
m_aStatusBarElement.m_bVisible = false;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xStatusBar.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< awt::XWindow > xWindow( xStatusBar->getRealInterface(), UNO_QUERY );
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow && pWindow->IsVisible() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_setOffset( 0 );
pWindow->Hide();
implts_doLayout_notify( false );
return true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_setOffset( const sal_Int32 nBottomOffset )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
::Rectangle aOffsetRect;
setZeroRectangle( aOffsetRect );
aOffsetRect.setHeight( nBottomOffset );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_pToolbarManager )
m_pToolbarManager->setDockingAreaOffsets( aOffsetRect );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void LayoutManager::implts_setInplaceMenuBar( const Reference< XIndexAccess >& xMergedMenuBar )
throw (uno::RuntimeException)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( !m_bInplaceMenuSet )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Reset old inplace menubar!
m_pInplaceMenuBar = 0;
if ( m_xInplaceMenuBar.is() )
m_xInplaceMenuBar->dispose();
m_xInplaceMenuBar.clear();
m_bInplaceMenuSet = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_xFrame.is() && m_xContainerWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
OUString aModuleIdentifier;
Reference< XDispatchProvider > xDispatchProvider;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
MenuBar* pMenuBar = new MenuBar;
m_pInplaceMenuBar = new MenuBarManager( m_xContext, m_xFrame, m_xURLTransformer, xDispatchProvider, aModuleIdentifier, pMenuBar, true, true );
m_pInplaceMenuBar->SetItemContainer( xMergedMenuBar );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
pSysWindow->SetMenuBar(pMenuBar, m_xFrame);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_bInplaceMenuSet = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_xInplaceMenuBar = Reference< XComponent >( (OWeakObject *)m_pInplaceMenuBar, UNO_QUERY );
}
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_updateMenuBarClose();
}
}
void LayoutManager::implts_resetInplaceMenuBar()
throw (uno::RuntimeException)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
m_bInplaceMenuSet = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_xContainerWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
MenuBarWrapper* pMenuBarWrapper = (static_cast< MenuBarWrapper* >(m_xMenuBar.get()) );
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
{
if ( pMenuBarWrapper )
pSysWindow->SetMenuBar(static_cast<MenuBar *>(pMenuBarWrapper->GetMenuBarManager()->GetMenuBar()), m_xFrame);
else
pSysWindow->SetMenuBar(0);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
// Remove inplace menu bar
m_pInplaceMenuBar = 0;
if ( m_xInplaceMenuBar.is() )
m_xInplaceMenuBar->dispose();
m_xInplaceMenuBar.clear();
}
void SAL_CALL LayoutManager::attachFrame( const Reference< XFrame >& xFrame )
throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard g;
m_xFrame = xFrame;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::reset()
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_reset( true );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// XMenuBarMergingAcceptor
sal_Bool SAL_CALL LayoutManager::setMergedMenuBar(
const Reference< XIndexAccess >& xMergedMenuBar )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_setInplaceMenuBar( xMergedMenuBar );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
uno::Any a;
implts_notifyListeners( frame::LayoutManagerEvents::MERGEDMENUBAR, a );
return sal_True;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::removeMergedMenuBar()
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_resetInplaceMenuBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
awt::Rectangle SAL_CALL LayoutManager::getCurrentDockingArea()
throw ( RuntimeException, std::exception )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return m_aDockingArea;
}
Reference< XDockingAreaAcceptor > SAL_CALL LayoutManager::getDockingAreaAcceptor()
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return m_xDockingAreaAcceptor;
}
void SAL_CALL LayoutManager::setDockingAreaAcceptor( const Reference< ui::XDockingAreaAcceptor >& xDockingAreaAcceptor )
throw ( RuntimeException, std::exception )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if (( m_xDockingAreaAcceptor == xDockingAreaAcceptor ) || !m_xFrame.is() )
return;
// IMPORTANT: Be sure to stop layout timer if don't have a docking area acceptor!
if ( !xDockingAreaAcceptor.is() )
m_aAsyncLayoutTimer.Stop();
bool bAutomaticToolbars( m_bAutomaticToolbars );
std::vector< Reference< awt::XWindow > > oldDockingAreaWindows;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
if ( !xDockingAreaAcceptor.is() )
m_aAsyncLayoutTimer.Stop();
// Remove listener from old docking area acceptor
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_xDockingAreaAcceptor.is() )
{
Reference< awt::XWindow > xWindow( m_xDockingAreaAcceptor->getContainerWindow() );
if ( xWindow.is() && ( m_xFrame->getContainerWindow() != m_xContainerWindow || !xDockingAreaAcceptor.is() ) )
xWindow->removeWindowListener( Reference< awt::XWindowListener >( static_cast< OWeakObject * >( this ), UNO_QUERY ));
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_aDockingArea = awt::Rectangle();
if ( pToolbarManager )
pToolbarManager->resetDockingArea();
vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pContainerWindow )
pContainerWindow->RemoveChildEventListener( LINK( this, LayoutManager, WindowEventListener ) );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
Reference< ui::XDockingAreaAcceptor > xOldDockingAreaAcceptor( m_xDockingAreaAcceptor );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_xDockingAreaAcceptor = xDockingAreaAcceptor;
if ( m_xDockingAreaAcceptor.is() )
{
m_aDockingArea = awt::Rectangle();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_xContainerWindow = m_xDockingAreaAcceptor->getContainerWindow();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
m_xContainerTopWindow.set( m_xContainerWindow, UNO_QUERY );
m_xContainerWindow->addWindowListener( Reference< awt::XWindowListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// we always must keep a connection to the window of our frame for resize events
if ( m_xContainerWindow != m_xFrame->getContainerWindow() )
m_xFrame->getContainerWindow()->addWindowListener( Reference< awt::XWindowListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// #i37884# set initial visibility state - in the plugin case the container window is already shown
// and we get no notification anymore
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow );
if( pContainerWindow )
m_bParentWindowVisible = pContainerWindow->IsVisible();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
uno::Reference< awt::XWindowPeer > xParent( m_xContainerWindow, UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
aWriteLock.clear();
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xDockingAreaAcceptor.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Add layout manager as listener to get notifications about toolbar button activties
vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow );
if ( pContainerWindow )
pContainerWindow->AddChildEventListener( LINK( this, LayoutManager, WindowEventListener ) );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// We have now a new container window, reparent all child windows!
implts_reparentChildWindows();
}
else
implts_destroyElements(); // remove all elements
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
if ( !oldDockingAreaWindows.empty() )
{
// Reset docking area size for our old docking area acceptor
awt::Rectangle aEmptyRect;
xOldDockingAreaAcceptor->setDockingAreaSpace( aEmptyRect );
}
if ( pToolbarManager && xDockingAreaAcceptor.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( bAutomaticToolbars )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
lock();
pToolbarManager->createStaticToolbars();
unlock();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
implts_doLayout( true, false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
void LayoutManager::implts_reparentChildWindows()
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexResettableGuard aWriteLock;
UIElement aStatusBarElement = m_aStatusBarElement;
uno::Reference< awt::XWindow > xContainerWindow = m_xContainerWindow;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
uno::Reference< awt::XWindow > xStatusBarWindow;
if ( aStatusBarElement.m_xUIElement.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
try
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
xStatusBarWindow = Reference< awt::XWindow >( aStatusBarElement.m_xUIElement->getRealInterface(), UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const RuntimeException&)
{
throw;
}
catch (const Exception&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( xStatusBarWindow.is() )
{
2011-03-12 18:57:32 -06:00
SolarMutexGuard aGuard;
vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( xContainerWindow );
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xStatusBarWindow );
if ( pWindow && pContainerWindow )
pWindow->SetParent( pContainerWindow );
}
implts_resetMenuBar();
aWriteLock.reset();
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
if ( pToolbarManager )
pToolbarManager->setParentWindow( uno::Reference< awt::XWindowPeer >( xContainerWindow, uno::UNO_QUERY ));
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
uno::Reference< ui::XUIElement > LayoutManager::implts_createDockingWindow( const OUString& aElementName )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xUIElement = implts_createElement( aElementName );
return xUIElement;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
IMPL_LINK( LayoutManager, WindowEventListener, VclSimpleEvent*, pEvent )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
long nResult( 1 );
if ( pEvent && pEvent->ISA( VclWindowEvent ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
vcl::Window* pWindow = static_cast< VclWindowEvent* >(pEvent)->GetWindow();
if ( pWindow && pWindow->GetType() == WINDOW_TOOLBOX )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aReadLock.clear();
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
if ( pToolbarManager )
nResult = pToolbarManager->childWindowEvent( pEvent );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return nResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::createElement( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::createElement" );
SolarMutexClearableGuard aReadLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XFrame > xFrame = m_xFrame;
Reference< XURLTransformer > xURLTransformer = m_xURLTransformer;
bool bInPlaceMenu = m_bInplaceMenuSet;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( !xFrame.is() )
return;
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
bool bMustBeLayouted( false );
bool bNotify( false );
bool bPreviewFrame;
if (m_pToolbarManager)
// Assumes that we created the ToolbarLayoutManager with our frame, if
// not then we're somewhat fouled up ...
bPreviewFrame = m_pToolbarManager->isPreviewFrame();
else
{
Reference< XModel > xModel( impl_getModelFromFrame( xFrame ) );
bPreviewFrame = implts_isPreviewModel( xModel );
}
if ( m_xContainerWindow.is() && !bPreviewFrame ) // no UI elements on preview frames
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
OUString aElementType;
OUString aElementName;
parseResourceURL( aName, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ) && m_pToolbarManager != NULL )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bNotify = m_pToolbarManager->createToolbar( aName );
bMustBeLayouted = m_pToolbarManager->isLayoutDirty();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
// #i38743# don't create a menubar if frame isn't top
if ( !bInPlaceMenu && !m_xMenuBar.is() && implts_isFrameOrWindowTop( xFrame ))
{
m_xMenuBar = implts_createElement( aName );
if ( m_xMenuBar.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
2011-03-12 18:57:32 -06:00
SolarMutexGuard aGuard;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
{
Reference< awt::XMenuBar > xMenuBar;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY );
if ( xPropSet.is() )
{
try
{
xPropSet->getPropertyValue("XMenuBar") >>= xMenuBar;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
2011-06-19 22:48:52 +01:00
catch (const beans::UnknownPropertyException&)
{
}
catch (const lang::WrappedTargetException&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( xMenuBar.is() )
{
VCLXMenu* pAwtMenuBar = VCLXMenu::GetImplementation( xMenuBar );
if ( pAwtMenuBar )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
MenuBar* pMenuBar = static_cast<MenuBar*>(pAwtMenuBar->GetMenu());
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pMenuBar )
{
pSysWindow->SetMenuBar(pMenuBar, m_xFrame);
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
pMenuBar->SetDisplayable( m_bMenuVisible );
if ( m_bMenuVisible )
bNotify = true;
implts_updateMenuBarClose();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
}
}
}
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( aElementType.equalsIgnoreAsciiCase("statusbar") &&
( implts_isFrameOrWindowTop(xFrame) || implts_isEmbeddedLayoutManager() ))
{
implts_createStatusBar( aName );
bNotify = true;
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") &&
implts_isFrameOrWindowTop(xFrame) )
{
implts_createProgressBar();
bNotify = true;
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
{
// Add layout manager as listener for docking and other window events
uno::Reference< uno::XInterface > xThis( static_cast< OWeakObject* >(this), uno::UNO_QUERY );
uno::Reference< ui::XUIElement > xUIElement( implts_createDockingWindow( aName ));
if ( xUIElement.is() )
{
impl_addWindowListeners( xThis, xUIElement );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
// The docking window is created by a factory method located in the sfx2 library.
// CreateDockingWindow( xFrame, aElementName );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( bMustBeLayouted )
implts_doLayout_notify( true );
if ( bNotify )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
// UI element is invisible - provide information to listeners
implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( aName ) );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::destroyElement( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::destroyElement" );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
bool bMustBeLayouted( false );
bool bNotify( false );
OUString aElementType;
OUString aElementName;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XComponent > xComponent;
parseResourceURL( aName, aElementType, aElementName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( !m_bInplaceMenuSet )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
impl_clearUpMenuBar();
m_xMenuBar.clear();
bNotify = true;
}
}
else if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == aName ))
{
aWriteLock.clear();
implts_destroyStatusBar();
bMustBeLayouted = true;
bNotify = true;
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
{
aWriteLock.clear();
implts_createProgressBar();
bMustBeLayouted = true;
bNotify = true;
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ) && m_pToolbarManager != NULL )
{
aWriteLock.clear();
bNotify = m_pToolbarManager->destroyToolbar( aName );
bMustBeLayouted = m_pToolbarManager->isLayoutDirty();
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
{
uno::Reference< frame::XFrame > xFrame( m_xFrame );
uno::Reference< XComponentContext > xContext( m_xContext );
aWriteLock.clear();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
impl_setDockingWindowVisibility( xContext, xFrame, aElementName, false );
bMustBeLayouted = false;
bNotify = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( bMustBeLayouted )
doLayout();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( bNotify )
implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_INVISIBLE, uno::makeAny( aName ) );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
sal_Bool SAL_CALL LayoutManager::requestElement( const OUString& rResourceURL )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bool bResult( false );
bool bNotify( false );
OUString aElementType;
OUString aElementName;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
parseResourceURL( rResourceURL, aElementType, aElementName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
OString aResName = OUStringToOString( aElementName, RTL_TEXTENCODING_ASCII_US );
SAL_INFO( "fwk", "framework (cd100003) Element " << aResName.getStr() << " requested." );
if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == rResourceURL ))
{
implts_readStatusBarState( rResourceURL );
if ( m_aStatusBarElement.m_bVisible && !m_aStatusBarElement.m_bMasterHide )
{
aWriteLock.clear();
createElement( rResourceURL );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// There are some situation where we are not able to create an element.
// Therefore we have to check the reference before further action.
// See #i70019#
uno::Reference< ui::XUIElement > xUIElement( m_aStatusBarElement.m_xUIElement );
if ( xUIElement.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
// we need VCL here to pass special flags to Show()
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
Reference< awt::XWindow > xWindow( xUIElement->getRealInterface(), UNO_QUERY );
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
pWindow->Show( true, SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE );
bResult = true;
bNotify = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
{
aWriteLock.clear();
implts_showProgressBar();
bResult = true;
bNotify = true;
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ) && m_bVisible )
{
bool bComponentAttached( !m_aModuleIdentifier.isEmpty() );
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager && bComponentAttached )
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
{
bNotify = pToolbarManager->requestToolbar( rResourceURL );
}
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
{
uno::Reference< frame::XFrame > xFrame( m_xFrame );
aWriteLock.clear();
CreateDockingWindow( xFrame, aElementName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( bNotify )
implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( rResourceURL ) );
return bResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
Reference< XUIElement > SAL_CALL LayoutManager::getElement( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xUIElement = implts_findElement( aName );
if ( !xUIElement.is() )
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aReadLock.clear();
if ( pToolbarManager )
xUIElement = pToolbarManager->getToolbar( aName );
}
return xUIElement;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
Sequence< Reference< ui::XUIElement > > SAL_CALL LayoutManager::getElements()
throw (uno::RuntimeException, std::exception)
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
{
SolarMutexClearableGuard aReadLock;
uno::Reference< ui::XUIElement > xMenuBar( m_xMenuBar );
uno::Reference< ui::XUIElement > xStatusBar( m_aStatusBarElement.m_xUIElement );
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aReadLock.clear();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
Sequence< Reference< ui::XUIElement > > aSeq;
if ( pToolbarManager )
aSeq = pToolbarManager->getToolbars();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
sal_Int32 nSize = aSeq.getLength();
sal_Int32 nMenuBarIndex(-1);
sal_Int32 nStatusBarIndex(-1);
if ( xMenuBar.is() )
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
{
nMenuBarIndex = nSize;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
++nSize;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
}
if ( xStatusBar.is() )
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
{
nStatusBarIndex = nSize;
++nSize;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
}
aSeq.realloc(nSize);
if ( nMenuBarIndex >= 0 )
aSeq[nMenuBarIndex] = xMenuBar;
if ( nStatusBarIndex >= 0 )
aSeq[nStatusBarIndex] = xStatusBar;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return aSeq;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
}
sal_Bool SAL_CALL LayoutManager::showElement( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::showElement" );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
bool bResult( false );
bool bNotify( false );
bool bMustLayout( false );
OUString aElementType;
OUString aElementName;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
parseResourceURL( aName, aElementType, aElementName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
OString aResName = OUStringToOString( aElementName, RTL_TEXTENCODING_ASCII_US );
SAL_INFO( "fwk", "framework (cd100003) Element " << aResName.getStr() );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aWriteLock;
m_bMenuVisible = true;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
bResult = implts_resetMenuBar();
bNotify = bResult;
}
else if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == aName ))
{
SolarMutexClearableGuard aWriteLock;
if ( m_aStatusBarElement.m_xUIElement.is() && !m_aStatusBarElement.m_bMasterHide &&
implts_showStatusBar( true ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_writeWindowStateData( STATUS_BAR_ALIAS, m_aStatusBarElement );
bMustLayout = true;
bResult = true;
bNotify = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bNotify = bResult = implts_showProgressBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
if ( pToolbarManager )
{
bNotify = pToolbarManager->showToolbar( aName );
bMustLayout = pToolbarManager->isLayoutDirty();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
{
SolarMutexClearableGuard aReadGuard;
uno::Reference< frame::XFrame > xFrame( m_xFrame );
uno::Reference< XComponentContext > xContext( m_xContext );
aReadGuard.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
impl_setDockingWindowVisibility( xContext, xFrame, aElementName, true );
}
else if ( aElementType.equalsIgnoreAsciiCase("toolpanel"))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadGuard;
uno::Reference< frame::XFrame > xFrame( m_xFrame );
aReadGuard.clear();
ActivateToolPanel( m_xFrame, aName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( bMustLayout )
doLayout();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( bNotify )
implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_VISIBLE, uno::makeAny( aName ) );
return bResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
sal_Bool SAL_CALL LayoutManager::hideElement( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::hideElement" );
bool bNotify( false );
bool bMustLayout( false );
OUString aElementType;
OUString aElementName;
parseResourceURL( aName, aElementType, aElementName );
OString aResName = OUStringToOString( aElementName, RTL_TEXTENCODING_ASCII_US );
SAL_INFO( "fwk", "framework (cd100003) Element " << aResName.getStr() );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
if ( m_xContainerWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
m_bMenuVisible = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
2011-03-12 18:57:32 -06:00
SolarMutexGuard aGuard;
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
MenuBar* pMenuBar = pSysWindow->GetMenuBar();
if ( pMenuBar )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
pMenuBar->SetDisplayable( false );
bNotify = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
}
else if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == aName ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexGuard g;
if ( m_aStatusBarElement.m_xUIElement.is() && !m_aStatusBarElement.m_bMasterHide &&
implts_hideStatusBar( true ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_writeWindowStateData( STATUS_BAR_ALIAS, m_aStatusBarElement );
bMustLayout = true;
bNotify = true;
}
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
{
2011-03-18 19:56:21 +00:00
bNotify = implts_hideProgressBar();
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
bNotify = pToolbarManager->hideToolbar( aName );
bMustLayout = pToolbarManager->isLayoutDirty();
}
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
{
SolarMutexClearableGuard aReadGuard;
uno::Reference< frame::XFrame > xFrame( m_xFrame );
uno::Reference< XComponentContext > xContext( m_xContext );
aReadGuard.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
impl_setDockingWindowVisibility( xContext, xFrame, aElementName, false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( bMustLayout )
doLayout();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( bNotify )
implts_notifyListeners( frame::LayoutManagerEvents::UIELEMENT_INVISIBLE, uno::makeAny( aName ) );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return sal_False;
}
sal_Bool SAL_CALL LayoutManager::dockWindow( const OUString& aName, DockingArea DockingArea, const awt::Point& Pos )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
OUString aElementType;
OUString aElementName;
parseResourceURL( aName, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
pToolbarManager->dockToolbar( aName, DockingArea, Pos );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return sal_False;
}
sal_Bool SAL_CALL LayoutManager::dockAllWindows( ::sal_Int16 /*nElementType*/ ) throw (uno::RuntimeException, std::exception)
{
SolarMutexClearableGuard aReadLock;
bool bResult( false );
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
{
bResult = pToolbarManager->dockAllToolbars();
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
return bResult;
}
sal_Bool SAL_CALL LayoutManager::floatWindow( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bool bResult( false );
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bResult = pToolbarManager->floatToolbar( aName );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return bResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
sal_Bool SAL_CALL LayoutManager::lockWindow( const OUString& aName )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bool bResult( false );
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
bResult = pToolbarManager->lockToolbar( aName );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return bResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
sal_Bool SAL_CALL LayoutManager::unlockWindow( const OUString& aName )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bool bResult( false );
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
bResult = pToolbarManager->unlockToolbar( aName );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return bResult;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::setElementSize( const OUString& aName, const awt::Size& aSize )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
pToolbarManager->setToolbarSize( aName, aSize );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
void SAL_CALL LayoutManager::setElementPos( const OUString& aName, const awt::Point& aPos )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
pToolbarManager->setToolbarPos( aName, aPos );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
void SAL_CALL LayoutManager::setElementPosSize( const OUString& aName, const awt::Point& aPos, const awt::Size& aSize )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager( m_pToolbarManager );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pToolbarManager )
{
pToolbarManager->setToolbarPosSize( aName, aPos, aSize );
if ( pToolbarManager->isLayoutDirty() )
doLayout();
}
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
sal_Bool SAL_CALL LayoutManager::isElementVisible( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
OUString aElementType;
OUString aElementName;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
parseResourceURL( aName, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexResettableGuard aReadLock;
if ( m_xContainerWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
SystemWindow* pSysWindow = getTopSystemWindow( m_xContainerWindow );
if ( pSysWindow )
{
MenuBar* pMenuBar = pSysWindow->GetMenuBar();
if ( pMenuBar && pMenuBar->IsDisplayable() )
return sal_True;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else
{
aReadLock.reset();
return m_bMenuVisible;
}
}
}
else if (( aElementType.equalsIgnoreAsciiCase("statusbar") &&
aElementName.equalsIgnoreAsciiCase("statusbar") ) ||
( m_aStatusBarElement.m_aName == aName ))
{
if ( m_aStatusBarElement.m_xUIElement.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< awt::XWindow > xWindow( m_aStatusBarElement.m_xUIElement->getRealInterface(), UNO_QUERY );
if ( xWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
vcl::Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
if ( pWindow && pWindow->IsVisible() )
return sal_True;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
else
return sal_False;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
}
else if ( aElementType.equalsIgnoreAsciiCase("progressbar") &&
aElementName.equalsIgnoreAsciiCase("progressbar") )
{
if ( m_aProgressBarElement.m_xUIElement.is() )
return m_aProgressBarElement.m_bVisible;
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
CWS-TOOLING: integrate CWS alf01 2008-12-10 09:35:35 +0100 as r265152 : #158798# hide internal service 2008-12-09 15:29:11 +0100 cd r265098 : #158857# Check index correctly, must be zero 2008-12-09 12:06:21 +0100 mhu r265075 : #158857# Fixed compiler warning(s). 2008-12-09 11:09:34 +0100 cd r265064 : #158857# Added access to the window state configuration to support setting title of internal docking windows via <Module>WindowState.xcu files 2008-12-09 10:43:53 +0100 as r265063 : #158798# make resizes working better 2008-12-08 17:08:05 +0100 mhu r265010 : #158857# Fixed compiler warning(s). 2008-12-08 15:19:04 +0100 as r264999 : #158857# make WindowContentFactories.xcs part of installation set 2008-12-08 13:23:37 +0100 as r264993 : #158857# actualize size on child window 2008-12-08 10:14:05 +0100 cd r264977 : #158857# More helper functions and support to show/hide internal docking windows 2008-12-08 10:13:08 +0100 cd r264976 : #158857# SfxTitleDockingWindow now uses a factory for content window. Additional documentation for special IDs 2008-12-05 07:58:07 +0100 as r264885 : remove obsolete code (not referenced inside makefile any longer) 2008-12-04 18:57:08 +0100 mhu r264871 : #158857# Fixed compiler warning. 2008-12-04 16:13:12 +0100 mhu r264851 : #158857# Fixed compiler warning. 2008-12-04 15:46:45 +0100 as r264849 : solve merge conflicts right 2008-12-04 09:20:26 +0100 cd r264818 : 2008-12-04 09:19:32 +0100 cd r264817 : 2008-12-04 09:19:07 +0100 cd r264816 : Resolved conflicts 2008-12-04 09:13:27 +0100 cd r264815 : New window content factory manager with configuration support added. 2008-12-03 15:15:50 +0100 as r264791 : #158798# make sure tab window will show its content the first time its made visible 2008-12-03 10:59:30 +0100 as r264752 : #158798# new helper service for a dockable tab control window 2008-12-02 15:39:48 +0100 as r264707 : #158798# fix crash in MouseButtonDown for TabControl 2008-12-02 10:28:20 +0100 cd r264665 : #158857# Resolved conflicts on merge 2008-12-02 09:58:36 +0100 cd r264662 : #158857# Added predefined slots for the internal docking windows. Currently only ten predefined docking windows are possible 2008-12-01 09:44:49 +0100 cd r264586 : #158857# Fix problem with close the floated docking window with closer 2008-11-28 13:42:34 +0100 cd r264550 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:53:51 +0100 cd r264538 : #158857# First additional code to create a docking window. Very preliminary and not near to final code 2008-11-28 11:32:38 +0100 cd r264534 : #158857# First version of docking window factory and additional helper classes 2008-11-21 09:46:36 +0100 jsc r264110 : #158798# remove warnings 2008-11-20 17:59:07 +0100 pb r264090 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:55:57 +0100 pb r264089 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:52:52 +0100 pb r264088 : fix: #158798# implementation of the TabDialog and its Pages for the TabContainerWindow service 2008-11-20 17:51:26 +0100 pb r264087 : fix: #i158798# TabContainerWindow added 2008-11-20 17:50:11 +0100 pb r264086 : fix: #158798# tabcontainerwindow.obj and tabdialog.obj added 2008-11-20 17:47:16 +0100 pb r264085 : fix: #158798# new resource: TabDialog DLG_TABCONTAINER 2008-11-20 17:46:06 +0100 pb r264084 : fix: #i158798# added ids for TABCONTAINER... 2008-11-20 17:43:19 +0100 pb r264082 : fix: #158798# IMPLEMENTATION/SERVICENAME_TABCONTAINERWINDOW added 2008-11-20 17:43:00 +0100 pb r264081 : fix: #i158798# implementation of service TabContainerWindow 2008-11-20 17:40:42 +0100 pb r264080 : fix: #158798# TabContainerWindow.idl added 2008-11-20 17:36:57 +0100 pb r264079 : fix: #158798# new service TabContainerWindow 2008-11-20 17:33:05 +0100 pb r264077 : fix: #158798# show tooltip if only a image is shown 2008-11-18 15:10:08 +0100 jsc r263770 : CWS-TOOLING: rebase CWS alf01 to trunk@263288 (milestone: DEV300:m35) 2008-11-18 09:55:21 +0100 jsc r263749 : merge from trunk 2008-11-18 09:54:30 +0100 jsc r263748 : merge from trunk 2008-11-13 17:01:17 +0100 pl r263655 : fix some warnings 2008-10-21 15:38:37 +0200 pl r262572 : #i95201# add: EnablePage 2008-10-20 18:57:53 +0200 pl r262335 : #i95201# add: images for tab items 2008-10-20 17:26:50 +0200 pl r262330 : #i95201# remove old tools list
2008-12-16 16:42:03 +00:00
if ( pToolbarManager )
return pToolbarManager->isToolbarVisible( aName );
}
else if ( aElementType.equalsIgnoreAsciiCase("dockingwindow"))
{
SolarMutexClearableGuard aReadGuard;
uno::Reference< frame::XFrame > xFrame( m_xFrame );
aReadGuard.clear();
return IsDockingWindowVisible( xFrame, aElementName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return sal_False;
}
sal_Bool SAL_CALL LayoutManager::isElementFloating( const OUString& aName )
throw (RuntimeException, std::exception)
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
return pToolbarManager->isToolbarFloating( aName );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return sal_False;
}
sal_Bool SAL_CALL LayoutManager::isElementDocked( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
return pToolbarManager->isToolbarDocked( aName );
}
return sal_False;
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
sal_Bool SAL_CALL LayoutManager::isElementLocked( const OUString& aName )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
return pToolbarManager->isToolbarLocked( aName );
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return sal_False;
}
awt::Size SAL_CALL LayoutManager::getElementSize( const OUString& aName )
throw (RuntimeException, std::exception)
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
if ( pToolbarManager )
return pToolbarManager->getToolbarSize( aName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return awt::Size();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
awt::Point SAL_CALL LayoutManager::getElementPos( const OUString& aName )
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( getElementTypeFromResourceURL( aName ).equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
CWS-TOOLING: integrate CWS oj18 2009-08-21 15:08:49 +0200 oj r275263 : wrong check 2009-08-21 08:56:01 +0200 oj r275215 : missing not 2009-08-20 07:27:13 +0200 oj r275164 : use new method from global 2009-08-19 10:22:35 +0200 oj r275138 : call GetLocale instead of pLocale 2009-08-18 10:39:32 +0200 oj r275082 : missing header include 2009-08-18 10:09:44 +0200 oj r275081 : new methods at global 2009-08-18 10:09:00 +0200 oj r275080 : unused var 2009-08-18 08:59:04 +0200 oj r275078 : move files from classes to xml 2009-08-17 14:58:16 +0200 oj r275056 : CWS-TOOLING: rebase CWS oj18 to trunk@275001 (milestone: DEV300:m55) 2009-08-17 13:29:44 +0200 oj r275047 : compile error 2009-08-17 13:27:47 +0200 oj r275045 : compile error 2009-08-17 11:44:54 +0200 oj r275040 : add dep 2009-07-22 14:26:05 +0200 oj r274240 : move unused services into fwl 2009-07-22 14:25:35 +0200 oj r274239 : move unused services into fwl 2009-07-22 13:47:45 +0200 oj r274233 : remove some unused code 2009-07-22 09:06:20 +0200 oj r274219 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 08:48:58 +0200 oj r274218 : create NumberFormatter on demand 2009-07-22 08:39:23 +0200 oj r274217 : change char to sal_Char 2009-07-22 07:33:34 +0200 oj r274214 : export dbtoolsclient dbcharsethelper for sc 2009-07-22 07:30:04 +0200 oj r274213 : late init of numberformatter and breakiterator 2009-07-22 07:28:55 +0200 oj r274212 : export dbtoolsclient dbcharsethelper for sc 2009-07-21 13:43:28 +0200 oj r274196 : check if quick start is enbaled 2009-07-21 13:40:09 +0200 oj r274195 : check config entry for UiEventsLogger 2009-07-21 13:37:40 +0200 oj r274194 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:35:38 +0200 oj r274193 : code refactoring, remove of duplicate code and some late inits and removale of not needed files 2009-07-21 13:33:41 +0200 oj r274192 : doc meta data will now be created on demand 2009-07-21 13:13:40 +0200 oj r274187 : load ldap functions on demand 2009-07-21 13:03:17 +0200 oj r274183 : late init of TransliterationImpl 2009-07-21 12:36:10 +0200 oj r274180 : late init of charClass
2009-09-08 04:57:32 +00:00
if ( pToolbarManager )
return pToolbarManager->getToolbarPos( aName );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
return awt::Point();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
void SAL_CALL LayoutManager::lock()
throw (RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
implts_lock();
SolarMutexClearableGuard aReadLock;
sal_Int32 nLockCount( m_nLockCount );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::lock lockCount=" << nLockCount );
#ifdef DBG_UTIL
OStringBuffer aStr("LayoutManager::lock ");
2011-06-19 23:21:46 +01:00
aStr.append(reinterpret_cast<sal_Int64>(this));
aStr.append(" - ");
2011-06-19 23:21:46 +01:00
aStr.append(nLockCount);
SAL_INFO( "fwk", "" << aStr.getStr());
#endif
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Any a( nLockCount );
implts_notifyListeners( frame::LayoutManagerEvents::LOCK, a );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void SAL_CALL LayoutManager::unlock()
throw (RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
bool bDoLayout( implts_unlock() );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
SolarMutexClearableGuard aReadLock;
sal_Int32 nLockCount( m_nLockCount );
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::unlock lockCount=" << nLockCount );
#ifdef DBG_UTIL
OStringBuffer aStr("LayoutManager::unlock ");
2011-06-19 23:21:46 +01:00
aStr.append(reinterpret_cast<sal_Int64>(this));
aStr.append(" - ");
2011-06-19 23:21:46 +01:00
aStr.append(nLockCount);
SAL_INFO( "fwk", "" << aStr.getStr());
#endif
// conform to documentation: unlock with lock count == 0 means force a layout
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexClearableGuard aWriteLock;
if ( bDoLayout )
m_aAsyncLayoutTimer.Stop();
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Any a( nLockCount );
implts_notifyListeners( frame::LayoutManagerEvents::UNLOCK, a );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( bDoLayout )
implts_doLayout_notify( true );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void SAL_CALL LayoutManager::doLayout()
throw (RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
implts_doLayout_notify( true );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
// ILayoutNotifications
void LayoutManager::requestLayout( Hint eHint )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
if ( eHint == HINT_TOOLBARSPACE_HAS_CHANGED )
doLayout();
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
void LayoutManager::implts_doLayout_notify( bool bOuterResize )
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
{
bool bLayouted = implts_doLayout( false, bOuterResize );
if ( bLayouted )
implts_notifyListeners( frame::LayoutManagerEvents::LAYOUT, Any() );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool LayoutManager::implts_doLayout( bool bForceRequestBorderSpace, bool bOuterResize )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::implts_doLayout" );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aReadLock;
if ( !m_xFrame.is() || !m_bParentWindowVisible )
return false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
bool bPreserveContentSize( m_bPreserveContentSize );
bool bMustDoLayout( m_bMustDoLayout );
bool bNoLock = ( m_nLockCount == 0 );
awt::Rectangle aCurrBorderSpace( m_aDockingArea );
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
Reference< awt::XTopWindow2 > xContainerTopWindow( m_xContainerTopWindow );
Reference< awt::XWindow > xComponentWindow( m_xFrame->getComponentWindow() );
Reference< XDockingAreaAcceptor > xDockingAreaAcceptor( m_xDockingAreaAcceptor );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
bool bLayouted( false );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( bNoLock && xDockingAreaAcceptor.is() && xContainerWindow.is() && xComponentWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
bLayouted = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexResettableGuard aWriteGuard;
m_bDoLayout = true;
aWriteGuard.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
awt::Rectangle aDockSpace( implts_calcDockingAreaSizes() );
awt::Rectangle aBorderSpace( aDockSpace );
bool bGotRequestedBorderSpace( true );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// We have to add the height of a possible status bar
aBorderSpace.Height += implts_getStatusBarSize().Height();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( !equalRectangles( aBorderSpace, aCurrBorderSpace ) || bForceRequestBorderSpace || bMustDoLayout )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// we always resize the content window (instead of the complete container window) if we're not set up
// to (attempt to) preserve the content window's size
if ( bOuterResize && !bPreserveContentSize )
bOuterResize = false;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// maximized windows can resized their content window only, not their container window
if ( bOuterResize && xContainerTopWindow.is() && xContainerTopWindow->getIsMaximized() )
bOuterResize = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// if the component window does not have a size (yet), then we can't use it to calc the container
// window size
awt::Rectangle aComponentRect = xComponentWindow->getPosSize();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( bOuterResize && ( aComponentRect.Width == 0 ) && ( aComponentRect.Height == 0 ) )
bOuterResize = false;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
bGotRequestedBorderSpace = false;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( bOuterResize )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
Reference< awt::XDevice > xDevice( xContainerWindow, uno::UNO_QUERY );
awt::DeviceInfo aContainerInfo = xDevice->getInfo();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
awt::Size aRequestedSize( aComponentRect.Width + aContainerInfo.LeftInset + aContainerInfo.RightInset + aBorderSpace.X + aBorderSpace.Width,
aComponentRect.Height + aContainerInfo.TopInset + aContainerInfo.BottomInset + aBorderSpace.Y + aBorderSpace.Height );
awt::Point aComponentPos( aBorderSpace.X, aBorderSpace.Y );
bGotRequestedBorderSpace = implts_resizeContainerWindow( aRequestedSize, aComponentPos );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// if we did not do an container window resize, or it failed, then use the DockingAcceptor as usual
if ( !bGotRequestedBorderSpace )
bGotRequestedBorderSpace = xDockingAreaAcceptor->requestDockingAreaSpace( aBorderSpace );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( bGotRequestedBorderSpace )
{
aWriteGuard.reset();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_aDockingArea = aBorderSpace;
m_bMustDoLayout = false;
aWriteGuard.clear();
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( bGotRequestedBorderSpace )
{
::Size aContainerSize;
::Size aStatusBarSize;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Interim solution to let the layout method within the
// toolbar layout manager.
implts_setOffset( implts_getStatusBarSize().Height() );
if ( m_pToolbarManager )
m_pToolbarManager->setDockingArea( aDockSpace );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Subtract status bar size from our container output size. Docking area windows
// don't contain the status bar!
aStatusBarSize = implts_getStatusBarSize();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
aContainerSize = implts_getContainerWindowOutputSize();
aContainerSize.Height() -= aStatusBarSize.Height();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( m_pToolbarManager )
m_pToolbarManager->doLayout(aContainerSize);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Position the status bar
if ( aStatusBarSize.Height() > 0 )
{
implts_setStatusBarPosSize( ::Point( 0, std::max(( aContainerSize.Height() ), long( 0 ))),
::Size( aContainerSize.Width(),aStatusBarSize.Height() ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
xDockingAreaAcceptor->setDockingAreaSpace( aBorderSpace );
aWriteGuard.reset();
m_bDoLayout = false;
aWriteGuard.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
return bLayouted;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
bool LayoutManager::implts_resizeContainerWindow( const awt::Size& rContainerSize,
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
const awt::Point& rComponentPos )
{
SolarMutexClearableGuard aReadLock;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
Reference< awt::XWindow > xContainerWindow = m_xContainerWindow;
Reference< awt::XTopWindow2 > xContainerTopWindow = m_xContainerTopWindow;
Reference< awt::XWindow > xComponentWindow = m_xFrame->getComponentWindow();
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// calculate the maximum size we have for the container window
sal_Int32 nDisplay = xContainerTopWindow->getDisplay();
Rectangle aWorkArea = Application::GetScreenPosSizePixel( nDisplay );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if (( aWorkArea.GetWidth() > 0 ) && ( aWorkArea.GetHeight() > 0 ))
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
{
if (( rContainerSize.Width > aWorkArea.GetWidth() ) || ( rContainerSize.Height > aWorkArea.GetHeight() ))
return false;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// Strictly, this is not correct. If we have a multi-screen display (css.awt.DisplayAccess.MultiDisplay == true),
// the "effective work area" would be much larger than the work area of a single display, since we could in theory
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// position the container window across multiple screens.
// However, this should suffice as a heuristics here ... (nobody really wants to check whether the different screens are
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// stacked horizontally or vertically, whether their work areas can really be combined, or are separated by non-work-areas,
// and the like ... right?)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// resize our container window
xContainerWindow->setPosSize( 0, 0, rContainerSize.Width, rContainerSize.Height, awt::PosSize::SIZE );
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
// position the component window
xComponentWindow->setPosSize( rComponentPos.X, rComponentPos.Y, 0, 0, awt::PosSize::POS );
return true;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
void SAL_CALL LayoutManager::setVisible( sal_Bool bVisible )
throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aWriteLock;
bool bWasVisible( m_bVisible );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_bVisible = bVisible;
aWriteLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( (bWasVisible ? 1 : 0) != bVisible )
implts_setVisibleState( bVisible );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
sal_Bool SAL_CALL LayoutManager::isVisible()
throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard g;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return m_bVisible;
}
::Size LayoutManager::implts_getStatusBarSize()
{
SolarMutexClearableGuard aReadLock;
bool bStatusBarVisible( isElementVisible( STATUS_BAR_ALIAS ));
bool bProgressBarVisible( isElementVisible( PROGRESS_BAR_ALIAS ));
bool bVisible( m_bVisible );
Reference< XUIElement > xStatusBar( m_aStatusBarElement.m_xUIElement );
Reference< XUIElement > xProgressBar( m_aProgressBarElement.m_xUIElement );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< awt::XWindow > xWindow;
if ( bStatusBarVisible && bVisible && xStatusBar.is() )
xWindow = Reference< awt::XWindow >( xStatusBar->getRealInterface(), UNO_QUERY );
else if ( xProgressBar.is() && !xStatusBar.is() && bProgressBarVisible )
{
ProgressBarWrapper* pWrapper = static_cast<ProgressBarWrapper*>(xProgressBar.get());
if ( pWrapper )
xWindow = pWrapper->getStatusBar();
}
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xWindow.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
awt::Rectangle aPosSize = xWindow->getPosSize();
return ::Size( aPosSize.Width, aPosSize.Height );
}
else
return ::Size();
}
awt::Rectangle LayoutManager::implts_calcDockingAreaSizes()
{
SolarMutexClearableGuard aReadLock;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
Reference< XDockingAreaAcceptor > xDockingAreaAcceptor( m_xDockingAreaAcceptor );
aReadLock.clear();
awt::Rectangle aBorderSpace;
if ( m_pToolbarManager && xDockingAreaAcceptor.is() && xContainerWindow.is() )
aBorderSpace = m_pToolbarManager->getDockingArea();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return aBorderSpace;
}
void LayoutManager::implts_setDockingAreaWindowSizes( const awt::Rectangle& /*rBorderSpace*/ )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
uno::Reference< awt::XDevice > xDevice( xContainerWindow, uno::UNO_QUERY );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Convert relativ size to output size.
awt::Rectangle aRectangle = xContainerWindow->getPosSize();
awt::DeviceInfo aInfo = xDevice->getInfo();
awt::Size aContainerClientSize = awt::Size( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset,
aRectangle.Height - aInfo.TopInset - aInfo.BottomInset );
::Size aStatusBarSize = implts_getStatusBarSize();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Position the status bar
if ( aStatusBarSize.Height() > 0 )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
implts_setStatusBarPosSize( ::Point( 0, std::max(( aContainerClientSize.Height - aStatusBarSize.Height() ), long( 0 ))),
::Size( aContainerClientSize.Width, aStatusBarSize.Height() ));
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
void LayoutManager::implts_updateMenuBarClose()
{
SolarMutexClearableGuard aWriteLock;
bool bShowCloseButton( m_bMenuBarCloseButton );
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( xContainerWindow.is() )
{
SolarMutexGuard aGuard;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow );
if ( pSysWindow )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
MenuBar* pMenuBar = pSysWindow->GetMenuBar();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( pMenuBar )
{
// TODO remove link on sal_False ?!
pMenuBar->ShowCloseButton(bShowCloseButton);
pMenuBar->SetCloseButtonClickHdl(LINK(this, LayoutManager, MenuBarClose));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
}
}
bool LayoutManager::implts_resetMenuBar()
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
bool bMenuVisible( m_bMenuVisible );
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
MenuBar* pSetMenuBar = 0;
if ( m_xInplaceMenuBar.is() )
pSetMenuBar = static_cast<MenuBar *>(m_pInplaceMenuBar->GetMenuBar());
else
{
MenuBarWrapper* pMenuBarWrapper = static_cast< MenuBarWrapper* >( m_xMenuBar.get() );
if ( pMenuBarWrapper )
pSetMenuBar = static_cast<MenuBar*>(pMenuBarWrapper->GetMenuBarManager()->GetMenuBar());
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
aWriteLock.clear();
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 Conflicts: avmedia/inc/avmedia/mediaitem.hxx avmedia/prj/build.lst avmedia/source/framework/mediaitem.cxx avmedia/source/gstreamer/gstcommon.hxx avmedia/source/gstreamer/gstframegrabber.cxx avmedia/source/gstreamer/gstframegrabber.hxx avmedia/source/gstreamer/gstmanager.cxx avmedia/source/gstreamer/gstmanager.hxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/gstreamer/gstplayer.hxx avmedia/source/gstreamer/gstuno.cxx avmedia/source/gstreamer/gstwindow.cxx avmedia/source/gstreamer/gstwindow.hxx avmedia/source/gstreamer/makefile.mk avmedia/source/quicktime/quicktimeuno.cxx avmedia/source/viewer/mediawindow.cxx avmedia/source/viewer/mediawindow_impl.cxx avmedia/source/viewer/mediawindow_impl.hxx avmedia/source/viewer/mediawindowbase_impl.cxx avmedia/source/win/winuno.cxx basic/inc/basic/basmgr.hxx basic/inc/basic/mybasic.hxx basic/inc/basic/process.hxx basic/inc/basic/sbmeth.hxx basic/inc/basic/sbmod.hxx basic/inc/basic/sbxdef.hxx basic/inc/basic/sbxvar.hxx basic/source/app/app.cxx basic/source/app/app.hxx basic/source/app/appbased.cxx basic/source/app/appedit.cxx basic/source/app/appwin.cxx basic/source/app/appwin.hxx basic/source/app/brkpnts.cxx basic/source/app/brkpnts.hxx basic/source/app/dialogs.cxx basic/source/app/dialogs.hxx basic/source/app/msgedit.cxx basic/source/app/mybasic.cxx basic/source/app/process.cxx basic/source/app/processw.hxx basic/source/app/textedit.cxx basic/source/basmgr/basicmanagerrepository.cxx basic/source/basmgr/basmgr.cxx basic/source/classes/disas.cxx basic/source/classes/eventatt.cxx basic/source/classes/image.cxx basic/source/classes/sb.cxx basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx basic/source/comp/codegen.cxx basic/source/comp/dim.cxx basic/source/comp/exprgen.cxx basic/source/comp/exprnode.cxx basic/source/comp/exprtree.cxx basic/source/comp/sbcomp.cxx basic/source/inc/expr.hxx basic/source/inc/object.hxx basic/source/inc/sbunoobj.hxx basic/source/runtime/dllmgr-x86.cxx basic/source/runtime/iosys.cxx basic/source/runtime/makefile.mk basic/source/runtime/methods.cxx basic/source/runtime/methods1.cxx basic/source/runtime/runtime.cxx basic/source/runtime/stdobj.cxx basic/source/runtime/step0.cxx basic/source/runtime/step1.cxx basic/source/runtime/step2.cxx basic/source/sbx/sbxarray.cxx basic/source/sbx/sbxbase.cxx basic/source/sbx/sbxbool.cxx basic/source/sbx/sbxbyte.cxx basic/source/sbx/sbxcoll.cxx basic/source/sbx/sbxconv.hxx basic/source/sbx/sbxcurr.cxx basic/source/sbx/sbxexec.cxx basic/source/sbx/sbxint.cxx basic/source/sbx/sbxobj.cxx basic/source/sbx/sbxscan.cxx basic/source/sbx/sbxstr.cxx basic/source/sbx/sbxvals.cxx basic/source/sbx/sbxvalue.cxx basic/source/sbx/sbxvar.cxx basic/workben/mgrtest.cxx configmgr/prj/build.lst configmgr/source/access.cxx configmgr/source/configurationprovider.cxx configmgr/source/defaultprovider.cxx configmgr/source/pad.cxx configmgr/source/services.cxx configmgr/source/update.cxx configmgr/source/xmlreader.cxx configmgr/source/xmlreader.hxx connectivity/prj/build.lst connectivity/qa/complex/connectivity/TestCase.java connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/adabas/Bservices.cxx connectivity/source/drivers/ado/Aservices.cxx connectivity/source/drivers/calc/Cservices.cxx connectivity/source/drivers/calc/makefile.mk connectivity/source/drivers/dbase/DIndex.cxx connectivity/source/drivers/dbase/DIndexIter.cxx connectivity/source/drivers/dbase/DNoException.cxx connectivity/source/drivers/dbase/DTable.cxx connectivity/source/drivers/dbase/Dservices.cxx connectivity/source/drivers/dbase/dindexnode.cxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab2/NServices.cxx connectivity/source/drivers/file/FNoException.cxx connectivity/source/drivers/file/FPreparedStatement.cxx connectivity/source/drivers/file/FResultSet.cxx connectivity/source/drivers/file/FStatement.cxx connectivity/source/drivers/file/quotedstring.cxx connectivity/source/drivers/flat/ETable.cxx connectivity/source/drivers/flat/Eservices.cxx connectivity/source/drivers/hsqldb/Hservices.cxx connectivity/source/drivers/jdbc/jservices.cxx connectivity/source/drivers/kab/KServices.cxx connectivity/source/drivers/macab/MacabServices.cxx connectivity/source/drivers/mozab/MResultSet.cxx connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx connectivity/source/drivers/mysql/Yservices.cxx connectivity/source/drivers/odbc/OFunctions.cxx connectivity/source/drivers/odbc/oservices.cxx connectivity/source/inc/dbase/DIndexPage.hxx connectivity/source/inc/file/FTable.hxx connectivity/source/manager/mregistration.cxx connectivity/source/parse/PColumn.cxx desktop/prj/build.lst desktop/qa/deployment_misc/test_dp_version.cxx desktop/source/app/app.cxx desktop/source/app/appfirststart.cxx desktop/source/app/cmdlineargs.cxx desktop/source/app/cmdlineargs.hxx desktop/source/app/sofficemain.cxx desktop/source/deployment/gui/dp_gui.hrc desktop/source/deployment/gui/dp_gui_dialog2.cxx desktop/source/deployment/gui/dp_gui_dialog2.hxx desktop/source/deployment/gui/dp_gui_updatedialog.cxx desktop/source/deployment/gui/dp_gui_updatedialog.hxx desktop/source/deployment/manager/dp_extensionmanager.cxx desktop/source/deployment/manager/dp_extensionmanager.hxx desktop/source/deployment/misc/dp_misc.src desktop/source/deployment/registry/component/dp_component.cxx desktop/source/deployment/registry/configuration/dp_configuration.cxx desktop/source/deployment/registry/dp_backend.cxx desktop/source/deployment/registry/help/dp_help.cxx desktop/source/deployment/registry/script/dp_script.cxx desktop/source/migration/pages.cxx desktop/source/migration/pages.hxx desktop/source/migration/wizard.cxx desktop/source/migration/wizard.hrc desktop/source/migration/wizard.hxx desktop/source/migration/wizard.src desktop/source/pkgchk/unopkg/unopkg_shared.h desktop/source/so_comp/services.cxx desktop/source/splash/makefile.mk desktop/source/splash/services_spl.cxx desktop/source/splash/splash.cxx drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx editeng/inc/editeng/adjitem.hxx editeng/inc/editeng/bolnitem.hxx editeng/inc/editeng/borderline.hxx editeng/inc/editeng/boxitem.hxx editeng/inc/editeng/brkitem.hxx editeng/inc/editeng/brshitem.hxx editeng/inc/editeng/bulitem.hxx editeng/inc/editeng/charreliefitem.hxx editeng/inc/editeng/charrotateitem.hxx editeng/inc/editeng/charscaleitem.hxx editeng/inc/editeng/cmapitem.hxx editeng/inc/editeng/colritem.hxx editeng/inc/editeng/crsditem.hxx editeng/inc/editeng/editdata.hxx editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editobj.hxx editeng/inc/editeng/editstat.hxx editeng/inc/editeng/editview.hxx editeng/inc/editeng/emphitem.hxx editeng/inc/editeng/escpitem.hxx editeng/inc/editeng/fhgtitem.hxx editeng/inc/editeng/flstitem.hxx editeng/inc/editeng/fontitem.hxx editeng/inc/editeng/frmdiritem.hxx editeng/inc/editeng/fwdtitem.hxx editeng/inc/editeng/hyznitem.hxx editeng/inc/editeng/kernitem.hxx editeng/inc/editeng/langitem.hxx editeng/inc/editeng/lrspitem.hxx editeng/inc/editeng/lspcitem.hxx editeng/inc/editeng/numitem.hxx editeng/inc/editeng/outliner.hxx editeng/inc/editeng/paravertalignitem.hxx editeng/inc/editeng/pmdlitem.hxx editeng/inc/editeng/postitem.hxx editeng/inc/editeng/protitem.hxx editeng/inc/editeng/shaditem.hxx editeng/inc/editeng/sizeitem.hxx editeng/inc/editeng/svxacorr.hxx editeng/inc/editeng/svxfont.hxx editeng/inc/editeng/svxrtf.hxx editeng/inc/editeng/swafopt.hxx editeng/inc/editeng/tstpitem.hxx editeng/inc/editeng/twolinesitem.hxx editeng/inc/editeng/txtrange.hxx editeng/inc/editeng/udlnitem.hxx editeng/inc/editeng/ulspitem.hxx editeng/inc/editeng/wghtitem.hxx editeng/inc/editeng/writingmodeitem.hxx editeng/inc/editeng/xmlcnitm.hxx editeng/inc/helpid.hrc editeng/inc/pch/precompiled_editeng.hxx editeng/source/editeng/editdbg.cxx editeng/source/editeng/editdoc.cxx editeng/source/editeng/editdoc.hxx editeng/source/editeng/editdoc2.cxx editeng/source/editeng/editeng.cxx editeng/source/editeng/editobj.cxx editeng/source/editeng/editobj2.hxx editeng/source/editeng/editsel.cxx editeng/source/editeng/editundo.cxx editeng/source/editeng/editundo.hxx editeng/source/editeng/editview.cxx editeng/source/editeng/edtspell.hxx editeng/source/editeng/eehtml.cxx editeng/source/editeng/eehtml.hxx editeng/source/editeng/eeobj.cxx editeng/source/editeng/eerdll.cxx editeng/source/editeng/eertfpar.cxx editeng/source/editeng/impedit.cxx editeng/source/editeng/impedit.hxx editeng/source/editeng/impedit2.cxx editeng/source/editeng/impedit3.cxx editeng/source/editeng/impedit4.cxx editeng/source/editeng/impedit5.cxx editeng/source/editeng/makefile.mk editeng/source/items/bulitem.cxx editeng/source/items/charhiddenitem.cxx editeng/source/items/flditem.cxx editeng/source/items/frmitems.cxx editeng/source/items/makefile.mk editeng/source/items/numitem.cxx editeng/source/items/paraitem.cxx editeng/source/items/svxfont.cxx editeng/source/items/textitem.cxx editeng/source/items/writingmodeitem.cxx editeng/source/items/xmlcnitm.cxx editeng/source/misc/SvXMLAutoCorrectImport.cxx editeng/source/misc/svxacorr.cxx editeng/source/misc/txtrange.cxx editeng/source/misc/unolingu.cxx editeng/source/outliner/outleeng.cxx editeng/source/outliner/outliner.cxx editeng/source/outliner/outlundo.hxx editeng/source/outliner/outlvw.cxx editeng/source/outliner/paralist.cxx editeng/source/outliner/paralist.hxx editeng/source/rtf/rtfgrf.cxx editeng/source/rtf/rtfitem.cxx editeng/source/rtf/svxrtf.cxx editeng/source/uno/unoipset.cxx editeng/util/makefile.mk embeddedobj/prj/build.lst embeddedobj/source/commonembedding/miscobj.cxx eventattacher/prj/build.lst fileaccess/source/FileAccess.cxx formula/inc/formula/FormulaCompiler.hxx formula/inc/formula/token.hxx formula/inc/formula/tokenarray.hxx formula/source/core/api/FormulaCompiler.cxx formula/source/core/api/token.cxx formula/source/ui/dlg/FormulaHelper.cxx formula/source/ui/dlg/formula.cxx formula/source/ui/dlg/parawin.cxx formula/source/ui/dlg/structpg.cxx fpicker/prj/d.lst fpicker/source/aqua/FPentry.cxx fpicker/source/office/OfficeControlAccess.cxx fpicker/source/office/iodlg.cxx fpicker/source/office/iodlg.hxx fpicker/source/office/iodlg.src fpicker/source/office/iodlgimp.cxx fpicker/source/unx/gnome/FPentry.cxx fpicker/source/unx/gnome/SalGtkFilePicker.cxx fpicker/source/unx/gnome/SalGtkPicker.cxx fpicker/source/unx/kde4/KDE4FPEntry.cxx fpicker/source/win32/filepicker/FPentry.cxx framework/AllLangResTarget_fwe.mk framework/inc/dispatch/interaction.hxx framework/inc/framework/addonmenu.hxx framework/inc/framework/addonsoptions.hxx framework/inc/framework/bmkmenu.hxx framework/inc/framework/imageproducer.hxx framework/inc/framework/sfxhelperfunctions.hxx framework/inc/framework/statusbarconfiguration.hxx framework/inc/framework/titlehelper.hxx framework/inc/framework/toolboxconfiguration.hxx framework/inc/threadhelp/lockhelper.hxx framework/inc/xml/eventsdocumenthandler.hxx framework/inc/xml/statusbardocumenthandler.hxx framework/inc/xml/toolboxconfiguration.hxx framework/inc/xml/toolboxconfigurationdefines.hxx framework/inc/xml/toolboxdocumenthandler.hxx framework/prj/build.lst framework/qa/complex/ModuleManager/makefile.mk framework/qa/complex/accelerators/makefile.mk framework/qa/complex/framework/recovery/makefile.mk framework/qa/complex/imageManager/_XInitialization.java framework/source/classes/menumanager.cxx framework/source/dispatch/interaction.cxx framework/source/fwe/classes/bmkmenu.cxx framework/source/fwe/helper/actiontriggerhelper.cxx framework/source/fwe/helper/imageproducer.cxx framework/source/fwe/xml/menuconfiguration.cxx framework/source/fwe/xml/toolboxdocumenthandler.cxx framework/source/helper/uiconfigelementwrapperbase.cxx framework/source/helper/uielementwrapperbase.cxx framework/source/inc/pattern/window.hxx framework/source/jobs/jobdata.cxx framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/panel.hxx framework/source/loadenv/loadenv.cxx framework/source/register/registerservices.cxx framework/source/services/menudocumenthandler.cxx framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanager.cxx framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx framework/source/uielement/addonstoolbarmanager.cxx framework/source/uielement/controlmenucontroller.cxx framework/source/uielement/fontsizemenucontroller.cxx framework/source/uielement/imagebuttontoolbarcontroller.cxx framework/source/uielement/macrosmenucontroller.cxx framework/source/uielement/menubarmanager.cxx framework/source/uielement/newmenucontroller.cxx framework/source/uielement/togglebuttontoolbarcontroller.cxx framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarsmenucontroller.cxx framework/test/makefile.mk framework/test/threadtest/makefile.mk framework/test/typecfg/makefile.mk framework/util/guiapps/makefile.mk framework/util/makefile.mk idl/inc/bastype.hxx idl/inc/hash.hxx idl/inc/lex.hxx idl/inc/module.hxx idl/inc/object.hxx idl/inc/slot.hxx idl/inc/types.hxx idl/source/cmptools/hash.cxx idl/source/cmptools/lex.cxx idl/source/objects/basobj.cxx idl/source/objects/bastype.cxx idl/source/objects/module.cxx idl/source/objects/object.cxx idl/source/objects/slot.cxx idl/source/objects/types.cxx idl/source/prj/command.cxx idl/source/prj/database.cxx idl/source/prj/globals.cxx idl/source/prj/svidl.cxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dicimp.cxx linguistic/source/dlistimp.cxx linguistic/source/gciterator.cxx linguistic/source/iprcache.cxx linguistic/source/lngopt.cxx linguistic/source/lngprophelp.cxx linguistic/source/lngsvcmgr.cxx linguistic/source/lngsvcmgr.hxx linguistic/source/misc2.cxx linguistic/workben/sprophelp.cxx officecfg/registry/data/org/openoffice/VCL.xcu officecfg/util/makefile.mk oovbaapi/ooo/vba/XApplicationBase.idl oovbaapi/ooo/vba/XVBAAppService.idl oovbaapi/ooo/vba/XVBADocService.idl oovbaapi/ooo/vba/excel/XApplication.idl oovbaapi/ooo/vba/excel/XRange.idl oovbaapi/ooo/vba/excel/XWorkbook.idl oovbaapi/ooo/vba/excel/XWorksheet.idl oovbaapi/ooo/vba/word/XApplication.idl oovbaapi/ooo/vba/word/XGlobals.idl oovbaapi/ooo/vba/word/XTableOfContents.idl readlicense_oo/prj/build.lst scripting/prj/build.lst scripting/prj/d.lst scripting/source/basprov/basprov.cxx scripting/source/basprov/basscript.cxx scripting/source/basprov/basscript.hxx scripting/source/dlgprov/dlgprov.cxx scripting/source/inc/util/util.hxx scripting/source/protocolhandler/scripthandler.cxx scripting/source/provider/ProviderCache.cxx scripting/source/pyprov/makefile.mk scripting/source/runtimemgr/ScriptNameResolverImpl.cxx scripting/source/runtimemgr/ScriptRuntimeManager.cxx scripting/source/runtimemgr/StorageBridge.cxx scripting/source/storage/ScriptMetadataImporter.cxx scripting/source/storage/ScriptSecurityManager.cxx scripting/source/storage/ScriptStorage.cxx scripting/source/storage/ScriptStorageManager.cxx sfx2/inc/about.hxx sfx2/inc/brokenpackageint.hxx sfx2/inc/docvor.hxx sfx2/inc/pch/precompiled_sfx2.hxx sfx2/inc/sfx2/app.hxx sfx2/inc/sfx2/basmgr.hxx sfx2/inc/sfx2/bindings.hxx sfx2/inc/sfx2/childwin.hxx sfx2/inc/sfx2/ctrlitem.hxx sfx2/inc/sfx2/dinfdlg.hxx sfx2/inc/sfx2/dispatch.hxx sfx2/inc/sfx2/docfilt.hxx sfx2/inc/sfx2/evntconf.hxx sfx2/inc/sfx2/fcontnr.hxx sfx2/inc/sfx2/frame.hxx sfx2/inc/sfx2/imagemgr.hxx sfx2/inc/sfx2/imgmgr.hxx sfx2/inc/sfx2/linksrc.hxx sfx2/inc/sfx2/macrconf.hxx sfx2/inc/sfx2/macropg.hxx sfx2/inc/sfx2/mnuitem.hxx sfx2/inc/sfx2/mnumgr.hxx sfx2/inc/sfx2/module.hxx sfx2/inc/sfx2/msg.hxx sfx2/inc/sfx2/objsh.hxx sfx2/inc/sfx2/passwd.hxx sfx2/inc/sfx2/prnmon.hxx sfx2/inc/sfx2/request.hxx sfx2/inc/sfx2/sfx.hrc sfx2/inc/sfx2/sfxbasemodel.hxx sfx2/inc/sfx2/sfxhtml.hxx sfx2/inc/sfx2/sfxresid.hxx sfx2/inc/sfx2/sfxsids.hrc sfx2/inc/sfx2/sfxuno.hxx sfx2/inc/sfx2/shell.hxx sfx2/inc/sfx2/stbitem.hxx sfx2/inc/sfx2/styfitem.hxx sfx2/inc/sfx2/tabdlg.hxx sfx2/inc/sfx2/tbxctrl.hxx sfx2/inc/sfx2/tplpitem.hxx sfx2/inc/sfx2/viewfrm.hxx sfx2/inc/sfx2/viewsh.hxx sfx2/inc/sfxbasic.hxx sfx2/inc/sorgitm.hxx sfx2/prj/build.lst sfx2/qa/complex/docinfo/makefile.mk sfx2/qa/cppunit/makefile.mk sfx2/sdi/makefile.mk sfx2/source/appl/app.cxx sfx2/source/appl/app.hrc sfx2/source/appl/app.src sfx2/source/appl/appbas.cxx sfx2/source/appl/appcfg.cxx sfx2/source/appl/appchild.cxx sfx2/source/appl/appmain.cxx sfx2/source/appl/appmisc.cxx sfx2/source/appl/appopen.cxx sfx2/source/appl/appquit.cxx sfx2/source/appl/appserv.cxx sfx2/source/appl/appuno.cxx sfx2/source/appl/childwin.cxx sfx2/source/appl/fileobj.cxx sfx2/source/appl/helpinterceptor.cxx sfx2/source/appl/imagemgr.cxx sfx2/source/appl/impldde.cxx sfx2/source/appl/impldde.hxx sfx2/source/appl/linkmgr2.cxx sfx2/source/appl/lnkbase2.cxx sfx2/source/appl/makefile.mk sfx2/source/appl/module.cxx sfx2/source/appl/newhelp.cxx sfx2/source/appl/opengrf.cxx sfx2/source/appl/sfxdll.cxx sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdownicon.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/appl/workwin.cxx sfx2/source/bastyp/fltfnc.cxx sfx2/source/bastyp/frmhtml.cxx sfx2/source/bastyp/frmhtmlw.cxx sfx2/source/bastyp/helper.cxx sfx2/source/bastyp/minarray.cxx sfx2/source/bastyp/progress.cxx sfx2/source/bastyp/sfxhtml.cxx sfx2/source/config/evntconf.cxx sfx2/source/control/bindings.cxx sfx2/source/control/ctrlitem.cxx sfx2/source/control/dispatch.cxx sfx2/source/control/macrconf.cxx sfx2/source/control/macro.cxx sfx2/source/control/makefile.mk sfx2/source/control/minfitem.cxx sfx2/source/control/msg.cxx sfx2/source/control/msgpool.cxx sfx2/source/control/objface.cxx sfx2/source/control/request.cxx sfx2/source/control/shell.cxx sfx2/source/control/sorgitm.cxx sfx2/source/dialog/about.cxx sfx2/source/dialog/basedlgs.cxx sfx2/source/dialog/dinfdlg.cxx sfx2/source/dialog/dinfedt.cxx sfx2/source/dialog/dockwin.cxx sfx2/source/dialog/filedlghelper.cxx sfx2/source/dialog/mailmodel.cxx sfx2/source/dialog/mailmodelapi.cxx sfx2/source/dialog/makefile.mk sfx2/source/dialog/mgetempl.cxx sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.hrc sfx2/source/dialog/printopt.cxx sfx2/source/dialog/securitypage.cxx sfx2/source/dialog/splitwin.cxx sfx2/source/dialog/styfitem.cxx sfx2/source/dialog/tabdlg.cxx sfx2/source/dialog/taskpane.cxx sfx2/source/dialog/templdlg.cxx sfx2/source/dialog/tplpitem.cxx sfx2/source/dialog/versdlg.cxx sfx2/source/doc/QuerySaveDocument.cxx sfx2/source/doc/SfxDocumentMetaData.cxx sfx2/source/doc/applet.cxx sfx2/source/doc/doc.hrc sfx2/source/doc/doc.src sfx2/source/doc/docfile.cxx sfx2/source/doc/docinf.cxx sfx2/source/doc/doctempl.cxx sfx2/source/doc/doctemplates.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/guisaveas.cxx sfx2/source/doc/makefile.mk sfx2/source/doc/objcont.cxx sfx2/source/doc/objitem.cxx sfx2/source/doc/objmisc.cxx sfx2/source/doc/objserv.cxx sfx2/source/doc/printhelper.cxx sfx2/source/doc/sfxacldetect.cxx sfx2/source/doc/sfxbasemodel.cxx sfx2/source/inc/applet.hxx sfx2/source/inc/fltoptint.hxx sfx2/source/inc/sfxlocal.hrc sfx2/source/inc/virtmenu.hxx sfx2/source/inc/workwin.hxx sfx2/source/menu/mnuitem.cxx sfx2/source/menu/objmnctl.cxx sfx2/source/menu/virtmenu.cxx sfx2/source/notify/eventsupplier.cxx sfx2/source/notify/makefile.mk sfx2/source/toolbox/imgmgr.cxx sfx2/source/toolbox/tbxitem.cxx sfx2/source/view/frame.cxx sfx2/source/view/orgmgr.cxx sfx2/source/view/printer.cxx sfx2/source/view/prnmon.cxx sfx2/source/view/viewfrm.cxx sfx2/source/view/viewprn.cxx sfx2/source/view/viewsh.cxx sfx2/util/makefile.mk sfx2/workben/custompanel/makefile.mk shell/source/backends/desktopbe/desktopbackend.cxx shell/source/backends/gconfbe/gconfbackend.cxx shell/source/backends/kde4be/kde4backend.cxx shell/source/backends/kdebe/kdebackend.cxx shell/source/win32/SysShentry.cxx shell/source/win32/shlxthandler/propsheets/propsheets.cxx shell/source/win32/simplemail/smplmailentry.cxx svx/inc/float3d.hrc svx/inc/fmhelp.hrc svx/inc/globlmn_tmpl.hrc svx/inc/helpid.hrc svx/inc/pch/precompiled_svx.hxx svx/inc/sjctrl.hxx svx/inc/srchitem.hxx svx/inc/svdibrow.hxx svx/inc/svx/SmartTagItem.hxx svx/inc/svx/algitem.hxx svx/inc/svx/camera3d.hxx svx/inc/svx/chrtitem.hxx svx/inc/svx/clipfmtitem.hxx svx/inc/svx/ctredlin.hxx svx/inc/svx/dbtoolsclient.hxx svx/inc/svx/deflt3d.hxx svx/inc/svx/dialogs.hrc svx/inc/svx/drawitem.hxx svx/inc/svx/e3ditem.hxx svx/inc/svx/extrud3d.hxx svx/inc/svx/flagsdef.hxx svx/inc/svx/float3d.hxx svx/inc/svx/frmsel.hxx svx/inc/svx/gallery.hxx svx/inc/svx/gallery1.hxx svx/inc/svx/galtheme.hxx svx/inc/svx/grfcrop.hxx svx/inc/svx/hdft.hxx svx/inc/svx/hlnkitem.hxx svx/inc/svx/hyprlink.hxx svx/inc/svx/itemwin.hxx svx/inc/svx/lathe3d.hxx svx/inc/svx/linkwarn.hxx svx/inc/svx/modctrl.hxx svx/inc/svx/msdffdef.hxx svx/inc/svx/obj3d.hxx svx/inc/svx/optgenrl.hxx svx/inc/svx/optgrid.hxx svx/inc/svx/pageitem.hxx svx/inc/svx/paraprev.hxx svx/inc/svx/postattr.hxx svx/inc/svx/rotmodit.hxx svx/inc/svx/ruler.hxx svx/inc/svx/rulritem.hxx svx/inc/svx/scene3d.hxx svx/inc/svx/sdasaitm.hxx svx/inc/svx/sdasitm.hxx svx/inc/svx/sdggaitm.hxx svx/inc/svx/sdmetitm.hxx svx/inc/svx/sdtaaitm.hxx svx/inc/svx/sdtaditm.hxx svx/inc/svx/sdtaitm.hxx svx/inc/svx/sdtakitm.hxx svx/inc/svx/sdtfchim.hxx svx/inc/svx/sdtfsitm.hxx svx/inc/svx/srchdlg.hxx svx/inc/svx/svddrag.hxx svx/inc/svx/svdetc.hxx svx/inc/svx/svdglue.hxx svx/inc/svx/svdhlpln.hxx svx/inc/svx/svdlayer.hxx svx/inc/svx/svdmark.hxx svx/inc/svx/svdmodel.hxx svx/inc/svx/svdoashp.hxx svx/inc/svx/svdobj.hxx svx/inc/svx/svdocirc.hxx svx/inc/svx/svdoedge.hxx svx/inc/svx/svdogrp.hxx svx/inc/svx/svdomeas.hxx svx/inc/svx/svdoole2.hxx svx/inc/svx/svdorect.hxx svx/inc/svx/svdotable.hxx svx/inc/svx/svdotext.hxx svx/inc/svx/svdovirt.hxx svx/inc/svx/svdpage.hxx svx/inc/svx/svdsnpv.hxx svx/inc/svx/svdtrans.hxx svx/inc/svx/svdundo.hxx svx/inc/svx/svimbase.hxx svx/inc/svx/svx3ditems.hxx svx/inc/svx/svxdlg.hxx svx/inc/svx/sxcikitm.hxx svx/inc/svx/sxekitm.hxx svx/inc/svx/sxelditm.hxx svx/inc/svx/sxenditm.hxx svx/inc/svx/sxmkitm.hxx svx/inc/svx/sxmtpitm.hxx svx/inc/svx/sxmuitm.hxx svx/inc/svx/tabarea.hxx svx/inc/svx/tabline.hxx svx/inc/svx/unoprov.hxx svx/inc/svx/viewlayoutitem.hxx svx/inc/svx/xbitmap.hxx svx/inc/svx/xbtmpit.hxx svx/inc/svx/xcolit.hxx svx/inc/svx/xfillit0.hxx svx/inc/svx/xflclit.hxx svx/inc/svx/xflftrit.hxx svx/inc/svx/xflgrit.hxx svx/inc/svx/xflhtit.hxx svx/inc/svx/xftadit.hxx svx/inc/svx/xftsfit.hxx svx/inc/svx/xftshit.hxx svx/inc/svx/xlineit0.hxx svx/inc/svx/xlinjoit.hxx svx/inc/svx/xlnclit.hxx svx/inc/svx/xlndsit.hxx svx/inc/svx/xlnedcit.hxx svx/inc/svx/xlnedit.hxx svx/inc/svx/xlnedwit.hxx svx/inc/svx/xlnstcit.hxx svx/inc/svx/xlnstit.hxx svx/inc/svx/xlnstwit.hxx svx/inc/svx/xlnwtit.hxx svx/inc/svx/xtextit0.hxx svx/inc/svx/zoomitem.hxx svx/inc/svx/zoomslideritem.hxx svx/inc/xpolyimp.hxx svx/inc/zoom_def.hxx svx/prj/d.lst svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/DescriptionGenerator.cxx svx/source/customshapes/EnhancedCustomShapeEngine.cxx svx/source/customshapes/EnhancedCustomShapeFontWork.cxx svx/source/dialog/_bmpmask.cxx svx/source/dialog/_contdlg.cxx svx/source/dialog/connctrl.cxx svx/source/dialog/contwnd.cxx svx/source/dialog/ctredlin.cxx svx/source/dialog/ctredlin.hrc svx/source/dialog/ctredlin.src svx/source/dialog/dialcontrol.cxx svx/source/dialog/dlgctrl.cxx svx/source/dialog/docrecovery.cxx svx/source/dialog/fntctrl.cxx svx/source/dialog/fontwork.cxx svx/source/dialog/frmsel.cxx svx/source/dialog/graphctl.cxx svx/source/dialog/grfflt.cxx svx/source/dialog/hdft.cxx svx/source/dialog/hyperdlg.cxx svx/source/dialog/hyprdlg.hxx svx/source/dialog/hyprlink.cxx svx/source/dialog/hyprlink.hxx svx/source/dialog/hyprlink.src svx/source/dialog/imapdlg.cxx svx/source/dialog/imapwnd.cxx svx/source/dialog/linkwarn.hrc svx/source/dialog/makefile.mk svx/source/dialog/optgrid.cxx svx/source/dialog/orienthelper.cxx svx/source/dialog/pagectrl.cxx svx/source/dialog/prtqry.cxx svx/source/dialog/rlrcitem.cxx svx/source/dialog/rubydialog.cxx svx/source/dialog/rulritem.cxx svx/source/dialog/simptabl.cxx svx/source/dialog/srchdlg.cxx svx/source/dialog/svxbmpnumvalueset.cxx svx/source/dialog/svxruler.cxx svx/source/dialog/swframeexample.cxx svx/source/engine3d/float3d.cxx svx/source/engine3d/float3d.src svx/source/engine3d/svx3ditems.cxx svx/source/fmcomp/gridctrl.cxx svx/source/fmcomp/trace.cxx svx/source/form/ParseContext.cxx svx/source/form/datanavi.cxx svx/source/form/filtnav.cxx svx/source/form/fmexch.cxx svx/source/form/fmexpl.cxx svx/source/form/fmobjfac.cxx svx/source/form/fmpage.cxx svx/source/form/fmshell.cxx svx/source/form/fmshimp.cxx svx/source/form/fmsrcimp.cxx svx/source/form/fmvwimp.cxx svx/source/form/makefile.mk svx/source/form/tabwin.cxx svx/source/form/tbxform.cxx svx/source/form/typemap.cxx svx/source/gallery2/galbrws1.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx svx/source/gallery2/gallery1.cxx svx/source/gallery2/galtheme.cxx svx/source/gallery2/makefile.mk svx/source/gengal/gengal.cxx svx/source/gengal/makefile.mk svx/source/inc/fmgroup.hxx svx/source/intro/about_ooo.hrc svx/source/intro/iso.src svx/source/intro/ooo.src svx/source/items/SmartTagItem.cxx svx/source/items/algitem.cxx svx/source/items/chrtitem.cxx svx/source/items/clipfmtitem.cxx svx/source/items/customshapeitem.cxx svx/source/items/drawitem.cxx svx/source/items/e3ditem.cxx svx/source/items/grfitem.cxx svx/source/items/hlnkitem.cxx svx/source/items/makefile.mk svx/source/items/pageitem.cxx svx/source/items/rotmodit.cxx svx/source/items/viewlayoutitem.cxx svx/source/items/zoomitem.cxx svx/source/items/zoomslideritem.cxx svx/source/src/app.hrc svx/source/stbctrls/makefile.mk svx/source/stbctrls/modctrl.cxx svx/source/stbctrls/xmlsecctrl.cxx svx/source/stbctrls/zoomctrl.cxx svx/source/svdraw/clonelist.cxx svx/source/svdraw/svdattr.cxx svx/source/svdraw/svdcrtv.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdedtv2.cxx svx/source/svdraw/svdedxv.cxx svx/source/svdraw/svdetc.cxx svx/source/svdraw/svdfmtf.cxx svx/source/svdraw/svdfmtf.hxx svx/source/svdraw/svdglue.cxx svx/source/svdraw/svdhdl.cxx svx/source/svdraw/svdhlpln.cxx svx/source/svdraw/svdibrow.cxx svx/source/svdraw/svdlayer.cxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdoashp.cxx svx/source/svdraw/svdobj.cxx svx/source/svdraw/svdocapt.cxx svx/source/svdraw/svdocirc.cxx svx/source/svdraw/svdoedge.cxx svx/source/svdraw/svdograf.cxx svx/source/svdraw/svdogrp.cxx svx/source/svdraw/svdomeas.cxx svx/source/svdraw/svdomedia.cxx svx/source/svdraw/svdopath.cxx svx/source/svdraw/svdotext.cxx svx/source/svdraw/svdotxdr.cxx svx/source/svdraw/svdotxed.cxx svx/source/svdraw/svdotxfl.cxx svx/source/svdraw/svdotxln.cxx svx/source/svdraw/svdotxtr.cxx svx/source/svdraw/svdoutl.cxx svx/source/svdraw/svdpage.cxx svx/source/svdraw/svdpagv.cxx svx/source/svdraw/svdpntv.cxx svx/source/svdraw/svdpoev.cxx svx/source/svdraw/svdsnpv.cxx svx/source/svdraw/svdstr.src svx/source/svdraw/svdtrans.cxx svx/source/svdraw/svdundo.cxx svx/source/svdraw/svdview.cxx svx/source/svdraw/svdxcgv.cxx svx/source/table/svdotable.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/extrusioncontrols.cxx svx/source/tbxctrls/fillctrl.cxx svx/source/tbxctrls/grafctrl.cxx svx/source/tbxctrls/itemwin.cxx svx/source/tbxctrls/layctrl.cxx svx/source/tbxctrls/lboxctrl.cxx svx/source/tbxctrls/linectrl.cxx svx/source/tbxctrls/tbcontrl.cxx svx/source/tbxctrls/verttexttbxctrl.cxx svx/source/unodraw/unomod.cxx svx/source/unodraw/unopage.cxx svx/source/unodraw/unoprov.cxx svx/source/unodraw/unoshape.cxx svx/source/unodraw/unoshtxt.cxx svx/source/xml/xmlxtexp.cxx svx/source/xoutdev/_xpoly.cxx svx/source/xoutdev/xattr.cxx svx/source/xoutdev/xattr2.cxx svx/source/xoutdev/xattrbmp.cxx svx/source/xoutdev/xtabcolr.cxx svx/util/makefile.mk svx/workben/edittest.cxx sysui/desktop/productversion.mk ucb/prj/build.lst ucb/source/cacher/cacheserv.cxx ucb/source/core/ucb1.component ucb/source/core/ucbserv.cxx ucb/source/core/ucbstore.cxx ucb/source/core/ucbstore.hxx ucb/source/sorter/sortmain.cxx ucb/source/ucp/file/prov.cxx ucb/source/ucp/file/shell.cxx ucb/source/ucp/ftp/ftpservices.cxx ucb/source/ucp/gio/gio_provider.cxx ucb/source/ucp/gvfs/gvfs_provider.cxx ucb/source/ucp/hierarchy/hierarchyservices.cxx ucb/source/ucp/odma/odma_lib.cxx ucb/source/ucp/odma/odma_services.cxx ucb/source/ucp/package/pkgservices.cxx ucb/source/ucp/tdoc/tdoc_services.cxx ucb/source/ucp/webdav/ContentProperties.cxx ucb/source/ucp/webdav/NeonHeadRequest.cxx ucb/source/ucp/webdav/webdavcontent.cxx ucb/source/ucp/webdav/webdavservices.cxx uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/loginerr.hxx uui/source/nameclashdlg.hxx uui/source/passcrtdlg.cxx uui/source/passworddlg.cxx uui/source/passworddlg.hxx uui/source/services.cxx vbahelper/inc/vbahelper/vbahelper.hxx vbahelper/prj/build.lst vbahelper/prj/d.lst vbahelper/source/msforms/makefile.mk vbahelper/source/msforms/vbauserform.cxx vbahelper/source/vbahelper/makefile.mk vbahelper/source/vbahelper/vbaapplicationbase.cxx vbahelper/source/vbahelper/vbacommandbarcontrol.cxx vbahelper/source/vbahelper/vbadocumentbase.cxx vbahelper/source/vbahelper/vbadocumentsbase.cxx vbahelper/source/vbahelper/vbahelper.cxx vbahelper/util/makefile.mk xmlhelp/source/cxxhelp/provider/databases.cxx xmlhelp/source/cxxhelp/provider/services.cxx xmlhelp/source/treeview/tvfactory.cxx xmloff/JunitTest_xmloff_unoapi.mk xmloff/inc/functional.hxx xmloff/inc/xmloff/formlayerexport.hxx xmloff/inc/xmloff/formlayerimport.hxx xmloff/inc/xmloff/functional.hxx xmloff/inc/xmloff/shapeimport.hxx xmloff/inc/xmloff/xmlcnitm.hxx xmloff/inc/xmloff/xmlnumfi.hxx xmloff/prj/build.lst xmloff/source/chart/SchXMLChartContext.cxx xmloff/source/chart/SchXMLExport.cxx xmloff/source/chart/SchXMLImport.cxx xmloff/source/chart/SchXMLLegendContext.hxx xmloff/source/chart/SchXMLPlotAreaContext.cxx xmloff/source/core/xmluconv.cxx xmloff/source/draw/sdxmlexp.cxx xmloff/source/draw/shapeexport4.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximp3dscene.cxx xmloff/source/forms/formlayerexport.cxx xmloff/source/forms/formlayerimport.cxx xmloff/source/forms/handler/vcl_time_handler.hxx xmloff/source/forms/layerimport.cxx xmloff/source/forms/layerimport.hxx xmloff/source/forms/property_meta_data.hxx xmloff/source/style/PageHeaderFooterContext.cxx xmloff/source/style/PageMasterStyleMap.cxx xmloff/source/style/prstylei.cxx xmloff/source/style/xmlimppr.cxx xmloff/source/style/xmlnumfi.cxx xmloff/source/style/xmlstyle.cxx xmloff/source/table/tabledesignsimporter.cxx xmloff/source/text/XMLTextNumRuleInfo.cxx xmloff/source/text/XMLTextShapeStyleContext.cxx xmloff/source/text/txtstyle.cxx xmloff/source/transform/ChartOOoTContext.cxx xmloff/source/transform/EventOOoTContext.cxx xmloff/source/transform/TransformerBase.cxx xmloff/util/makefile.mk xmlscript/util/xcr.component
2011-03-12 02:42:58 +01:00
SolarMutexGuard aGuard;
SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow );
if ( pSysWindow && bMenuVisible && pSetMenuBar )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
pSysWindow->SetMenuBar(pSetMenuBar, m_xFrame);
pSetMenuBar->SetDisplayable( true );
return true;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
return false;
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
IMPL_LINK_NOARG(LayoutManager, MenuBarClose)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
uno::Reference< frame::XDispatchProvider > xProvider(m_xFrame, uno::UNO_QUERY);
uno::Reference< XComponentContext > xContext( m_xContext );
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( !xProvider.is())
return 0;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
uno::Reference< frame::XDispatchHelper > xDispatcher = frame::DispatchHelper::create( xContext );
xDispatcher->executeDispatch(
xProvider,
OUString(".uno:CloseWin"),
OUString("_self"),
0,
uno::Sequence< beans::PropertyValue >());
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return 0;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
IMPL_LINK_NOARG(LayoutManager, SettingsChanged)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return 1;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
// XLayoutManagerEventBroadcaster
void SAL_CALL LayoutManager::addLayoutManagerEventListener( const uno::Reference< frame::XLayoutManagerListener >& xListener )
throw (uno::RuntimeException, std::exception)
{
m_aListenerContainer.addInterface( cppu::UnoType<frame::XLayoutManagerListener>::get(), xListener );
}
void SAL_CALL LayoutManager::removeLayoutManagerEventListener( const uno::Reference< frame::XLayoutManagerListener >& xListener )
throw (uno::RuntimeException, std::exception)
{
m_aListenerContainer.removeInterface( cppu::UnoType<frame::XLayoutManagerListener>::get(), xListener );
}
void LayoutManager::implts_notifyListeners( short nEvent, uno::Any aInfoParam )
{
lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>(this) );
::cppu::OInterfaceContainerHelper* pContainer = m_aListenerContainer.getContainer( cppu::UnoType<frame::XLayoutManagerListener>::get());
if (pContainer!=NULL)
{
::cppu::OInterfaceIteratorHelper pIterator(*pContainer);
while (pIterator.hasMoreElements())
{
try
{
static_cast<frame::XLayoutManagerListener*>(pIterator.next())->layoutEvent( aSource, nEvent, aInfoParam );
}
2011-12-14 00:03:52 +09:00
catch( const uno::RuntimeException& )
{
pIterator.remove();
}
}
}
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// XWindowListener
void SAL_CALL LayoutManager::windowResized( const awt::WindowEvent& aEvent )
throw( uno::RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexGuard g;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Reference< XInterface > xIfac( xContainerWindow, UNO_QUERY );
if ( xIfac == aEvent.Source && m_bVisible )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
// We have to call our resize handler at least once synchronously, as some
// application modules need this. So we have to check if this is the first
// call after the async layout time expired.
m_bMustDoLayout = true;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( !m_aAsyncLayoutTimer.IsActive() )
{
const Link& aLink = m_aAsyncLayoutTimer.GetTimeoutHdl();
if ( aLink.IsSet() )
aLink.Call( &m_aAsyncLayoutTimer );
}
if ( m_nLockCount == 0 )
m_aAsyncLayoutTimer.Start();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
else if ( m_xFrame.is() && aEvent.Source == m_xFrame->getContainerWindow() )
{
// the container window of my DockingAreaAcceptor is not the same as of my frame
// I still have to resize my frames' window as nobody else will do it
Reference< awt::XWindow > xComponentWindow( m_xFrame->getComponentWindow() );
if( xComponentWindow.is() )
{
uno::Reference< awt::XDevice > xDevice( m_xFrame->getContainerWindow(), uno::UNO_QUERY );
// Convert relativ size to output size.
awt::Rectangle aRectangle = m_xFrame->getContainerWindow()->getPosSize();
awt::DeviceInfo aInfo = xDevice->getInfo();
awt::Size aSize( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset ,
aRectangle.Height - aInfo.TopInset - aInfo.BottomInset );
// Resize our component window.
xComponentWindow->setPosSize( 0, 0, aSize.Width, aSize.Height, awt::PosSize::POSSIZE );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
void SAL_CALL LayoutManager::windowMoved( const awt::WindowEvent& ) throw( uno::RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
}
void SAL_CALL LayoutManager::windowShown( const lang::EventObject& aEvent ) throw( uno::RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
bool bParentWindowVisible( m_bParentWindowVisible );
aReadLock.clear();
Reference< XInterface > xIfac( xContainerWindow, UNO_QUERY );
if ( xIfac == aEvent.Source )
{
SolarMutexClearableGuard aWriteLock;
m_bParentWindowVisible = true;
bool bSetVisible = ( m_bParentWindowVisible != bParentWindowVisible );
aWriteLock.clear();
if ( bSetVisible )
implts_updateUIElementsVisibleState( true );
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void SAL_CALL LayoutManager::windowHidden( const lang::EventObject& aEvent ) throw( uno::RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
bool bParentWindowVisible( m_bParentWindowVisible );
aReadLock.clear();
Reference< XInterface > xIfac( xContainerWindow, UNO_QUERY );
if ( xIfac == aEvent.Source )
{
SolarMutexClearableGuard aWriteLock;
m_bParentWindowVisible = false;
bool bSetInvisible = ( m_bParentWindowVisible != bParentWindowVisible );
aWriteLock.clear();
if ( bSetInvisible )
implts_updateUIElementsVisibleState( false );
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
IMPL_LINK_NOARG(LayoutManager, AsyncLayoutHdl)
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
SolarMutexClearableGuard aReadLock;
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
m_aAsyncLayoutTimer.Stop();
if( !m_xContainerWindow.is() )
return 0;
awt::Rectangle aDockingArea( m_aDockingArea );
::Size aStatusBarSize( implts_getStatusBarSize() );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
// Subtract status bar height
aDockingArea.Height -= aStatusBarSize.Height();
aReadLock.clear();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_setDockingAreaWindowSizes( aDockingArea );
implts_doLayout( true, false );
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
return 0;
}
// XFrameActionListener
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
void SAL_CALL LayoutManager::frameAction( const FrameActionEvent& aEvent )
throw ( RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
if (( aEvent.Action == FrameAction_COMPONENT_ATTACHED ) || ( aEvent.Action == FrameAction_COMPONENT_REATTACHED ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::frameAction (COMPONENT_ATTACHED|REATTACHED)" );
SolarMutexClearableGuard aWriteLock;
m_bComponentAttached = true;
m_bMustDoLayout = true;
aWriteLock.clear();
implts_reset( true );
implts_doLayout( true, false );
implts_doLayout( true, true );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if (( aEvent.Action == FrameAction_FRAME_UI_ACTIVATED ) || ( aEvent.Action == FrameAction_FRAME_UI_DEACTIVATING ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::frameAction (FRAME_UI_ACTIVATED|DEACTIVATING)" );
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
m_bActive = ( aEvent.Action == FrameAction_FRAME_UI_ACTIVATED );
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
implts_toggleFloatingUIElementsVisibility( aEvent.Action == FrameAction_FRAME_UI_ACTIVATED );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if ( aEvent.Action == FrameAction_COMPONENT_DETACHING )
{
SAL_INFO( "fwk", "framework (cd100003) ::LayoutManager::frameAction (COMPONENT_DETACHING)" );
SolarMutexClearableGuard aWriteLock;
m_bComponentAttached = false;
aWriteLock.clear();
implts_reset( false );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
void SAL_CALL LayoutManager::disposing( const lang::EventObject& rEvent )
throw( RuntimeException, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
bool bDisposeAndClear( false );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
SolarMutexClearableGuard aWriteLock;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( rEvent.Source == Reference< XInterface >( m_xFrame, UNO_QUERY ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
// Our frame gets disposed, release all our references that depends on a working frame reference.
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
Application::RemoveEventListener( LINK( this, LayoutManager, SettingsChanged ) );
setDockingAreaAcceptor( Reference< ui::XDockingAreaAcceptor >() );
// destroy all elements, it's possible that dettaching is NOT called!
implts_destroyElements();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
impl_clearUpMenuBar();
m_xMenuBar.clear();
if ( m_xInplaceMenuBar.is() )
{
m_pInplaceMenuBar = 0;
m_xInplaceMenuBar->dispose();
}
m_xInplaceMenuBar.clear();
m_xContainerWindow.clear();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
m_xContainerTopWindow.clear();
// forward disposing call to toolbar manager
if ( m_pToolbarManager != NULL )
m_pToolbarManager->disposing(rEvent);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
if ( m_xModuleCfgMgr.is() )
{
try
{
Reference< XUIConfiguration > xModuleCfgMgr( m_xModuleCfgMgr, UNO_QUERY );
xModuleCfgMgr->removeConfigurationListener(
Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
if ( m_xDocCfgMgr.is() )
{
try
{
Reference< XUIConfiguration > xDocCfgMgr( m_xDocCfgMgr, UNO_QUERY );
xDocCfgMgr->removeConfigurationListener(
Reference< XUIConfigurationListener >( static_cast< OWeakObject* >( this ), UNO_QUERY ));
}
2011-06-19 22:48:52 +01:00
catch (const Exception&)
{
}
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
m_xDocCfgMgr.clear();
m_xModuleCfgMgr.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
m_xFrame.clear();
delete m_pGlobalSettings;
m_pGlobalSettings = 0;
bDisposeAndClear = true;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if ( rEvent.Source == Reference< XInterface >( m_xContainerWindow, UNO_QUERY ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
// Our container window gets disposed. Remove all user interface elements.
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
if ( pToolbarManager )
{
uno::Reference< awt::XWindowPeer > aEmptyWindowPeer;
pToolbarManager->setParentWindow( aEmptyWindowPeer );
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
impl_clearUpMenuBar();
m_xMenuBar.clear();
if ( m_xInplaceMenuBar.is() )
{
m_pInplaceMenuBar = 0;
m_xInplaceMenuBar->dispose();
}
m_xInplaceMenuBar.clear();
m_xContainerWindow.clear();
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
m_xContainerTopWindow.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
else if ( rEvent.Source == Reference< XInterface >( m_xDocCfgMgr, UNO_QUERY ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
m_xDocCfgMgr.clear();
else if ( rEvent.Source == Reference< XInterface >( m_xModuleCfgMgr , UNO_QUERY ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
m_xModuleCfgMgr.clear();
aWriteLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
/* SAFE AREA ----------------------------------------------------------------------------------------------- */
// Send disposing to our listener when we have lost our frame.
if ( bDisposeAndClear )
{
// Send message to all listener and forget her references.
uno::Reference< frame::XLayoutManager > xThis( static_cast< ::cppu::OWeakObject* >(this), uno::UNO_QUERY );
lang::EventObject aEvent( xThis );
m_aListenerContainer.disposeAndClear( aEvent );
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void SAL_CALL LayoutManager::elementInserted( const ui::ConfigurationEvent& Event ) throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< XFrame > xFrame( m_xFrame );
Reference< ui::XUIConfigurationListener > xUICfgListener( m_xToolbarManager );
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xFrame.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
OUString aElementType;
OUString aElementName;
bool bRefreshLayout(false);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
parseResourceURL( Event.ResourceURL, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( xUICfgListener.is() )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
xUICfgListener->elementInserted( Event );
bRefreshLayout = pToolbarManager->isLayoutDirty();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
}
}
else if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_MENUBAR ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
Reference< XUIElement > xUIElement = implts_findElement( Event.ResourceURL );
Reference< XUIElementSettings > xElementSettings( xUIElement, UNO_QUERY );
if ( xElementSettings.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
OUString aConfigSourcePropName( "ConfigurationSource" );
uno::Reference< XPropertySet > xPropSet( xElementSettings, uno::UNO_QUERY );
if ( xPropSet.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
if ( Event.Source == uno::Reference< uno::XInterface >( m_xDocCfgMgr, uno::UNO_QUERY ))
xPropSet->setPropertyValue( aConfigSourcePropName, makeAny( m_xDocCfgMgr ));
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
xElementSettings->updateSettings();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
if ( bRefreshLayout )
doLayout();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
void SAL_CALL LayoutManager::elementRemoved( const ui::ConfigurationEvent& Event ) throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< frame::XFrame > xFrame( m_xFrame );
Reference< ui::XUIConfigurationListener > xToolbarManager( m_xToolbarManager );
Reference< awt::XWindow > xContainerWindow( m_xContainerWindow );
Reference< ui::XUIElement > xMenuBar( m_xMenuBar );
Reference< ui::XUIConfigurationManager > xModuleCfgMgr( m_xModuleCfgMgr );
Reference< ui::XUIConfigurationManager > xDocCfgMgr( m_xDocCfgMgr );
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xFrame.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
OUString aElementType;
OUString aElementName;
bool bRefreshLayout(false);
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
parseResourceURL( Event.ResourceURL, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
if ( xToolbarManager.is() )
{
xToolbarManager->elementRemoved( Event );
bRefreshLayout = pToolbarManager->isLayoutDirty();
}
}
else
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
Reference< XUIElement > xUIElement = implts_findElement( Event.ResourceURL );
Reference< XUIElementSettings > xElementSettings( xUIElement, UNO_QUERY );
if ( xElementSettings.is() )
{
bool bNoSettings( false );
OUString aConfigSourcePropName( "ConfigurationSource" );
Reference< XInterface > xElementCfgMgr;
Reference< XPropertySet > xPropSet( xElementSettings, UNO_QUERY );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xPropSet.is() )
xPropSet->getPropertyValue( aConfigSourcePropName ) >>= xElementCfgMgr;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( !xElementCfgMgr.is() )
return;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Check if the same UI configuration manager has changed => check further
if ( Event.Source == xElementCfgMgr )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
// Same UI configuration manager where our element has its settings
if ( Event.Source == Reference< XInterface >( xDocCfgMgr, UNO_QUERY ))
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
// document settings removed
if ( xModuleCfgMgr->hasSettings( Event.ResourceURL ))
{
xPropSet->setPropertyValue( aConfigSourcePropName, makeAny( m_xModuleCfgMgr ));
xElementSettings->updateSettings();
return;
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
bNoSettings = true;
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// No settings anymore, element must be destroyed
if ( xContainerWindow.is() && bNoSettings )
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
{
if ( aElementType.equalsIgnoreAsciiCase("menubar") &&
aElementName.equalsIgnoreAsciiCase("menubar") )
{
SystemWindow* pSysWindow = getTopSystemWindow( xContainerWindow );
if ( pSysWindow && !m_bInplaceMenuSet )
pSysWindow->SetMenuBar( 0 );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
Reference< XComponent > xComp( xMenuBar, UNO_QUERY );
if ( xComp.is() )
xComp->dispose();
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
SolarMutexGuard g;
m_xMenuBar.clear();
}
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
}
if ( bRefreshLayout )
doLayout();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
void SAL_CALL LayoutManager::elementReplaced( const ui::ConfigurationEvent& Event ) throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
SolarMutexClearableGuard aReadLock;
Reference< XFrame > xFrame( m_xFrame );
Reference< ui::XUIConfigurationListener > xToolbarManager( m_xToolbarManager );
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
aReadLock.clear();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xFrame.is() )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
OUString aElementType;
OUString aElementName;
bool bRefreshLayout(false);
INTEGRATION: CWS docking1 (1.2.4); FILE MERGED 2004/07/06 10:08:55 cd 1.2.4.58: RESYNC manually 2004/07/01 06:43:26 cd 1.2.4.57: #i25238# Force call requestDockingArea/setDockingArea on attach component to have an initial size for the component window. Otherwise the layout manager waits for the first created element to do a first setSize on the component window! 2004/06/28 19:26:42 cd 1.2.4.56: #i25238# Remove as listener in disposing not dtor 2004/06/28 05:48:16 cd 1.2.4.55: #i25238# Fixed crash with automatic UNO API test 2004/06/23 21:12:37 cd 1.2.4.54: #i25238# showElement must call implts_sortElement 2004/06/23 05:50:58 cd 1.2.4.53: #i25238# First resize must be processed synchronously to support impress 2004/06/21 13:33:24 cd 1.2.4.52: #i30169# Solved build problems with Solaris compiler 2004/06/20 19:56:37 cd 1.2.4.51: #i30169# Added files for image manager 2004/06/20 12:06:09 mba 1.2.4.50: #111899#: reenable inplace mode 2004/06/14 16:21:35 ssa 1.2.4.49: #i25121# improve focus handling 2004/06/14 13:51:01 ssa 1.2.4.48: #i25121# preserve facecolor 2004/06/10 16:35:59 cd 1.2.4.47: #i25240# Treat addon toolbars like custom toolbars 2004/06/09 07:20:06 cd 1.2.4.46: #i29988# Added code to create/show custom toolbars after notification from ui configuration manager 2004/06/05 16:50:45 cd 1.2.4.45: #i25237# Several fixes for docking/floating toolbars with no default pos 2004/06/04 15:44:21 ssa 1.2.4.44: #i25121# support for subtoolbars 2004/06/01 10:55:37 cd 1.2.4.43: #i10000# Fixed merge problems 2004/05/31 04:20:09 cd 1.2.4.42: RESYNC: (1.3-1.5); FILE MERGED 2004/05/28 10:27:16 cd 1.2.4.41: #i25238# Use and update nDiff to determine if we have to reduce toolbar width/height 2004/05/28 07:14:21 cd 1.2.4.40: #i25238# Use virtual row/column for docking 2004/05/27 16:24:31 cd 1.2.4.39: #i25238# Always add a new docking row/column 2004/05/27 13:15:31 cd 1.2.4.38: #i25238# New shrink algorithm for docked toolbars 2004/05/27 10:55:36 cd 1.2.4.37: #i24937# Fixed further problems with many docked toolbars at left/right docking area 2004/05/27 08:11:32 cd 1.2.4.36: #i24937# Fixed some problems with persistence of API opertations 2004/05/27 06:42:02 cd 1.2.4.35: #i25238# Fixed some problems with feature to find the next free docking position 2004/05/26 16:15:10 cd 1.2.4.34: #i25238# Fixed more resize problems with left/right docked toolbars 2004/05/26 15:26:55 cd 1.2.4.33: #i25238# Fixed some resize problems with left/right docked toolbars 2004/05/26 07:02:35 cd 1.2.4.32: #i25238# Fixed docking problem with right/bottom docking area 2004/05/25 15:24:00 cd 1.2.4.31: #i25238# Use mouse position to determine docking position of floating element 2004/05/25 12:44:07 cd 1.2.4.30: #i25238# Use output pixel pos of vertical docked toolbars 2004/05/25 11:19:04 cd 1.2.4.29: #i25238# Implementation of layout algorithm to dock more than one toolbar at one row/column 2004/05/05 12:24:26 ssa 1.2.4.28: #i25117# set toolbarwidth according to window width 2004/05/05 12:07:16 ssa 1.2.4.27: #i25117# check instance 2004/05/04 16:21:52 cd 1.2.4.26: #i25238# First implmentation of resizable docked toolbars 2004/05/04 16:19:40 ssa 1.2.4.25: #i25117# set proper alignment 2004/05/03 11:27:44 cd 1.2.4.24: #i25240# New custom toolbars concept 2004/04/30 08:39:21 cd 1.2.4.23: #i24937# Fixed crash and added toolbar to backing component 2004/04/30 06:32:25 cd 1.2.4.22: #i24937# Check reference before use 2004/04/27 11:05:41 cd 1.2.4.21: #i24939# Various fixes for docking problems 2004/04/26 09:15:29 cd 1.2.4.20: #100000# Fixed build problems with gcc and Solaris compiler 2004/04/26 08:28:22 cd 1.2.4.19: #i25238# Correct docking procedure 2004/04/25 05:29:05 cd 1.2.4.18: #i25238# Hide toolbars of sub-frames until we have a working OLE mechanism 2004/04/23 11:57:27 cd 1.2.4.17: #i25238# Changes to the UI options must be respected 2004/04/22 13:44:03 cd 1.2.4.16: #i25237# Floating toolbars should be cascaded when they have no default position 2004/04/21 14:18:54 cd 1.2.4.15: #i25238# Added support for XDockableWindowListener 2004/04/21 09:17:46 cd 1.2.4.14: #i25238# Some bug fixes and support for closed handler 2004/04/21 06:58:23 cd 1.2.4.13: #i25238# Additional work to support new docking concept 2004/04/08 06:26:05 cd 1.2.4.12: #i25238# Compare old/new docking position to support swapping between docked toolbars 2004/04/07 17:27:47 cd 1.2.4.11: #i25238# implts_calcPosSize calculates with container window coordinates - don't call OutputToScreenPixel 2004/04/07 14:55:51 cd 1.2.4.10: #i25238# Query and restore floating window pos/size 2004/04/07 09:43:48 cd 1.2.4.9: #i25238# Better docking according to toolbar specification 2004/04/06 16:49:55 ssa 1.2.4.8: #i24913# improve calculation of dockingrect 2004/04/06 07:31:11 cd 1.2.4.7: #i25238# First implementation to support docking with full toolbars 2004/04/06 06:33:14 cd 1.2.4.6: #i25238# First implementation to support docking with full toolbars 2004/04/05 16:18:29 ssa 1.2.4.5: #i24939# trackingrect in screen coordinates 2004/04/05 15:13:35 cd 1.2.4.4: #i24939# Better docking behavior 2004/04/05 08:07:48 cd 1.2.4.3: #i26252# Support docking within UNO based frame layout manager 2004/03/29 09:13:41 cd 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/08 06:41:05 cd 1.2.4.1: #i24937# Programmatic control of toolbar items
2004-07-06 17:02:33 +00:00
parseResourceURL( Event.ResourceURL, aElementType, aElementName );
if ( aElementType.equalsIgnoreAsciiCase( UIRESOURCETYPE_TOOLBAR ))
{
if ( xToolbarManager.is() )
{
xToolbarManager->elementReplaced( Event );
bRefreshLayout = pToolbarManager->isLayoutDirty();
}
}
else
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
Reference< XUIElement > xUIElement = implts_findElement( Event.ResourceURL );
Reference< XUIElementSettings > xElementSettings( xUIElement, UNO_QUERY );
if ( xElementSettings.is() )
{
OUString aConfigSourcePropName( "ConfigurationSource" );
Reference< XInterface > xElementCfgMgr;
Reference< XPropertySet > xPropSet( xElementSettings, UNO_QUERY );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( xPropSet.is() )
xPropSet->getPropertyValue( aConfigSourcePropName ) >>= xElementCfgMgr;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if ( !xElementCfgMgr.is() )
return;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
// Check if the same UI configuration manager has changed => update settings
if ( Event.Source == xElementCfgMgr )
xElementSettings->updateSettings();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
if ( bRefreshLayout )
doLayout();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
// OPropertySetHelper
sal_Bool SAL_CALL LayoutManager::convertFastPropertyValue( Any& aConvertedValue,
Any& aOldValue,
sal_Int32 nHandle,
const Any& aValue ) throw( lang::IllegalArgumentException )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
return LayoutManager_PBase::convertFastPropertyValue( aConvertedValue, aOldValue, nHandle, aValue );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
void SAL_CALL LayoutManager::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle,
const uno::Any& aValue ) throw( uno::Exception, std::exception )
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
if ( nHandle != LAYOUTMANAGER_PROPHANDLE_REFRESHVISIBILITY )
LayoutManager_PBase::setFastPropertyValue_NoBroadcast( nHandle, aValue );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
switch( nHandle )
{
case LAYOUTMANAGER_PROPHANDLE_MENUBARCLOSER:
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
implts_updateMenuBarClose();
break;
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
case LAYOUTMANAGER_PROPHANDLE_REFRESHVISIBILITY:
{
bool bValue(false);
if (( aValue >>= bValue ) && bValue )
{
SolarMutexClearableGuard aReadLock;
ToolbarLayoutManager* pToolbarManager = m_pToolbarManager;
bool bAutomaticToolbars( m_bAutomaticToolbars );
aReadLock.clear();
if ( pToolbarManager )
pToolbarManager->refreshToolbarsVisibility( bAutomaticToolbars );
}
break;
}
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
case LAYOUTMANAGER_PROPHANDLE_HIDECURRENTUI:
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
implts_setCurrentUIVisibility( !m_bHideCurrentUI );
break;
default: break;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
}
void SAL_CALL LayoutManager::getFastPropertyValue( uno::Any& aValue, sal_Int32 nHandle ) const
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
LayoutManager_PBase::getFastPropertyValue( aValue, nHandle );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-01 11:39:41 +01:00
namespace detail
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
2011-06-01 11:39:41 +01:00
class InfoHelperBuilder : private ::boost::noncopyable
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
2011-06-01 11:39:41 +01:00
private:
::cppu::OPropertyArrayHelper *m_pInfoHelper;
public:
InfoHelperBuilder(const LayoutManager &rManager)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
dba33a: summary migration from SVN 2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-11-27 12:39:32 +00:00
uno::Sequence< beans::Property > aProperties;
2011-06-01 11:39:41 +01:00
rManager.describeProperties(aProperties);
m_pInfoHelper = new ::cppu::OPropertyArrayHelper(aProperties, sal_True);
}
~InfoHelperBuilder()
{
delete m_pInfoHelper;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
2011-06-01 11:39:41 +01:00
::cppu::OPropertyArrayHelper& getHelper() { return *m_pInfoHelper; }
};
}
namespace
{
struct theInfoHelper :
public rtl::StaticWithArg< detail::InfoHelperBuilder, LayoutManager,
theInfoHelper >
{
};
}
::cppu::IPropertyArrayHelper& SAL_CALL LayoutManager::getInfoHelper()
{
return theInfoHelper::get(*this).getHelper();
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
}
uno::Reference< beans::XPropertySetInfo > SAL_CALL LayoutManager::getPropertySetInfo() throw (uno::RuntimeException, std::exception)
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
{
static uno::Reference< beans::XPropertySetInfo >* pInfo = NULL;
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if( pInfo == NULL )
{
osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
if( pInfo == NULL )
{
static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) );
INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED 2004/02/11 08:41:44 cd 1.1.2.23: #i25017# Prepare for multi-path within 'UIConfig' and catch exceptions 2004/02/03 07:45:09 cd 1.1.2.22: #111899# Layout manager must call docking acceptor within COMPONENT_ATTACHED to support layouting without activation 2004/02/02 07:32:01 cd 1.1.2.21: #111899# Fixed problem with menu within help 2004/01/30 17:23:58 cd 1.1.2.20: #111899# Support closer for backing mode 2004/01/28 16:25:50 cd 1.1.2.19: #111899# Adapt code for new index container implementation 2004/01/26 09:12:22 as 1.1.2.18: #i19488# use long names instead of short names 2004/01/21 18:11:05 cd 1.1.2.17: #111899# Listeners for layout manager 2004/01/19 13:29:20 cd 1.1.2.16: #111899# Made changes for new service implementations 2003/12/16 10:37:49 cd 1.1.2.15: #111899# Check menubar pointer before use 2003/11/19 12:19:29 cd 1.1.2.14: #111899# Don't layout invisible toolbars 2003/11/07 15:25:12 cd 1.1.2.13: #111899# Remove docking childs when acceptor callback changes 2003/11/07 08:00:34 cd 1.1.2.12: #111899# Support static docking for toolbars 2003/11/06 10:44:40 cd 1.1.2.11: #111899# Adapt code to support toolbar space on normal and OLE inplace frames 2003/11/05 12:42:25 cd 1.1.2.10: #111899# Container window must be provided to layout manager 2003/10/31 16:38:04 cd 1.1.2.9: #111899# Fixed some problems with OLE inplace editing 2003/10/29 14:34:12 cd 1.1.2.8: #111899# Fixed solar mutex not locked problem 2003/10/28 08:27:22 cd 1.1.2.7: #111899# Some changes for user interface configuration API 2003/10/13 11:56:23 cd 1.1.2.6: #111899# Creation of layout manager moved to frame ctor to support standalone frames 2003/10/13 08:44:10 cd 1.1.2.5: #111899# Reset menubar in top-level window if frame gets disposed 2003/10/08 14:03:57 cd 1.1.2.4: #111899# Support to retrieve menubar with getElement 2003/10/01 14:56:30 cd 1.1.2.3: #111899# Additional changes to support popup menu controller and inplace menus 2003/09/12 08:55:23 cd 1.1.2.2: #111899# Extended functions for frame layout manager 2003/08/20 15:56:13 cd 1.1.2.1: 111899# Framework based user interface
2004-02-25 16:47:59 +00:00
pInfo = &xInfo;
}
}
return (*pInfo);
}
} // namespace framework
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
com_sun_star_comp_framework_LayoutManager_get_implementation(
css::uno::XComponentContext *context,
css::uno::Sequence<css::uno::Any> const &)
{
return cppu::acquire(new framework::LayoutManager(context));
}
2011-03-12 18:57:32 -06:00
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */