summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/FilePicker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/FilePicker.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePicker.idl61
1 files changed, 4 insertions, 57 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
index 30809d2499b2..39cd65116c12 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePicker.idl
@@ -20,9 +20,7 @@
#ifndef __com_sun_star_ui_dialogs_FilePicker_idl__
#define __com_sun_star_ui_dialogs_FilePicker_idl__
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/util/XCancellable.idl>
+#include <com/sun/star/ui/dialogs/XFilePicker3.idl>
module com { module sun { module star { module ui { module dialogs {
@@ -38,50 +36,9 @@ module com { module sun { module star { module ui { module dialogs {
@see XFilePicker
*/
- published interface XFilePicker;
- published interface XFilePickerNotifier;
- published interface XFilePickerControlAccess;
- published interface XFilterManager;
- published interface XFilePreview;
- published interface XFilterGroupManager;
-
-published service FilePicker
+published service FilePicker : XFilePicker3
{
- /** Allows to associate a help URL with the file picker instance.
- */
- [optional, property] string HelpURL;
-
- /** Provides access to the basic FilePicker functionality.
- */
- interface XFilePicker;
-
- /** Provides the ability to request notifications about changes.
- */
- interface XFilePickerNotifier;
-
- /** Provides the ability to add different filter, query for the current
- filters and set a current filter
- */
- interface XFilterManager;
-
- /** Provides the ability to show a preview of a selected file
- */
- [optional] interface XFilePreview;
-
- /** Provides the ability manage additional controls (checkboxes, listboxes etc.)
- offered by an extended FilePicker, these controls extend the subset of
- common controls that a FilePicker usually supports.
-
- @see com::sun::star::ui::dialogs::CommonFilePickerElementIds
- @see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
-
- @deprecated
- */
- [optional] interface XFilePickerControlAccess;
-
- /** An interface which allows manipulation of groups of filters
- */
- [optional] interface XFilterGroupManager;
+ createDefault();
/** Provides the ability to choose between different custom templates that
do extend the subset of common controls a FilePicker usually supports.
@@ -99,17 +56,7 @@ published service FilePicker
@see com::sun::star::ui::dialogs::TemplateDescription
*/
- [optional] interface com::sun::star::lang::XInitialization;
-
- /** For canceling a running dialog instance.
- <p>This may be useful for automatic test tools for instance.</p>
- */
- [optional] interface com::sun::star::util::XCancellable;
-
- /** For shutdown and listener support.
- */
- interface com::sun::star::lang::XComponent;
-
+ createWithMode([in] short Mode);
};