Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx109 switch (eHash) in hashPassword()
188 if (meHash == eHash) in hasPasswordHash()
202 return hashPassword(maPassText, eHash); in getPasswordHash()
204 if (meHash == eHash) in getPasswordHash()
216 meHash = eHash; in setPasswordHash()
318 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
328 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
333 mpImpl->setPasswordHash(aPassword, eHash); in setPasswordHash()
393 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
403 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
[all …]
/trunk/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);
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx113 void ScRetypePassDlg::SetDesiredHash(ScPasswordHash eHash) in SetDesiredHash() argument
115 meDesiredHash = eHash; in SetDesiredHash()
/trunk/main/sc/source/ui/inc/
H A Dretypepassdlg.hxx56 void SetDesiredHash(ScPasswordHash eHash);

Completed in 22 milliseconds