summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 10:38:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 10:38:33 +0000
commitabd2e1d28c72d8e4c8a5bbf8dfa70c92808058b6 (patch)
tree5014391c4300ef94f6b0eeef4b21972ca46178d1 /automation/source
parent4a90763a24c4d9aa66b48816b2e7dd4ff7b73c7c (diff)
INTEGRATION: CWS gh6 (1.3.70); FILE MERGED
2004/05/03 14:52:52 gh 1.3.70.3: #i26121# add maximize,minimize and restore to WorkWindow for testtool 2004/04/29 13:39:40 gh 1.3.70.2: #106857# remove CTTreeListBox 2004/03/05 09:45:14 gh 1.3.70.1: #106714# make ValueSet accessible for testtool
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/inc/rcontrol.hxx21
1 files changed, 15 insertions, 6 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx
index f4101c4df852..0f039785dce6 100644
--- a/automation/source/inc/rcontrol.hxx
+++ b/automation/source/inc/rcontrol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rcontrol.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-18 16:03:46 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:38:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -257,6 +257,8 @@
#define M_OpenMenu 84 // MenuButtons and Menus in ToolBoxes
+#define M_Restore 85 // Window Control together with M_Maximize and M_Minimize
+
#define M_DisplayPercent 200 // Zum Anzeigen der Prozente des Windows
#define M_LAST_NO_RETURN 200
@@ -316,11 +318,17 @@
#define M_IsScrollBarEnabled ( M_WITH_RETURN | 39 )
// Diese befehle werden nur intern im Controller verwendet. Sie tauchen nicht im Testtool auf!
-#define _M_IsEnabled ( M_WITH_RETURN | 50 )
+#define _M_IsEnabled ( M_WITH_RETURN | 50 )
+
+
+#define M_GetFixedTextCount ( M_WITH_RETURN | 51 )
+#define M_GetFixedText ( M_WITH_RETURN | 52 )
+
+
+#define M_IsMin ( M_WITH_RETURN | 53 )
+#define M_IsRestore ( M_WITH_RETURN | 54 )
-#define M_GetFixedTextCount ( M_WITH_RETURN | 51 )
-#define M_GetFixedText ( M_WITH_RETURN | 52 )
//#define M_SOFFICE 0x0800 // Command valid for Star/Open Office
//#define M_MOZILLA 0x1000 // Command valid for Mozilla
@@ -457,8 +465,9 @@
// Verschiedene Typen von Controls für den Befehl SetControlType
// !!!!!!!!!!! Müssen alle bei SetControlType eingetragen werden !!!!!!!!!!!!
#define CONST_CTBrowseBox 100
-#define CONST_CTTreeListBox 101
+//#define CONST_CTTreeListBox 101
#define CONST_CTProgressBar 102 // Eigentlich ein Window, aber der Einheitlichen Namensgebung wegen
+#define CONST_CTValueSet 103
// Konstanten für das ALignment des gesuchten Splitters
#define CONST_ALIGN_LEFT 120