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