Home
last modified time | relevance | path

Searched refs:eHash (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Dtabprotection.cxx43 bool ScPassHashHelper::needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash) in needsPassHashRegen() argument
48 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() argument
109 switch (eHash) in hashPassword()
180 bool ScTableProtectionImpl::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
[all …]
/AOO42X/main/sc/inc/
H A Dtabprotection.hxx52 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);
/AOO42X/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx113 void ScRetypePassDlg::SetDesiredHash(ScPasswordHash eHash) in SetDesiredHash() argument
115 meDesiredHash = eHash; in SetDesiredHash()
/AOO42X/main/sc/source/ui/inc/
H A Dretypepassdlg.hxx56 void SetDesiredHash(ScPasswordHash eHash);