1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 /*************************************************************************
31 * This file is intended to work inside and outside the StarOffice environment.
32 * Only adaption of file commtypes.hxx should be necessary. Else it is a bug!
34 ************************************************************************/
40 #define UID_ACTIVE "UID_ACTIVE"
43 #define SI_IPCCommandBlock 1
44 #define SI_SocketCommandBlock SI_IPCCommandBlock // Zumindest erstmal
45 #define SI_DirectCommandBlock 2
46 #define SIControl 3 // remove after numeric HelpIDs are completely removed and no legacy testtool is used anymore
51 #define SIStringControl 8
53 #define SIReturnBlock 11
55 #define SIReturnError 13
57 // Typisierung im Stream
62 #define BinSbxValue 15
66 // !!!Diese Defines duerfen niemals geaendert werden!!!
68 // Maximale 32 einfache Controls
69 #define C_TabControl 0
70 #define C_RadioButton 1
72 #define C_TriStateBox 3
74 #define C_MultiLineEdit 5
75 #define C_MultiListBox 6
78 #define C_PushButton 9
80 #define C_SpinField 10
81 #define C_PatternField 11
82 #define C_NumericField 12
83 #define C_MetricField 13
84 #define C_CurrencyField 14
85 #define C_DateField 15
86 #define C_TimeField 16
88 #define C_ImageRadioButton 17
89 #define C_NumericBox 18
90 #define C_MetricBox 19
91 #define C_CurrencyBox 20
95 #define C_ImageButton 23
96 #define C_MenuButton 24
97 #define C_MoreButton 25
99 // Maximale 7 Container
101 #define C_ModalDlg 33
102 #define C_FloatWin 34
103 #define C_ModelessDlg 35
105 #define C_DockingWin 37
107 // Diese Defines koennen geaendert werden
110 #define C_WarningBox 42
111 #define C_ErrorBox 43
112 #define C_QueryBox 44
115 #define C_SingleTabDlg 46
120 #define C_PatternBox 60
122 #define C_ValueSet 62
124 #define C_TreeListBox 64 // Hurray the TreeListBox finally got its own Window Type
126 #define C_OkButton 65
127 #define C_CancelButton 66
128 #define C_ButtonDialog 67
135 #define M_WITH_RETURN 0x0200 // Die Variable wird zum Aufnehmen des Wertes gespeichert
136 #define M_KEY_STRING 0x0400 // Key Befehle werden umgewandelt i.e. "<return><up>"
137 #define M_SOFFICE 0x0800 // Command valid for Star/Open Office
138 #define M_MOZILLA 0x1000 // Command valid for Mozilla
140 #define M_RET_NUM_CONTROL 0x2000 // decode ULong as Control (For Tabpages, Toolboxes, ... )
144 #define M_SetNoSelection 22
152 #define M_TriState 30
156 #define M_Close 33 // Push Buttons on Dialog (Auch More Button)
160 #define M_Default 37 // Push defaultbutton on Dialog
170 #define M_Minimize 45
171 #define M_Maximize 46
177 #define M_TypeKeys ( M_KEY_STRING | 50 )
178 #define M_MouseDown 51
180 #define M_MouseMove 53
181 #define M_MouseDoubleClick 54
182 #define M_SnapShot 55
183 #define M_SetNextToolBox 56
184 #define M_OpenContextMenu 57
185 #define M_MultiSelect 58
189 #define M_SetCurFilter 61
192 #define M_SetPrinter 70
193 #define M_CheckRange 71
194 #define M_SetRangeText 72
195 #define M_SetFirstPage 73
196 #define M_SetLastPage 74
197 #define M_CheckCollate 75
198 #define M_SetPageId 76
199 #define M_SetPageNr 77
201 #define M_AnimateMouse 78
208 #define M_UseMenu 83 // Use the menu of the next possible parent of given Window
210 #define M_OpenMenu 84 // MenuButtons and Menus in ToolBoxes
212 #define M_Restore 85 // Window Control together with M_Maximize and M_Minimize
214 #define M_DisplayPercent 200 // Zum Anzeigen der Prozente des Windows
216 #define M_LAST_NO_RETURN 200
218 #if ( M_LAST_NO_RETURN >= M_WITH_RETURN )
219 #error "Bereich überschritten"
222 #define M_Exists ( M_WITH_RETURN | 1 )
223 #define M_NotExists ( M_WITH_RETURN | 2 )
224 #define M_IsEnabled ( M_WITH_RETURN | 3 )
225 #define M_IsVisible ( M_WITH_RETURN | 4 )
226 #define M_IsWritable ( M_WITH_RETURN | 5 )
228 #define M_GetPage ( M_WITH_RETURN | 6 )
229 #define M_IsChecked ( M_WITH_RETURN | 7 )
230 #define M_IsTristate ( M_WITH_RETURN | 8 )
231 #define M_GetState ( M_WITH_RETURN | 9 )
232 #define M_GetText ( M_WITH_RETURN | 10 )
233 #define M_GetSelCount ( M_WITH_RETURN | 11 )
234 #define M_GetSelIndex ( M_WITH_RETURN | 12 )
235 #define M_GetSelText ( M_WITH_RETURN | 13 )
236 #define M_GetItemCount ( M_WITH_RETURN | 14 )
237 #define M_GetItemText ( M_WITH_RETURN | 15 )
238 #define M_IsOpen ( M_WITH_RETURN | 16 )
239 #define M_Caption ( M_WITH_RETURN | 17 )
240 #define M_IsMax ( M_WITH_RETURN | 18 )
241 #define M_IsDocked ( M_WITH_RETURN | 19 )
242 #define M_GetRT ( M_WITH_RETURN | 20 )
243 #define M_GetPageId ( M_WITH_RETURN | 21 )
244 #define M_GetPageCount ( M_WITH_RETURN | 22 )
245 #define M_GetPosX ( M_WITH_RETURN | 23 )
246 #define M_GetPosY ( M_WITH_RETURN | 24 )
247 #define M_GetSizeX ( M_WITH_RETURN | 25 )
248 #define M_GetSizeY ( M_WITH_RETURN | 26 )
249 #define M_GetNextToolBox ( M_WITH_RETURN | 27 )
250 #define M_GetButtonCount ( M_WITH_RETURN | 28 )
251 #define M_GetButtonId ( M_WITH_RETURN | 29 )
253 #define M_IsFadeIn ( M_WITH_RETURN | 30 )
254 #define M_IsPin ( M_WITH_RETURN | 31 )
257 #define M_StatusGetText ( M_WITH_RETURN | 32 )
258 #define M_StatusIsProgress ( M_WITH_RETURN | 33 )
259 #define M_StatusGetItemCount ( M_WITH_RETURN | 34 )
260 #define M_StatusGetItemId ( M_WITH_RETURN | 35 )
263 #define M_GetMouseStyle ( M_WITH_RETURN | 36 )
265 // support for Messagebox with checkbox
266 #define M_GetCheckBoxText ( M_WITH_RETURN | 37 )
269 #define M_HasScrollBar ( M_WITH_RETURN | 38 )
270 #define M_IsScrollBarEnabled ( M_WITH_RETURN | 39 )
272 // Dieser befehl wird nur intern im Controller (sts library) verwendet. Sie tauchen nicht im Testtool auf!
273 #define _M_IsEnabled ( M_WITH_RETURN | 50 )
276 #define M_GetFixedTextCount ( M_WITH_RETURN | 51 )
277 #define M_GetFixedText ( M_WITH_RETURN | 52 )
280 #define M_IsMin ( M_WITH_RETURN | 53 )
281 #define M_IsRestore ( M_WITH_RETURN | 54 )
283 #define M_GetItemType ( M_WITH_RETURN | 55 )
285 // Commands for (Edit)BrowseBox
286 #define M_GetColumnCount ( M_WITH_RETURN | 56 )
287 #define M_GetRowCount ( M_WITH_RETURN | 57 )
288 #define M_IsEditing ( M_WITH_RETURN | 58 )
290 #define M_IsItemEnabled ( M_WITH_RETURN | 59 )
292 //#define M_SOFFICE 0x0800 // Command valid for Star/Open Office
293 //#define M_MOZILLA 0x1000 // Command valid for Mozilla
297 #define RC_AppAbort ( M_SOFFICE | M_MOZILLA | 1 )
298 #define RC_SetClipboard ( M_SOFFICE | M_MOZILLA | 2 )
299 #define RC_NoDebug ( M_SOFFICE | M_MOZILLA | 3 )
300 #define RC_Debug ( M_SOFFICE | M_MOZILLA | 4 )
301 #define RC_GPF ( M_SOFFICE | M_MOZILLA | 5 )
302 #define RC_DisplayHid ( M_SOFFICE | M_MOZILLA | 6 )
303 #define RC_AppDelay ( M_SOFFICE | M_MOZILLA | 7 )
304 #define RC_UseBindings ( M_SOFFICE | 8 )
305 #define RC_Profile ( M_SOFFICE | M_MOZILLA | 9 )
307 #define RC_MenuSelect ( M_SOFFICE | M_MOZILLA | 10 )
308 #define RC_SetControlType ( M_SOFFICE | 11 ) // deprecated since RTTI
310 #define RC_Kill ( M_SOFFICE | 12 )
311 #define RC_RmDir ( M_SOFFICE | 13 )
312 #define RC_MkDir ( M_SOFFICE | 14 )
313 #define RC_FileCopy ( M_SOFFICE | 15 )
314 #define RC_Name ( M_SOFFICE | 16 )
316 #define RC_CaptureAssertions (M_SOFFICE | M_MOZILLA | 17 )
317 #define RC_Assert ( M_SOFFICE | M_MOZILLA | 18 )
319 #define RC_MenuOpen ( M_SOFFICE | M_MOZILLA | 19 )
321 #define RC_TypeKeysDelay ( M_SOFFICE | M_MOZILLA | 20 )
323 #define RC_ShowBar ( M_MOZILLA | 21 )
325 #define RC_LoadURL ( M_MOZILLA | 22 )
327 #define RC_CloseSysDialog ( M_SOFFICE | 23 )
329 #define RC_SAXRelease ( M_SOFFICE | 24 )
331 #define RC_RecordMacro ( M_SOFFICE | 25 )
333 #define RC_ActivateDocument ( M_SOFFICE | 26 )
335 #define RC_CatchGPF ( M_SOFFICE | 27 )
337 #define _RC_LAST_NO_RETURN 27
339 #if ( _RC_LAST_NO_RETURN >= M_WITH_RETURN )
340 #error "Bereich überschritten"
343 // Befehle mit Returnwert
344 #define RC_GetClipboard ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 1 )
345 #define RC_WinTree ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 2 )
346 #define RC_ResetApplication ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 3 )
347 #define RC_GetNextCloseWindow ( M_SOFFICE | M_WITH_RETURN | 4 )
348 #define RC_ApplicationBusy ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 5 )
350 #define RC_MenuGetItemCount ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 6 )
351 #define RC_MenuGetItemId ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 7 )
352 #define RC_MenuGetItemPos ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 8 )
353 #define RC_MenuIsSeperator ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 9 )
354 #define RC_MenuIsItemChecked ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 10 )
355 #define RC_MenuIsItemEnabled ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 11 )
356 #define RC_MenuGetItemText ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 12 )
358 #define RC_Dir ( M_SOFFICE | M_WITH_RETURN | 18 )
359 #define RC_FileLen ( M_SOFFICE | M_WITH_RETURN | 19 )
360 #define RC_FileDateTime ( M_SOFFICE | M_WITH_RETURN | 20 )
362 #define RC_Translate ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 21 )
363 #define RC_GetMouseStyle ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 22 )
364 #define RC_UnpackStorage ( M_SOFFICE | M_WITH_RETURN | 23 )
366 #define RC_IsBarVisible ( M_MOZILLA | M_WITH_RETURN | 24 )
368 #define RC_MenuGetItemCommand ( M_SOFFICE | M_MOZILLA | M_WITH_RETURN | 25 )
370 #define RC_ExistsSysDialog ( M_SOFFICE | M_WITH_RETURN | 26 )
372 #define RC_SAXCheckWellformed ( M_SOFFICE | M_WITH_RETURN | 27 )
373 #define RC_SAXReadFile ( M_SOFFICE | M_WITH_RETURN | 28 )
375 #define RC_SAXGetNodeType ( M_SOFFICE | M_WITH_RETURN | 29 )
376 #define RC_SAXGetElementName ( M_SOFFICE | M_WITH_RETURN | 30 )
377 #define RC_SAXGetChars ( M_SOFFICE | M_WITH_RETURN | 31 )
378 #define RC_SAXGetChildCount ( M_SOFFICE | M_WITH_RETURN | 32 )
379 #define RC_SAXGetAttributeCount ( M_SOFFICE | M_WITH_RETURN | 33 )
380 #define RC_SAXGetAttributeName ( M_SOFFICE | M_WITH_RETURN | 34 )
381 #define RC_SAXGetAttributeValue ( M_SOFFICE | M_WITH_RETURN | 35 )
382 #define RC_SAXSeekElement ( M_SOFFICE | M_WITH_RETURN | 36 )
383 #define RC_SAXHasElement ( M_SOFFICE | M_WITH_RETURN | 37 )
384 #define RC_SAXGetElementPath ( M_SOFFICE | M_WITH_RETURN | 38 )
386 #define RC_GetDocumentCount ( M_SOFFICE | M_WITH_RETURN | 39 )
388 #define RC_GetSystemLanguage ( M_SOFFICE | M_WITH_RETURN | 40 )
390 #define RC_IsProduct ( M_SOFFICE | M_WITH_RETURN | 41 )
392 #define RC_MenuHasSubMenu ( M_SOFFICE | M_WITH_RETURN | 42 )
394 #define RC_UsePostEvents ( M_SOFFICE | M_WITH_RETURN | 43 )
396 #define RC_WaitSlot ( M_SOFFICE | M_WITH_RETURN | 44 )
399 #define F_EndCommandBlock 101 // Initiiert Rückmeldung des Status
400 #define F_Sequence 102 // Übergibt Sequence Nummer (1. in jedem Stream)
403 #define RET_Sequence 132 // Übergibt Sequence Nummer (1. in jedem Stream)
404 #define RET_Value 133 // Übergibt Return-wert
405 #define RET_WinInfo 134 // Information über aktuelles Fenster/Control
406 #define RET_ProfileInfo 135 // Profile Information
407 #define RET_DirectLoging 136 // Direktes Übertragen von Informationen in das Log
408 #define RET_MacroRecorder 137 // MakroRecorder Befehl übertragen
412 // Subcodes die in nUId geliefert werden
414 #define S_ProfileReset 201 // nNr1 = Anzahl Borders
415 // Achtung!! Diese Defines müssen aufeinanderfolgende Nummern haben!!
416 #define S_ProfileBorder1 202 // nNr1 = Border1 in ms
417 #define S_ProfileBorder2 203 // nNr1 = Border2 in ms
418 #define S_ProfileBorder3 204 // nNr1 = Border3 in ms
419 #define S_ProfileBorder4 205 // nNr1 = Border4 in ms
421 #define S_ProfileTime 210 // nNr1 = remote Zeit des Befehls
422 #define S_ProfileDump 211 // Gibt die daten aus.
424 // für F_DirectLoging
425 #define S_AssertError 220
426 #define S_AssertWarning 221
427 #define S_AssertTrace 222
428 #define S_QAError 223
432 // Constants which are available in VCLTestTool scripts
434 // Different types of controls recognized via RTTI
435 #define CONST_CTBrowseBox 100
436 #define CONST_CTValueSet 103
437 #define CONST_CTORoadmap 104
438 #define CONST_CTIExtensionListBox 105
439 #define CONST_CTTableControl 106
440 #define CONST_CTUnknown 199
442 // Konstanten für das ALignment des gesuchten Splitters
443 #define CONST_ALIGN_LEFT 120
444 #define CONST_ALIGN_TOP 121
445 #define CONST_ALIGN_RIGHT 122
446 #define CONST_ALIGN_BOTTOM 123
448 /// What dialog to use in RC_CloseSysDialog or RC_ExistsSysDialog
449 #define CONST_FilePicker 301
450 #define CONST_FolderPicker 302
452 /// NodeTypes of the SAX Parser
453 #define CONST_NodeTypeCharacter 555
454 #define CONST_NodeTypeElement 556
455 #define CONST_NodeTypeComment 557
457 /// ItemTypes for TreeListBox and maybe others
458 #define CONST_ItemTypeText 602
459 #define CONST_ItemTypeBMP 601
460 #define CONST_ItemTypeCheckbox 600
461 #define CONST_ItemTypeContextBMP 603
462 #define CONST_ItemTypeUnknown 604
464 /// Return values for WaitSlot
465 #define CONST_WSTimeout 701
466 #define CONST_WSAborted 702
467 #define CONST_WSFinished 703
469 // Beschreibt die Parametertypen als Bitfeld Reihenfolge immer!
470 // wie hier Aufgelistet
471 #define PARAM_NONE 0x0000
472 #define PARAM_USHORT_1 0x0001
473 #define PARAM_USHORT_2 0x0002
474 #define PARAM_USHORT_3 0x0100 // Nicht in der Reihe!!
475 #define PARAM_USHORT_4 0x0200 // Nicht in der Reihe!!
476 #define PARAM_ULONG_1 0x0004
477 #define PARAM_ULONG_2 0x0008
478 #define PARAM_STR_1 0x0010
479 #define PARAM_STR_2 0x0020
480 #define PARAM_BOOL_1 0x0040
481 #define PARAM_BOOL_2 0x0080
482 #define PARAM_SBXVALUE_1 0x0400 // hier mit 0x0400 Weiter!!! Siehe Oben!
484 // Zusätzliche Beschreibung!! wird auch mit dem Rest verodert
485 //#define PARAM_STR_RAW 0x8000 // Der Zeichensatz der Strings wird nicht konvertiert(für Fareastern)
488 #define ERR_SEND_TIMEOUT 100
489 #define ERR_EXEC_TIMEOUT 101
490 #define ERR_RESTART_FAIL 102
491 #define ERR_RESTART 103
492 #define ERR_NO_WIN 104 // Keine *.Win Dateien gefunden
493 #define ERR_NO_SID 105 // Keine *.Sid Dateien gefunden
494 #define ERR_NO_FILE 106 // Datei nicht gefunden