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 {
44 void setMultiSelectionMode( [in]
boolean bMode );
54 void setDefaultName( [in]
string aName );
65 void setDisplayDirectory( [in]
string aDirectory )
75 string getDisplayDirectory();
98 sequence< string > getFiles();
Specifies an interface for an executable dialog.
Definition: XExecutableDialog.idl:33
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Specifies an interface for a FilePicker.
Definition: XFilePicker.idl:32