LibreOffice Module sc (master)
1
|
#include <tabprotection.hxx>
Public Member Functions | |
virtual | ~ScPassHashProtectable ()=0 |
virtual bool | isProtected () const =0 |
virtual bool | isProtectedWithPass () const =0 |
virtual void | setProtected (bool bProtected)=0 |
virtual bool | isPasswordEmpty () const =0 |
virtual bool | hasPasswordHash (ScPasswordHash eHash, ScPasswordHash eHash2=PASSHASH_UNSPECIFIED) const =0 |
virtual void | setPassword (const OUString &aPassText)=0 |
virtual css::uno::Sequence< sal_Int8 > | getPasswordHash (ScPasswordHash eHash, ScPasswordHash eHas2=PASSHASH_UNSPECIFIED) const =0 |
virtual const ScOoxPasswordHash & | getPasswordHash () const =0 |
virtual void | setPasswordHash (const css::uno::Sequence< sal_Int8 > &aPassword, ScPasswordHash eHash, ScPasswordHash eHash2=PASSHASH_UNSPECIFIED)=0 |
virtual void | setPasswordHash (const OUString &rAlgorithmName, const OUString &rHashValue, const OUString &rSaltValue, sal_uInt32 nSpinCount)=0 |
virtual bool | verifyPassword (const OUString &aPassText) const =0 |
Definition at line 72 of file tabprotection.hxx.
|
pure virtual |
Definition at line 107 of file tabprotection.cxx.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
Referenced by lcl_IsInGoodStatus().
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
Referenced by lcl_IsInGoodStatus().
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
Referenced by lcl_IsInGoodStatus().
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
Referenced by IMPL_LINK().
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
|
pure virtual |
Implemented in ScTableProtection, and ScDocProtection.
Referenced by ScRetypePassInputDlg::CheckPasswordInput().