LibreOffice
LibreOffice 5.1 SDK API Reference
|
makes it possible to show and hide a dialog and gives access to the title of the dialog. More...
import"XDialog.idl";
Public Member Functions | |
void | setTitle ([in] string Title) |
sets the title of the dialog. More... | |
string | getTitle () |
gets the title of the dialog. More... | |
short | execute () |
shows the dialog. More... | |
void | endExecute () |
hides the dialog and then causes XDialog::execute() to return. More... | |
![]() | |
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... | |
makes it possible to show and hide a dialog and gives access to the title of the dialog.
void endExecute | ( | ) |
hides the dialog and then causes XDialog::execute() to return.
short execute | ( | ) |
shows the dialog.
string getTitle | ( | ) |
gets the title of the dialog.
void setTitle | ( | [in] string | Title | ) |
sets the title of the dialog.