From 07238eace5fa5d49367522c539cf21845e129140 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 3 Jun 2004 06:44:38 +0000 Subject: INTEGRATION: CWS impress13ea (1.2.20); FILE MERGED 2004/06/02 14:57:37 af 1.2.20.1: #i29496# Remembering the stack position of the form shell. --- sd/source/ui/inc/FormShellManager.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/inc/FormShellManager.hxx') diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx index 69bcfb6c3f12..196b27c097ca 100644 --- a/sd/source/ui/inc/FormShellManager.hxx +++ b/sd/source/ui/inc/FormShellManager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FormShellManager.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-05-07 15:53:11 $ + * last change: $Author: rt $ $Date: 2004-06-03 07:44:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,13 @@ public: private: const ViewShellBase& mrBase; + enum StackPosition {SP_BELOW_VIEW_SHELL, SP_ABOVE_VIEW_SHELL, SP_UNKNOWN}; + /** Remember whether the form shell is currently at the top of the shell + stack or below the view shell. Until one of the event handlers is + called the stack position is unknown. + */ + StackPosition meStackPosition; + /** This call back is called by the application window (among others) when the window gets the focus. In this case the form shell is moved to the bottom of the shell stack. -- cgit