Bump version to 6.4-15
[LibreOffice.git] / uitest / ui_logger_dsl / dialog_commands.tx
blobb1837f7efedb9dc749e718eaa990f774fb0145df
1 /*
2   this file for the Dialog commands
3   It handle all types of Dialog the Modeless and the Modal
4   Also It handle 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   //the additional_note=STRING? if you need to add name in the future
22   //Also it's used to make instance of the command of type CloseDialog
23   'Close Dialog' additional_note=STRING?