summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 13:16:27 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 13:16:27 +0000
commit0b48cdc179bf18c9e1c355768f0fc507ae7c4d1c (patch)
tree0d27a8360081d92b794fb79ef2dac7dcf2fda6b3 /sd/source/ui/inc/ViewShell.hxx
parentd290ef827ffa9229a5a3c761aca37baa8c76c101 (diff)
INTEGRATION: CWS impress27 (1.11.28); FILE MERGED
2004/12/14 15:54:00 af 1.11.28.1: #i38391# Removed support for the preview window.
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx19
1 files changed, 8 insertions, 11 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 55c4749778b6..5ccee817ddcb 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShell.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:15:14 $
+ * last change: $Author: rt $ $Date: 2005-01-27 14:16:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,7 +163,6 @@ public:
ST_OUTLINE,
ST_SLIDE, // Old slide view shell
ST_SLIDE_SORTER, // New Slide sorter.
- ST_PREVIEW,
ST_PRESENTATION,
ST_TASK_PANE
};
@@ -280,7 +279,11 @@ public:
const Point& rWinPos, BOOL bUpdate = FALSE);
void InvalidateWindows();
void UpdateWindows();
- virtual void UpdatePreview( SdPage* pPage, BOOL bInit = FALSE );
+ /** This method is still used by the OutlineViewShell to update the
+ model according to the content of the outline view. This in turn
+ updates the previews in the slide sorter.
+ */
+ virtual void UpdatePreview (SdPage* pPage, BOOL bInit = FALSE);
ObjectBarManager& GetObjectBarManager (void) const;
@@ -372,11 +375,6 @@ public:
::com::sun::star::accessibility::XAccessible>
CreateAccessibleDocumentView (::sd::Window* pWindow);
- /** makes the SdPreviewChildWindow visible or invisible
- @param bVisible if set to true, the preview is shown, if set to false, the preview is hidden
- */
- void SetPreview( bool bVisible );
-
void SetWinViewPos(const Point& rWinPos, bool bUpdate);
Point GetWinViewPos() const;
Point GetViewOrigin() const;
@@ -478,8 +476,7 @@ public:
<p>When this method is not called before a view shell is taken from
a stack then the Deactivate() call from the SFX as a response to
RemoveSubShell() comes to late when the view shell is not on the
- stack anymore. The closing of a preview window, with its
- FuSlideShow instance calls the wrong bindings and crashes.</p>
+ stack anymore.</p>
*/
virtual void Shutdown (void);