Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/uitest/ui_logger_dsl/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 592 B image not shown  

Quelle  dialog_commands.tx   Sprache: unbekannt

 
Spracherkennung für: .tx vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/*
  This file is for the Dialog commands.
  It handles all types of Dialog: the Modeless and the Modal.
  It also handles the Close Dialog commands.
*/
DialogCommand:
  OpenDialog | CloseDialog
;

OpenDialog:
  OpenModalDialog | OpenModelessDialog
;
OpenModalDialog :
  'Open Modal ' dialog_name=ID
;
OpenModelessDialog :
  'Open Modeless ' dialog_name=ID
;

CloseDialog:
  // If there is a need to match a dialog name in the future, additional_note=STRING? can be used.
  // It is also used to make an instance of the command of type CloseDialog.
  'Close Dialog' additional_note=STRING?
;

[ Dauer der Verarbeitung: 0.26 Sekunden  ]