Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / uitest / ui_logger_dsl / uno_commands.tx
blob597c855cb84062d39321d37d2492012bfb0ab87b
1 /*
2     This file is for the grammar of the UNO commands.
3     It has two modes: one with parameters and one without.
4 */
6 UNOCommand:
7     'Send UNO Command' '(' uno_command_name=STRING ')'  (parameters=parameter)?
10 parameter:
11     '{'  parameter_data *= data ','? '}'
14 data:
15      ','? key=STRING ':' value= value_type
18 value_type:
19     INT|ID