This is the complete list of members for ScTableProtectionImpl, including all inherited members.
getEnhancedProtection() const | ScTableProtectionImpl | inline |
getPasswordHash(ScPasswordHash eHash, ScPasswordHash eHash2) const | ScTableProtectionImpl | |
getPasswordHash() const | ScTableProtectionImpl | |
hashPassword(std::u16string_view aPassText, ScPasswordHash eHash) | ScTableProtectionImpl | static |
hashPassword(const Sequence< sal_Int8 > &rPassHash, ScPasswordHash eHash) | ScTableProtectionImpl | static |
hasPasswordHash(ScPasswordHash eHash, ScPasswordHash eHash2) const | ScTableProtectionImpl | |
isBlockEditable(const ScRange &rRange) const | ScTableProtectionImpl | |
isOptionEnabled(SCSIZE nOptId) const | ScTableProtectionImpl | |
isPasswordEmpty() const | ScTableProtectionImpl | inline |
isProtected() const | ScTableProtectionImpl | inline |
isProtectedWithPass() const | ScTableProtectionImpl | |
isSelectionEditable(const ScRangeList &rRangeList) const | ScTableProtectionImpl | |
maEnhancedProtection | ScTableProtectionImpl | private |
maOptions | ScTableProtectionImpl | private |
maPassHash | ScTableProtectionImpl | private |
maPassText | ScTableProtectionImpl | private |
maPasswordHash | ScTableProtectionImpl | private |
mbEmptyPass | ScTableProtectionImpl | private |
mbProtected | ScTableProtectionImpl | private |
meHash1 | ScTableProtectionImpl | private |
meHash2 | ScTableProtectionImpl | private |
ScTableProtectionImpl(SCSIZE nOptSize) | ScTableProtectionImpl | explicit |
ScTableProtectionImpl(const ScTableProtectionImpl &r) | ScTableProtectionImpl | explicit |
setEnhancedProtection(::std::vector< ScEnhancedProtection > &&rProt) | ScTableProtectionImpl | |
setOption(SCSIZE nOptId, bool bEnabled) | ScTableProtectionImpl | |
setPassword(const OUString &aPassText) | ScTableProtectionImpl | |
setPasswordHash(const css::uno::Sequence< sal_Int8 > &aPassword, ScPasswordHash eHash, ScPasswordHash eHash2) | ScTableProtectionImpl | |
setPasswordHash(const OUString &rAlgorithmName, const OUString &rHashValue, const OUString &rSaltValue, sal_uInt32 nSpinCount) | ScTableProtectionImpl | |
setProtected(bool bProtected) | ScTableProtectionImpl | |
updateReference(UpdateRefMode, const ScDocument &, const ScRange &rWhere, SCCOL nDx, SCROW nDy, SCTAB nDz) | ScTableProtectionImpl | |
verifyPassword(const OUString &aPassText) const | ScTableProtectionImpl | |