Home
last modified time | relevance | path

Searched refs:ScPasswordHash (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx43 bool ScPassHashHelper::needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash) in needsPassHashRegen()
88 bool hasPasswordHash(ScPasswordHash eHash) const;
90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;
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()
316 bool ScDocProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
391 bool ScTableProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
[all …]
/trunk/main/sc/inc/
H A Dtabprotection.hxx39 enum ScPasswordHash enum
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;
[all …]
/trunk/main/sc/source/ui/inc/
H A Dretypepassdlg.hxx56 void SetDesiredHash(ScPasswordHash eHash);
124 ScPasswordHash meDesiredHash;
H A Dtabvwsh.hxx426 bool ExecuteRetypePassDlg(ScPasswordHash eDesiredHash);
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx113 void ScRetypePassDlg::SetDesiredHash(ScPasswordHash eHash) in SetDesiredHash()
292 bool lcl_IsInGoodStatus(ScPassHashProtectable* pProtected, ScPasswordHash eDesiredHash) in lcl_IsInGoodStatus()
/trunk/main/sc/source/ui/view/
H A Dtabvwshh.cxx271 bool ScTabViewShell::ExecuteRetypePassDlg(ScPasswordHash eDesiredHash) in ExecuteRetypePassDlg()

Completed in 53 milliseconds