interface XDialog in module com::sun::star::awt::

(Global Index)

[ DEPRECATED ]

Syntax

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

Method Summary

setTitle

getTitle

execute

endExecute

Known Services Which Export this Interface

com::sun::star::awt::UnoControlDialog

Method Details



setTitle

Syntax

oneway void setTitle (
string Title );

getTitle

Syntax

string getTitle ();

execute

Syntax

short execute ();

endExecute

Syntax

void endExecute ();
Top of Page