|
LibreOffice Module fpicker (master) 1
|
#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>Go to the source code of this file.
| IMPL_LINK | ( | RemoteFilesDialog | , |
| EditServiceMenuHdl | , | ||
| const OUString & | , | ||
| rIdent | , | ||
| void | |||
| ) |
Definition at line 569 of file RemoteFilesDialog.cxx.
References Application::CreateMessageDialog(), Exception, FpsResId(), lcl_GetServiceType(), m_xContext, m_xDialog, nPos, RET_CANCEL, RET_NO, RET_OK, RET_YES, and sPrefix.
| IMPL_LINK | ( | RemoteFilesDialog | , |
| SelectBreadcrumbHdl | , | ||
| Breadcrumb * | , | ||
| pPtr | , | ||
| bool | |||
| ) |
Definition at line 785 of file RemoteFilesDialog.cxx.
| IMPL_LINK | ( | RemoteFilesDialog | , |
| TreeSelectHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 779 of file RemoteFilesDialog.cxx.
| 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 | ( | RemoteFilesDialog | , |
| DoubleClickHdl | , | ||
| SvtFileView * | , | ||
| bool | |||
| ) |
Definition at line 708 of file RemoteFilesDialog.cxx.
References pData.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| FileNameGetFocusHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 752 of file RemoteFilesDialog.cxx.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| FileNameModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 757 of file RemoteFilesDialog.cxx.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| IconViewHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 500 of file RemoteFilesDialog.cxx.
References eIcon.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| ListViewHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 506 of file RemoteFilesDialog.cxx.
References eDetailedList.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| NewFolderHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 791 of file RemoteFilesDialog.cxx.
References FpsResId(), QueryFolderNameDialog::GetName(), m_xDialog, RET_OK, and weld::DialogController::run().
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| OkHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 824 of file RemoteFilesDialog.cxx.
References INetURLObject::All, aURL, Application::CreateMessageDialog(), INetURLObject::encode(), FpsResId(), INetURLObject::GetUser(), m_eType, m_xDialog, INetURLObject::NONE, INetURLObject::PART_FPATH, REMOTEDLG_MODE_OPEN, REMOTEDLG_MODE_SAVE, REMOTEDLG_TYPE_FILEDLG, REMOTEDLG_TYPE_PATHDLG, RET_OK, and RET_YES.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| SelectFilterHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 764 of file RemoteFilesDialog.cxx.
References nPos.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| SelectHdl | , | ||
| SvtFileView * | , | ||
| void | |||
| ) |
Definition at line 721 of file RemoteFilesDialog.cxx.
References aURL, INetURLObject::GetUser(), m_eType, INetURLObject::NONE, pData, REMOTEDLG_MODE_OPEN, REMOTEDLG_TYPE_FILEDLG, REMOTEDLG_TYPE_PATHDLG, and INetURLObject::WithCharset.
| IMPL_LINK_NOARG | ( | RemoteFilesDialog | , |
| SelectServiceHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 555 of file RemoteFilesDialog.cxx.
References nPos.
|
static |
Definition at line 193 of file RemoteFilesDialog.cxx.
References INetURLObject::WithCharset.
Referenced by RemoteFilesDialog::AddService(), RemoteFilesDialog::FillServicesListbox(), and IMPL_LINK().