|
LibreOffice Module svtools (master) 1
|
#include <rtl/ustring.hxx>#include <com/sun/star/lang/XMultiComponentFactory.hpp>#include <svl/pickerhistoryaccess.hxx>#include <officecfg/Office/Common.hxx>#include <vcl/svapp.hxx>#include "fpicker.hxx"Go to the source code of this file.
Functions | |
| static OUString | FilePicker_getSystemPickerServiceName () |
| static bool | UseSystemFileDialog () |
| Reference< css::uno::XInterface > | FilePicker_CreateInstance (Reference< css::uno::XComponentContext > const &context) |
| OUString | FilePicker_getImplementationName () |
| Sequence< OUString > | FilePicker_getSupportedServiceNames () |
| static OUString | FolderPicker_getSystemPickerServiceName () |
| Reference< css::uno::XInterface > | FolderPicker_CreateInstance (Reference< css::uno::XComponentContext > const &context) |
| OUString | FolderPicker_getImplementationName () |
| Sequence< OUString > | FolderPicker_getSupportedServiceNames () |
| Reference< css::uno::XInterface > FilePicker_CreateInstance | ( | Reference< css::uno::XComponentContext > const & | context | ) |
Definition at line 58 of file fpicker.cxx.
References svt::addFilePicker(), Application::createFilePicker(), FilePicker_getSystemPickerServiceName(), UseSystemFileDialog(), and xFactory.
| OUString FilePicker_getImplementationName | ( | ) |
Definition at line 102 of file fpicker.cxx.
| Sequence< OUString > FilePicker_getSupportedServiceNames | ( | ) |
Definition at line 107 of file fpicker.cxx.
References aServiceNames.
|
static |
Definition at line 37 of file fpicker.cxx.
References Application::GetDesktopEnvironment().
Referenced by FilePicker_CreateInstance().
| Reference< css::uno::XInterface > FolderPicker_CreateInstance | ( | Reference< css::uno::XComponentContext > const & | context | ) |
Definition at line 126 of file fpicker.cxx.
References svt::addFolderPicker(), Application::createFolderPicker(), FolderPicker_getSystemPickerServiceName(), UseSystemFileDialog(), and xFactory.
| OUString FolderPicker_getImplementationName | ( | ) |
Definition at line 167 of file fpicker.cxx.
| Sequence< OUString > FolderPicker_getSupportedServiceNames | ( | ) |
Definition at line 172 of file fpicker.cxx.
References aServiceNames.
|
static |
Definition at line 116 of file fpicker.cxx.
References Application::GetDesktopEnvironment().
Referenced by FolderPicker_CreateInstance().
|
static |
Definition at line 53 of file fpicker.cxx.
References Application::IsHeadlessModeEnabled().
Referenced by FilePicker_CreateInstance(), and FolderPicker_CreateInstance().