|
LibreOffice Module sc (master) 1
|
#include <vcl/svapp.hxx>#include <strings.hrc>#include <retypepassdlg.hxx>#include <scresid.hxx>#include <document.hxx>#include <tabprotection.hxx>Go to the source code of this file.
Functions | |
| static bool | lcl_IsInGoodStatus (const ScPassHashProtectable *pProtected, ScPasswordHash eDesiredHash) |
| IMPL_LINK_NOARG (ScRetypePassDlg, OKHdl, weld::Button &, void) | |
| IMPL_LINK (ScRetypePassDlg, RetypeBtnHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK_NOARG (ScRetypePassInputDlg, OKHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScRetypePassInputDlg, RadioBtnHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (ScRetypePassInputDlg, CheckBoxHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (ScRetypePassInputDlg, PasswordModifyHdl, weld::Entry &, void) | |
| IMPL_LINK | ( | ScRetypePassDlg | , |
| RetypeBtnHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 224 of file retypepassdlg.cxx.
References ScRetypePassInputDlg::GetNewPassword(), ScRetypePassInputDlg::IsRemovePassword(), m_xDialog, RET_OK, weld::DialogController::run(), and ScPassHashProtectable::setPassword().
| IMPL_LINK_NOARG | ( | ScRetypePassDlg | , |
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 222 of file retypepassdlg.cxx.
| IMPL_LINK_NOARG | ( | ScRetypePassInputDlg | , |
| CheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 356 of file retypepassdlg.cxx.
| IMPL_LINK_NOARG | ( | ScRetypePassInputDlg | , |
| OKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 340 of file retypepassdlg.cxx.
| IMPL_LINK_NOARG | ( | ScRetypePassInputDlg | , |
| PasswordModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 361 of file retypepassdlg.cxx.
| IMPL_LINK_NOARG | ( | ScRetypePassInputDlg | , |
| RadioBtnHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 342 of file retypepassdlg.cxx.
|
static |
Definition at line 183 of file retypepassdlg.cxx.
References ScPassHashProtectable::hasPasswordHash(), ScPassHashProtectable::isPasswordEmpty(), and ScPassHashProtectable::isProtected().
Referenced by ScRetypePassDlg::CheckHashStatus().