interface XExecutableDialog in module com::sun::star::ui::dialogs::

(Global Index)

Syntax

interface XExecutableDialog : com::sun::star::uno::XInterface ;

Description

Specifies an interface for an executable dialog.

Method Summary

setTitle Sets the title of the dialog.

execute Executes (shows) the dialog.

Known Services Which Export this Interface

com::sun::star::sdb::DatasourceAdministrationDialog

com::sun::star::sdb::ErrorMessageDialog

Method Details



setTitle

Syntax

void setTitle (
string aTitle );

Description

Sets the title of the dialog.

Parameter aTitle

Set an abitrary title for the dialog, may be an empty string if the dialog should not have a title.

execute

Syntax

short execute ();

Description

Executes (shows) the dialog.

Returns

A status code of type ExecutableDialogResults .
Top of Page