LibreOffice Module cui (master) 1
|
#include <certpath.hxx>
Public Member Functions | |
CertPathDialog (weld::Window *pParent) | |
virtual | ~CertPathDialog () override |
void | Init () |
bool | isActiveServicePath () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (CheckHdl_Impl, const weld::TreeView::iter_col &, void) | |
DECL_LINK (ManualHdl_Impl, weld::Button &, void) | |
DECL_LINK (OKHdl_Impl, weld::Button &, void) | |
void | HandleEntryChecked (int nRow) |
void | AddCertPath (const OUString &rProfile, const OUString &rPath, bool bSelect=true) |
void | AddManualCertPath (const OUString &sUserSetCertPath, bool bSelect=true) |
Private Attributes | |
std::unique_ptr< weld::Button > | m_xManualButton |
std::unique_ptr< weld::Button > | m_xOKButton |
std::unique_ptr< weld::TreeView > | m_xCertPathList |
OUString | m_sAddDialogText |
OUString | m_sManualLabel |
OUString | m_sManualPath |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 14 of file certpath.hxx.
|
explicit |
Definition at line 24 of file certpath.cxx.
References LINK, m_xCertPathList, m_xManualButton, m_xOKButton, m_xOKButton, and weld::Radio.
|
overridevirtual |
Definition at line 150 of file certpath.cxx.
|
private |
Definition at line 175 of file certpath.cxx.
References HandleEntryChecked(), i, m_sManualLabel, m_sManualPath, m_xCertPathList, nCount, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by AddManualCertPath(), and Init().
|
private |
Definition at line 92 of file certpath.cxx.
References AddCertPath(), and m_sManualLabel.
Referenced by Init().
|
private |
|
private |
|
private |
|
private |
Definition at line 159 of file certpath.cxx.
References i, m_xCertPathList, nCount, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by AddCertPath().
void CertPathDialog::Init | ( | void | ) |
Definition at line 42 of file certpath.cxx.
References AddCertPath(), AddManualCertPath(), comphelper::getProcessComponentContext(), and m_xCertPathList.
bool CertPathDialog::isActiveServicePath | ( | ) | const |
Definition at line 129 of file certpath.cxx.
References comphelper::getProcessComponentContext(), and m_xCertPathList.
|
private |
Definition at line 19 of file certpath.hxx.
|
private |
Definition at line 20 of file certpath.hxx.
Referenced by AddCertPath(), and AddManualCertPath().
|
private |
Definition at line 21 of file certpath.hxx.
Referenced by AddCertPath().
|
private |
Definition at line 18 of file certpath.hxx.
Referenced by AddCertPath(), CertPathDialog(), HandleEntryChecked(), Init(), and isActiveServicePath().
|
private |
Definition at line 16 of file certpath.hxx.
Referenced by CertPathDialog().
|
private |
Definition at line 17 of file certpath.hxx.
Referenced by CertPathDialog().