|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
void setTitle([in] string Title)
sets the title of the dialog.
makes it possible to show and hide a dialog and gives access to the title of the dialog.
Definition: XDialog.idl:29
short execute()
runs the dialog modally: shows it, and waits for the execution to end.
void endExecute()
hides the dialog and then causes XDialog::execute() to return.
string getTitle()
gets the title of the dialog.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46