LibreOffice Module fpicker (master) 1
Classes | Typedefs
OfficeFilePicker.hxx File Reference
#include <cppuhelper/implbase5.hxx>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
#include <com/sun/star/ui/dialogs/XFilePreview.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerListener.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include "commonpicker.hxx"
#include "pickercallbacks.hxx"
#include <vector>
Include dependency graph for OfficeFilePicker.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvtFilePicker
 
class  SvtRemoteFilePicker
 

Typedefs

typedef ::std::vector< FilterEntryFilterList
 
typedef ::std::vector< ElementEntry_ImplElementList
 
typedef css::beans::StringPair UnoFilterEntry
 
typedef css::uno::Sequence< UnoFilterEntryUnoFilterList
 
typedef ::cppu::ImplHelper5< css::ui::dialogs::XFilePicker3, css::ui::dialogs::XFilePickerControlAccess, css::ui::dialogs::XFilePreview, css::lang::XServiceInfo, css::ui::dialogs::XAsynchronousExecutableDialog > SvtFilePicker_Base
 

Typedef Documentation

◆ ElementList

typedef ::std::vector< ElementEntry_Impl > ElementList

Definition at line 42 of file OfficeFilePicker.hxx.

◆ FilterList

typedef ::std::vector< FilterEntry > FilterList

Definition at line 41 of file OfficeFilePicker.hxx.

◆ SvtFilePicker_Base

typedef ::cppu::ImplHelper5< css::ui::dialogs::XFilePicker3 , css::ui::dialogs::XFilePickerControlAccess , css::ui::dialogs::XFilePreview , css::lang::XServiceInfo , css::ui::dialogs::XAsynchronousExecutableDialog > SvtFilePicker_Base

Definition at line 54 of file OfficeFilePicker.hxx.

◆ UnoFilterEntry

typedef css::beans::StringPair UnoFilterEntry

Definition at line 44 of file OfficeFilePicker.hxx.

◆ UnoFilterList

Definition at line 45 of file OfficeFilePicker.hxx.