19 #ifndef __com_sun_star_ui_dialogs_XFilePicker_idl__
20 #define __com_sun_star_ui_dialogs_XFilePicker_idl__
27 module
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:31
Specifies an interface for an executable dialog.
Definition: XExecutableDialog.idl:34
Specifies an interface for a FilePicker.
Definition: XFilePicker.idl:33
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:22