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 generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20