LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_ui_dialogs_XFolderPicker_idl__
20 #define __com_sun_star_ui_dialogs_XFolderPicker_idl__
27 module
com { module sun { module star { module ui { module dialogs {
Specifies an interface for an executable dialog.
Definition: XExecutableDialog.idl:34
Specifies a FolderPicker interface.
Definition: XFolderPicker.idl:33
string getDisplayDirectory()
Returns the root directory that the FolderPicker is showing.
void setDescription([in] string aDescription)
The implementation may optionally show the given text as a description for the user within the dialog...
Definition: Ambiguous.idl:22
void setDisplayDirectory([in] string aDirectory)
Sets the root directory that the FolderPicker should display.
string getDirectory()
Returns the selected directory as url conforming to Rfc1738.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31