LibreOffice Module fpicker (master) 1
Classes | Typedefs | Enumerations
RemoteFilesDialog.hxx File Reference
#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"
Include dependency graph for RemoteFilesDialog.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RemoteFilesDialog
 

Typedefs

typedef std::shared_ptr< PlaceServicePtr
 

Enumerations

enum  SvtRemoteDlgMode {
  REMOTEDLG_MODE_OPEN = 0 ,
  REMOTEDLG_MODE_SAVE = 1
}
 
enum  SvtRemoteDlgType {
  REMOTEDLG_TYPE_FILEDLG = 0 ,
  REMOTEDLG_TYPE_PATHDLG = 1
}
 

Typedef Documentation

◆ ServicePtr

typedef std::shared_ptr< Place > ServicePtr

Definition at line 48 of file RemoteFilesDialog.hxx.

Enumeration Type Documentation

◆ SvtRemoteDlgMode

Enumerator
REMOTEDLG_MODE_OPEN 
REMOTEDLG_MODE_SAVE 

Definition at line 36 of file RemoteFilesDialog.hxx.

◆ SvtRemoteDlgType

Enumerator
REMOTEDLG_TYPE_FILEDLG 
REMOTEDLG_TYPE_PATHDLG 

Definition at line 42 of file RemoteFilesDialog.hxx.