Lines Matching refs:ScPasswordHash
43 bool ScPassHashHelper::needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash) in needsPassHashRegen()
78 …:star::uno::Sequence<sal_Int8> hashPassword(const String& aPassText, ScPasswordHash eHash = PASSHA…
88 bool hasPasswordHash(ScPasswordHash eHash) const;
90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;
91 …void setPasswordHash(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eH…
103 ScPasswordHash meHash;
106 Sequence<sal_Int8> ScTableProtectionImpl::hashPassword(const String& aPassText, ScPasswordHash eHas… in hashPassword()
180 bool ScTableProtectionImpl::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
194 Sequence<sal_Int8> ScTableProtectionImpl::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
212 …ableProtectionImpl::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eHash) in setPasswordHash()
316 bool ScDocProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
331 void ScDocProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eHas… in setPasswordHash()
391 bool ScTableProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
401 Sequence<sal_Int8> ScTableProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
406 void ScTableProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eH… in setPasswordHash()