Avoid potential negative array index access to cached text.
[LibreOffice.git] / uitest / ui_logger_dsl / dialog_commands.tx
blob637b54f0c976270edbfb04d759df918c18477509
1 /*
2   This file is for the Dialog commands.
3   It handles all types of Dialog: the Modeless and the Modal.
4   It also handles the Close Dialog commands.
5 */
6 DialogCommand:
7   OpenDialog | CloseDialog
10 OpenDialog:
11   OpenModalDialog | OpenModelessDialog
13 OpenModalDialog :
14   'Open Modal ' dialog_name=ID
16 OpenModelessDialog :
17   'Open Modeless ' dialog_name=ID
20 CloseDialog:
21   // If there is a need to match a dialog name in the future, additional_note=STRING? can be used.
22   // It is also used to make an instance of the command of type CloseDialog.
23   'Close Dialog' additional_note=STRING?