21module
com { module sun { module star { module ui { module dialogs {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
Specifies an interface for an executable dialog.
Definition XExecutableDialog.idl:28
Specifies an interface for a FilePicker.
Definition XFilePicker.idl:27
string getDisplayDirectory()
Returns the directory that the file dialog is currently showing or was last showing before closing th...
void setDisplayDirectory([in] string aDirectory)
Sets the directory that the file dialog initially displays.
void setDefaultName([in] string aName)
Sets the default string that appears in the file name box of a FilePicker.
void setMultiSelectionMode([in] boolean bMode)
Enable/disable multi-selection mode.
sequence< string > getFiles()
Returns a sequence of the selected files including path information in URL format,...
Definition Ambiguous.idl:20