Searched refs:eHash (Results 1 – 4 of 4) sorted by relevance
43 bool ScPassHashHelper::needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash) in needsPassHashRegen() argument48 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()60 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()78 …uno::Sequence<sal_Int8> hashPassword(const String& aPassText, ScPasswordHash eHash = PASSHASH_OOO);88 bool hasPasswordHash(ScPasswordHash eHash) const;90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;91 …h(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eHash = PASSHASH_OOO);106 …quence<sal_Int8> ScTableProtectionImpl::hashPassword(const String& aPassText, ScPasswordHash eHash) in hashPassword() argument109 switch (eHash) in hashPassword()180 bool ScTableProtectionImpl::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()[all …]
52 static bool needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash);71 virtual bool hasPasswordHash(ScPasswordHash eHash) const = 0;73 … virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const = 0;75 ScPasswordHash eHash = PASSHASH_OOO) = 0;101 virtual bool hasPasswordHash(ScPasswordHash eHash) const;103 virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;105 ScPasswordHash eHash = PASSHASH_OOO);158 virtual bool hasPasswordHash(ScPasswordHash eHash) const;160 virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;162 ScPasswordHash eHash = PASSHASH_OOO);
113 void ScRetypePassDlg::SetDesiredHash(ScPasswordHash eHash) in SetDesiredHash() argument115 meDesiredHash = eHash; in SetDesiredHash()
56 void SetDesiredHash(ScPasswordHash eHash);