LibreOffice Module sc (master) 1
Functions
retypepassdlg.cxx File Reference
#include <vcl/svapp.hxx>
#include <strings.hrc>
#include <retypepassdlg.hxx>
#include <scresid.hxx>
#include <document.hxx>
#include <tabprotection.hxx>
Include dependency graph for retypepassdlg.cxx:

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)
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( ScRetypePassDlg  ,
RetypeBtnHdl  ,
weld::Button ,
rBtn  ,
void   
)

◆ IMPL_LINK_NOARG() [1/5]

IMPL_LINK_NOARG ( ScRetypePassDlg  ,
OKHdl  ,
weld::Button ,
void   
)

Definition at line 222 of file retypepassdlg.cxx.

References m_xDialog, and RET_OK.

◆ IMPL_LINK_NOARG() [2/5]

IMPL_LINK_NOARG ( ScRetypePassInputDlg  ,
CheckBoxHdl  ,
weld::Toggleable ,
void   
)

Definition at line 356 of file retypepassdlg.cxx.

◆ IMPL_LINK_NOARG() [3/5]

IMPL_LINK_NOARG ( ScRetypePassInputDlg  ,
OKHdl  ,
weld::Button ,
void   
)

Definition at line 340 of file retypepassdlg.cxx.

References m_xDialog, and RET_OK.

◆ IMPL_LINK_NOARG() [4/5]

IMPL_LINK_NOARG ( ScRetypePassInputDlg  ,
PasswordModifyHdl  ,
weld::Entry ,
void   
)

Definition at line 361 of file retypepassdlg.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( ScRetypePassInputDlg  ,
RadioBtnHdl  ,
weld::Toggleable ,
void   
)

Definition at line 342 of file retypepassdlg.cxx.

◆ lcl_IsInGoodStatus()

static bool lcl_IsInGoodStatus ( const ScPassHashProtectable pProtected,
ScPasswordHash  eDesiredHash 
)
static