LibreOffice
LibreOffice 24.2 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. More... | |
void | startExecuteModal ([in] XDialogClosedListener xListener) |
Executes (shows) the dialog and returns immediately. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. |