|
LibreOffice Module sc (master) 1
|
This is the complete list of members for ScDocProtection, including all inherited members.
| getPasswordHash(ScPasswordHash eHash, ScPasswordHash eHash2=PASSHASH_UNSPECIFIED) const override | ScDocProtection | virtual |
| getPasswordHash() const override | ScDocProtection | virtual |
| hasPasswordHash(ScPasswordHash eHash, ScPasswordHash eHash2=PASSHASH_UNSPECIFIED) const override | ScDocProtection | virtual |
| isOptionEnabled(Option eOption) const | ScDocProtection | |
| isPasswordEmpty() const override | ScDocProtection | virtual |
| isProtected() const override | ScDocProtection | virtual |
| isProtectedWithPass() const override | ScDocProtection | virtual |
| mpImpl | ScDocProtection | private |
| NONE enum value | ScDocProtection | |
| Option enum name | ScDocProtection | |
| ScDocProtection() | ScDocProtection | explicit |
| ScDocProtection(const ScDocProtection &r) | ScDocProtection | explicit |
| setOption(Option eOption, bool bEnabled) | ScDocProtection | |
| setPassword(const OUString &aPassText) override | ScDocProtection | virtual |
| setPasswordHash(const css::uno::Sequence< sal_Int8 > &aPassword, ScPasswordHash eHash, ScPasswordHash eHash2=PASSHASH_UNSPECIFIED) override | ScDocProtection | virtual |
| setPasswordHash(const OUString &rAlgorithmName, const OUString &rHashValue, const OUString &rSaltValue, sal_uInt32 nSpinCount) override | ScDocProtection | virtual |
| setProtected(bool bProtected) override | ScDocProtection | virtual |
| STRUCTURE enum value | ScDocProtection | |
| verifyPassword(const OUString &aPassText) const override | ScDocProtection | virtual |
| WINDOWS enum value | ScDocProtection | |
| ~ScDocProtection() override | ScDocProtection | virtual |
| ~ScPassHashProtectable()=0 | ScPassHashProtectable | pure virtual |