|
LibreOffice Module svtools (master) 1
|
#include <sal/config.h>#include <rtl/ustring.hxx>#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/uno/Sequence.hxx>#include <com/sun/star/uno/XComponentContext.hpp>Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::lang |
| namespace | com::sun::star::uno |
Functions | |
| css::uno::Reference< css::uno::XInterface > | FilePicker_CreateInstance (css::uno::Reference< css::uno::XComponentContext > const &context) |
| css::uno::Sequence< OUString > | FilePicker_getSupportedServiceNames () |
| OUString | FilePicker_getImplementationName () |
| css::uno::Reference< css::uno::XInterface > | FolderPicker_CreateInstance (css::uno::Reference< css::uno::XComponentContext > const &context) |
| css::uno::Sequence< OUString > | FolderPicker_getSupportedServiceNames () |
| OUString | FolderPicker_getImplementationName () |
| css::uno::Reference< css::uno::XInterface > FilePicker_CreateInstance | ( | css::uno::Reference< css::uno::XComponentContext > const & | context | ) |
| OUString FilePicker_getImplementationName | ( | ) |
Definition at line 102 of file fpicker.cxx.
| css::uno::Sequence< OUString > FilePicker_getSupportedServiceNames | ( | ) |
Definition at line 107 of file fpicker.cxx.
References aServiceNames.
| css::uno::Reference< css::uno::XInterface > FolderPicker_CreateInstance | ( | css::uno::Reference< css::uno::XComponentContext > const & | context | ) |
| OUString FolderPicker_getImplementationName | ( | ) |
Definition at line 167 of file fpicker.cxx.
| css::uno::Sequence< OUString > FolderPicker_getSupportedServiceNames | ( | ) |
Definition at line 172 of file fpicker.cxx.
References aServiceNames.