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