LibreOffice Module sc (master) 1
|
#include <retypepassdlg.hxx>
Public Member Functions | |
ScRetypePassInputDlg ()=delete | |
ScRetypePassInputDlg (weld::Window *pParent, ScPassHashProtectable *pProtected) | |
virtual | ~ScRetypePassInputDlg () override |
bool | IsRemovePassword () const |
OUString | GetNewPassword () 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 | |
void | Init () |
void | CheckPasswordInput () |
DECL_LINK (OKHdl, weld::Button &, void) | |
DECL_LINK (RadioBtnHdl, weld::Toggleable &, void) | |
DECL_LINK (CheckBoxHdl, weld::Toggleable &, void) | |
DECL_LINK (PasswordModifyHdl, weld::Entry &, void) | |
Private Attributes | |
ScPassHashProtectable * | m_pProtected |
std::unique_ptr< weld::Button > | m_xBtnOk |
std::unique_ptr< weld::RadioButton > | m_xBtnRetypePassword |
std::unique_ptr< weld::Widget > | m_xPasswordGrid |
std::unique_ptr< weld::Entry > | m_xPassword1Edit |
std::unique_ptr< weld::Entry > | m_xPassword2Edit |
std::unique_ptr< weld::CheckButton > | m_xBtnMatchOldPass |
std::unique_ptr< weld::RadioButton > | m_xBtnRemovePassword |
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 93 of file retypepassdlg.hxx.
|
delete |
|
explicit |
Definition at line 267 of file retypepassdlg.cxx.
References Init().
|
overridevirtual |
Definition at line 282 of file retypepassdlg.cxx.
|
private |
Definition at line 304 of file retypepassdlg.cxx.
References m_pProtected, m_xBtnMatchOldPass, m_xBtnOk, m_xPassword1Edit, m_xPassword2Edit, and ScPassHashProtectable::verifyPassword().
|
private |
|
private |
|
private |
|
private |
OUString ScRetypePassInputDlg::GetNewPassword | ( | ) | const |
Definition at line 286 of file retypepassdlg.cxx.
References m_xPassword1Edit.
Referenced by IMPL_LINK().
|
private |
Definition at line 288 of file retypepassdlg.cxx.
References LINK, m_xBtnMatchOldPass, m_xBtnOk, m_xBtnRemovePassword, m_xBtnRetypePassword, m_xPassword1Edit, and m_xPassword2Edit.
Referenced by ScRetypePassInputDlg().
bool ScRetypePassInputDlg::IsRemovePassword | ( | ) | const |
Definition at line 284 of file retypepassdlg.cxx.
References m_xBtnRemovePassword.
Referenced by IMPL_LINK().
|
private |
Definition at line 108 of file retypepassdlg.hxx.
Referenced by CheckPasswordInput().
|
private |
Definition at line 118 of file retypepassdlg.hxx.
Referenced by CheckPasswordInput(), and Init().
|
private |
Definition at line 110 of file retypepassdlg.hxx.
Referenced by CheckPasswordInput(), and Init().
|
private |
Definition at line 120 of file retypepassdlg.hxx.
Referenced by Init(), and IsRemovePassword().
|
private |
Definition at line 112 of file retypepassdlg.hxx.
Referenced by Init().
|
private |
Definition at line 115 of file retypepassdlg.hxx.
Referenced by CheckPasswordInput(), GetNewPassword(), and Init().
|
private |
Definition at line 116 of file retypepassdlg.hxx.
Referenced by CheckPasswordInput(), and Init().
|
private |
Definition at line 114 of file retypepassdlg.hxx.