:: com :: sun :: star :: ui ::

module dialogs

Services
::com::sun::star::ui::dialogs::FilePicker
::com::sun::star::ui::dialogs::FilterOptionsDialog This service enables a filter developer to register a dialog to query for user options before the filter operation is performed. The user options are stored inside the ::com::sun::star::document::MediaDescriptor and can be queried from the ::com::sun::star::document::MediaDescriptor by the component that implements ::com::sun::star::document::XFilter . The application will set the ::com::sun::star::document::MediaDescriptor using the interface ::com::sun::star::beans::XPropertyAccess and then call XExecutableDialog::execute . If that method returns ExecutableDialogResults::OK , the application will retrieve the changed ::com::sun::star::document::MediaDescriptor back using the interface ::com::sun::star::beans::XPropertyAccess . The filter operation is than continued, using the new ::com::sun::star::document::MediaDescriptor . Otherwise, the filter operation is canceled.
::com::sun::star::ui::dialogs::FolderPicker A FolderPicker service.
Interfaces
::com::sun::star::ui::dialogs::XControlAccess Generic control access interface.
::com::sun::star::ui::dialogs::XControlInformation Interface to query for controls and control properties supported by the implementing instance.
::com::sun::star::ui::dialogs::XExecutableDialog Specifies an interface for an executable dialog.
::com::sun::star::ui::dialogs::XFilePicker Specifies an interface for a FilePicker
::com::sun::star::ui::dialogs::XFilePickerControlAccess Provides access to the controls of a FilePicker.
::com::sun::star::ui::dialogs::XFilePickerListener Interface to be implemented by a FilePicker listener.
::com::sun::star::ui::dialogs::XFilePickerNotifier Interface to be implemented in order to support listener management.
::com::sun::star::ui::dialogs::XFilePickerWorkaround It's an "internal" interface to solve the problems behind XFilePicker.getFiles() in combination with multiselection. This additional interface will be implemented by some dialogs only. But it must be preferred if it exists and multiselection is used.
::com::sun::star::ui::dialogs::XFilePreview FilePicker that support the preview of various file formats should implement this interface.
::com::sun::star::ui::dialogs::XFilterGroupManager Specifies an interface which allows manipulation of groups of filters for the FilePicker service.
::com::sun::star::ui::dialogs::XFilterManager Specifies a filter manager interface for a FilePicker
::com::sun::star::ui::dialogs::XFolderPicker Specifies a FolderPicker interface.
Structs
::com::sun::star::ui::dialogs::FilePickerEvent Context information in case of a FilePicker event.
Exceptions
::com::sun::star::ui::dialogs::ExecutableDialogException Base class of all XExecutableDialog related exceptions.
Constant Groups
::com::sun::star::ui::dialogs::CommonFilePickerElementIds These constants are used to specify common controls of a FilePicker dialog.
::com::sun::star::ui::dialogs::ControlActions Control actions for common and extended controls of a FilePicker.
::com::sun::star::ui::dialogs::ExecutableDialogResults These constants are used to specify a result of executing a ::com::sun::star::ui::dialogs::XExecutableDialog .
::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds
::com::sun::star::ui::dialogs::FilePreviewImageFormats These constants are used to specify image formats supported by an implementation of the interface ::com::sun::star::ui::dialogs::XFilePreview .
::com::sun::star::ui::dialogs::ListboxControlActions [ DEPRECATED ]
These constants are deprecated and should not be used anymore. They're superseeded by ::com::sun::star::ui::dialogs::ControlActions .
::com::sun::star::ui::dialogs::TemplateDescription The implementation of a FilePicker service may support the usage of different templates. The following constants define the currently specified templates.
Top of Page