interface XStarBasicDialogInfo in module com::sun::star::script::

(Global Index)

Syntax

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

Description

Interface describing old style basic dialog (SI controls) in binary data

Method Summary

getName

getData

Method Details



getName

Syntax

string getName ();

Description

Returns

Name of the dialog

getData

Syntax

sequence< byte > getData ();

Description

Returns

binary data decribing the SIDialog in SBX stream format
Top of Page