|
LibreOffice Module fpicker (master) 1
|
#include "autocmpledit.hxx"#include <svtools/place.hxx>#include <unotools/viewoptions.hxx>#include <vcl/svapp.hxx>#include <com/sun/star/beans/StringPair.hpp>#include <com/sun/star/uno/Sequence.hxx>#include <com/sun/star/task/XPasswordContainer2.hpp>#include <vector>#include "asyncfilepicker.hxx"#include "fpdialogbase.hxx"#include "breadcrumb.hxx"#include "fileview.hxx"#include "foldertree.hxx"Go to the source code of this file.
Classes | |
| class | RemoteFilesDialog |
Typedefs | |
| typedef std::shared_ptr< Place > | ServicePtr |
Enumerations | |
| enum | SvtRemoteDlgMode { REMOTEDLG_MODE_OPEN = 0 , REMOTEDLG_MODE_SAVE = 1 } |
| enum | SvtRemoteDlgType { REMOTEDLG_TYPE_FILEDLG = 0 , REMOTEDLG_TYPE_PATHDLG = 1 } |
| typedef std::shared_ptr< Place > ServicePtr |
Definition at line 48 of file RemoteFilesDialog.hxx.
| enum SvtRemoteDlgMode |
| Enumerator | |
|---|---|
| REMOTEDLG_MODE_OPEN | |
| REMOTEDLG_MODE_SAVE | |
Definition at line 36 of file RemoteFilesDialog.hxx.
| enum SvtRemoteDlgType |
| Enumerator | |
|---|---|
| REMOTEDLG_TYPE_FILEDLG | |
| REMOTEDLG_TYPE_PATHDLG | |
Definition at line 42 of file RemoteFilesDialog.hxx.