LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specifies an interface for an executable dialog. More...
import"XExecutableDialog.idl";
Public Member Functions | |
void | setTitle ([in] string aTitle) |
Sets the title of the dialog. More... | |
short | execute () |
Executes (shows) the dialog. 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.
short execute | ( | ) |
Executes (shows) the dialog.
void setTitle | ( | [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. |