2004/07/13 12:05:24 af 1.26.26.34: RESYNC: (1.27-1.29); FILE MERGED
2004/07/10 14:56:37 af 1.26.26.33: #i22705# In Activate() checking for missing SfxDispatcher. Preparation for fixing InnerResizerPixel problems.
2004/07/09 07:13:30 af 1.26.26.32: #i22705# Added initialisation of mpImpl member.
2004/07/07 16:46:18 af 1.26.26.31: #i22705# New view shell shows its content window.
2004/06/30 12:06:50 af 1.26.26.30: #i22705# Included mpLayerTabBar into arrangement of GUI elements.
2004/06/29 07:11:20 af 1.26.26.29: #i22705# Return value of PrepareClose() now initialized with correct value.
2004/06/22 11:59:02 af 1.26.26.28: #i22705# Moved creation of controller to GetController() method.
2004/06/18 00:22:55 af 1.26.26.27: RESYNC: (1.26-1.27); FILE MERGED
2004/06/15 15:20:30 af 1.26.26.26: #i22705# Renamed member bHasRuler to mbHasRulers. Factored out creation of rulers to SetupRulers() method.
2004/06/12 12:33:35 af 1.26.26.25: #i22705# Replaced OuterResizePixel(), InnerResizePixel(), AdjustPosSizePixel() by GetBorder() and Resize().
2004/06/11 07:18:13 af 1.26.26.24: #i22705# Using GetActiveWindow() instead of pWindow or GetWindow().
2004/06/09 17:26:38 af 1.26.26.23: #i22705# Setting the window of the SfxShell to NULL is done by the PaneManager.
2004/06/09 15:05:25 af 1.26.26.22: #i22705# Set the active window and thus the window of the SfxViewShell to NULL in the destructor.
2004/06/09 14:58:01 af 1.26.26.21: #i22705# Moved inline implementation of some methods from header to this file.
2004/06/06 15:00:37 af 1.26.26.20: #i22705# Fixed placing of scroll bars.
2004/06/06 13:01:52 af 1.26.26.19: #i22705# Cleanup of member initialization. Fixed using the ScrollBarBox member.
2004/06/05 15:03:35 af 1.26.26.18: #i22705# Moved the re-setting of the window from the ViewShell classes to the VieShellBase class.
2004/06/04 07:16:41 af 1.26.26.17: #i22705# Rulers are off by default. Content window is transparent by default. Added guards against missing view. Fixed layout of controls.
2004/05/23 14:15:01 af 1.26.26.16: #i22705# Fixed resync error.
2004/05/19 14:17:51 af 1.26.26.15: #i22705# Commented out code that is no longer necessary. Remove it in the future.
2004/05/05 13:40:29 af 1.26.26.14: #i22705# (last commit was an accident) Moved the ViewTabBar to ViewShellBase.cxx. Reorganized the ArrangeGUIElements().
2004/05/05 11:04:09 af 1.26.26.13: #i22705#lidesorter\controller\SlideSorterController.cxx
2004/04/27 12:53:16 af 1.26.26.12: #i22705# Cleaned up ArrangeGUIElements().
2004/04/23 12:42:16 af 1.26.26.11: #i22705# Vertical scroll bar now starts below tab bar.
2004/04/22 15:22:43 af 1.26.26.10: #i22705# Transition from layer tab bar to layer dialog.
2004/04/22 07:40:21 af 1.26.26.9: #i22705# Removed buttons that switch between views.
2004/04/21 15:24:18 af 1.26.26.8: #i22705# Added support for ViewTabBar.
2004/04/15 12:11:49 af 1.26.26.7: #i22705# Splitter removed: Replaced pointer arrays by single auto_ptr.
2004/04/15 08:24:45 af 1.26.26.6: #i22705# Removed splitters.
2004/03/05 12:26:15 af 1.26.26.5: #i22705# Added new Set... method.
2004/03/03 17:33:59 af 1.26.26.4: #i22705# Added missing Connect() and Disconnect() calls to the docshell.
2004/03/02 13:23:23 af 1.26.26.3: #i22705# Reordered initialization of ObjectBarManager.
2004/03/02 10:37:36 af 1.26.26.2: #i22705# Fixes for the use of PrintManager.
2004/02/25 10:29:55 af 1.26.26.1: #i22705# Added argument to constructor. Adaption to modified shell handling.
2004/05/18 12:26:06 af 1.26.98.3: #i29267# Made functions be callable by ViewShellBase without looping.
2004/05/17 15:13:49 af 1.26.98.2: #116371# Member mpController correctly initialized.
2004/05/17 09:25:02 af 1.26.98.1: #116371# SubController is Controller again.
2003/11/27 15:04:33 af 1.22.70.8: RESYNC: (1.22-1.23); FILE MERGED
2003/11/17 13:06:49 af 1.22.70.7: #111996# Guard ImplGetUndoManager against missing object bar.
2003/11/10 16:03:24 af 1.22.70.6: #111996# Adapted ImpGetUndoManager() method to new shell architecture.
2003/10/23 13:52:45 af 1.22.70.5: #111996# Moved higher level printing to PrintManager class.
2003/09/29 13:26:08 af 1.22.70.4: #111996# Removed commented code line.
2003/09/29 12:10:02 af 1.22.70.3: #111996# Added using statements for frequently used namespaces.
2003/09/24 16:15:25 af 1.22.70.2: #111996# Support of new member meShellType. Using shell type from ViewShell. Modified architecture of controllers. Taking care of size calculation in in-place mode.
2003/09/17 08:12:29 af 1.22.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd. Adapted ArrangeGUIElements() to sub-shells.