LibreOffice Module fpicker (master) 1
Functions
RemoteFilesDialog.cxx File Reference
#include <config_oauth2.h>
#include "fpsmartcontent.hxx"
#include "QueryFolderName.hxx"
#include "RemoteFilesDialog.hxx"
#include <fpicker/fpsofficeResMgr.hxx>
#include <fpicker/strings.hrc>
#include <strings.hrc>
#include <comphelper/docpasswordrequest.hxx>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/task/PasswordContainer.hpp>
#include <svtools/PlaceEditDialog.hxx>
#include <tools/debug.hxx>
#include <unotools/ucbhelper.hxx>
#include <vcl/errinf.hxx>
#include <officecfg/Office/Common.hxx>
Include dependency graph for RemoteFilesDialog.cxx:

Go to the source code of this file.

Functions

static OUString lcl_GetServiceType (const ServicePtr &pService)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, IconViewHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, ListViewHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, SelectServiceHdl, weld::ComboBox &, void)
 
 IMPL_LINK (RemoteFilesDialog, EditServiceMenuHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, DoubleClickHdl, SvtFileView *, bool)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, SelectHdl, SvtFileView *, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, FileNameGetFocusHdl, weld::Widget &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, FileNameModifyHdl, weld::Entry &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, SelectFilterHdl, weld::ComboBox &, void)
 
 IMPL_LINK (RemoteFilesDialog, TreeSelectHdl, weld::TreeView &, rBox, void)
 
 IMPL_LINK (RemoteFilesDialog, SelectBreadcrumbHdl, Breadcrumb *, pPtr, bool)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, NewFolderHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, OkHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (RemoteFilesDialog, CancelHdl, weld::Button &, void)
 

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( RemoteFilesDialog  ,
EditServiceMenuHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK() [2/3]

IMPL_LINK ( RemoteFilesDialog  ,
SelectBreadcrumbHdl  ,
Breadcrumb ,
pPtr  ,
bool   
)

Definition at line 785 of file RemoteFilesDialog.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( RemoteFilesDialog  ,
TreeSelectHdl  ,
weld::TreeView ,
rBox  ,
void   
)

Definition at line 779 of file RemoteFilesDialog.cxx.

◆ IMPL_LINK_NOARG() [1/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
CancelHdl  ,
weld::Button ,
void   
)

Definition at line 905 of file RemoteFilesDialog.cxx.

References m_xDialog, and RET_CANCEL.

◆ IMPL_LINK_NOARG() [2/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
DoubleClickHdl  ,
SvtFileView ,
bool   
)

Definition at line 708 of file RemoteFilesDialog.cxx.

References pData.

◆ IMPL_LINK_NOARG() [3/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
FileNameGetFocusHdl  ,
weld::Widget ,
void   
)

Definition at line 752 of file RemoteFilesDialog.cxx.

◆ IMPL_LINK_NOARG() [4/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
FileNameModifyHdl  ,
weld::Entry ,
void   
)

Definition at line 757 of file RemoteFilesDialog.cxx.

◆ IMPL_LINK_NOARG() [5/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
IconViewHdl  ,
weld::Button ,
void   
)

Definition at line 500 of file RemoteFilesDialog.cxx.

References eIcon.

◆ IMPL_LINK_NOARG() [6/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
ListViewHdl  ,
weld::Button ,
void   
)

Definition at line 506 of file RemoteFilesDialog.cxx.

References eDetailedList.

◆ IMPL_LINK_NOARG() [7/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
NewFolderHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [8/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
OkHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [9/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
SelectFilterHdl  ,
weld::ComboBox ,
void   
)

Definition at line 764 of file RemoteFilesDialog.cxx.

References nPos.

◆ IMPL_LINK_NOARG() [10/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
SelectHdl  ,
SvtFileView ,
void   
)

◆ IMPL_LINK_NOARG() [11/11]

IMPL_LINK_NOARG ( RemoteFilesDialog  ,
SelectServiceHdl  ,
weld::ComboBox ,
void   
)

Definition at line 555 of file RemoteFilesDialog.cxx.

References nPos.

◆ lcl_GetServiceType()

static OUString lcl_GetServiceType ( const ServicePtr pService)
static