LibreOffice Module cui (master) 1
|
#include <officecfg/Office/Common.hxx>
#include <osl/file.hxx>
#include <osl/security.hxx>
#include <sfx2/filedlghelper.hxx>
#include <comphelper/diagnose_ex.hxx>
#include "certpath.hxx"
#include <com/sun/star/xml/crypto/NSSInitializer.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
#include <comphelper/processfactory.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (CertPathDialog, OKHdl_Impl, weld::Button &, void) | |
IMPL_LINK (CertPathDialog, CheckHdl_Impl, const weld::TreeView::iter_col &, rRowCol, void) | |
IMPL_LINK_NOARG (CertPathDialog, ManualHdl_Impl, weld::Button &, void) | |
IMPL_LINK | ( | CertPathDialog | , |
CheckHdl_Impl | , | ||
const weld::TreeView::iter_col & | , | ||
rRowCol | , | ||
void | |||
) |
Definition at line 154 of file certpath.cxx.
IMPL_LINK_NOARG | ( | CertPathDialog | , |
ManualHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 208 of file certpath.cxx.
References sfx2::createFolderPicker(), comphelper::getProcessComponentContext(), m_xDialog, and TOOLS_WARN_EXCEPTION.
IMPL_LINK_NOARG | ( | CertPathDialog | , |
OKHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 109 of file certpath.cxx.
References comphelper::ConfigurationChanges::create(), m_xDialog, RET_OK, and TOOLS_WARN_EXCEPTION.