| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Specifies an interface for an executable dialog in asynchronous mode. More...
import "XAsynchronousExecutableDialog.idl";
 
  
| Public Member Functions | |
| void | setDialogTitle ([in] string aTitle) | 
| Sets the title of the dialog. | |
| void | startExecuteModal ([in] XDialogClosedListener xListener) | 
| Executes (shows) the dialog and returns immediately. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Specifies an interface for an executable dialog in asynchronous mode.
| void setDialogTitle | ( | [in] string | aTitle | ) | 
Sets the title of the dialog.
| aTitle | Set an arbitrary title for the dialog, may be an empty string if the dialog should not have a title. | 
| void startExecuteModal | ( | [in] XDialogClosedListener | xListener | ) | 
Executes (shows) the dialog and returns immediately.
| xListener | This listener will be called when the dialog is closed. |