summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:40:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 10:40:26 +0000
commit7182528ba1c3ad291c0abc473f34cd6a0b70e700 (patch)
tree77218a9784152216af262bb3471e06540b12a2d1
parente21f7c717c509cfdbaf656ff40a7c371729dec9a (diff)
INTEGRATION: CWS gh6 (1.5.20); FILE MERGED
2004/05/24 11:51:33 gh 1.5.20.2: #i29440# 2004/05/07 14:27:22 gh 1.5.20.1: #110980#GetDocumentCount is now 0(zero) if only backing Window is there
-rw-r--r--automation/source/server/statemnt.hxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx
index 1e57718d5065..9d231e710031 100644
--- a/automation/source/server/statemnt.hxx
+++ b/automation/source/server/statemnt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statemnt.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 18:18:14 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:40:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -204,7 +204,7 @@ protected:
static USHORT nMaxTypeKeysDelay;
static BOOL bDoTypeKeysDelay;
- static Window* pFirstDocWin;
+ static Window* pFirstDocFrame;
public:
static BOOL IsInReschedule() { return bIsInReschedule; }
@@ -313,12 +313,14 @@ public:
BOOL CheckWindowWait(); //True heisst, dass Window noch existiert
//False -> Window weg;
- static void SetFirstDocWin( Window* pWin );
- static Window* GetFirstDocWin();
- static BOOL IsFirstDocWin( Window* pWin );
+ static void SetFirstDocFrame( Window* pWin );
+ static Window* GetFirstDocFrame();
+ static BOOL IsFirstDocFrame( Window* pWin );
static BOOL IsDocWin( Window* pWin );
static BOOL IsIMEWin( Window* pWin ); // Input Window for CJK under Solaris
-
+ static BOOL IsDocFrame( Window* pWin );
+ static MenuBar* GetDocFrameMenuBar( Window* pWin );
+ static USHORT GetDocFrameCount();
#if OSL_DEBUG_LEVEL > 1
static EditWindow *m_pDbgWin;