LibreOffice
LibreOffice 5.0 SDK API Reference
|
Provides a unified interface for the new-style FolderPicker service to implement. More...
import "XFolderPicker2.idl";
Exported Interfaces | |
interface | XFolderPicker |
Provides the ability to execute a FolderPicker dialog and browse for and select folders. More... | |
interface | com::sun::star::util::XCancellable |
For canceling a running dialog instance. More... | |
Additional Inherited Members | |
![]() | |
void | setDisplayDirectory ([in] string aDirectory) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
Sets the root directory that the FolderPicker should display. More... | |
string | getDisplayDirectory () |
Returns the root directory that the FolderPicker is showing. More... | |
string | getDirectory () |
Returns the selected directory as url conforming to Rfc1738. More... | |
void | setDescription ([in] string aDescription) |
The implementation may optionally show the given text as a description for the user within the dialog, e.g. More... | |
![]() | |
void | cancel () |
cancels the current job of the object. More... | |
Provides a unified interface for the new-style FolderPicker service to implement.
interface com::sun::star::util::XCancellable |
For canceling a running dialog instance.
This may be useful for automatic test tools for instance.
interface XFolderPicker |
Provides the ability to execute a FolderPicker dialog and browse for and select folders.