Searched refs:ScPasswordHash (Results 1 – 6 of 6) sorted by relevance
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()[all …]
39 enum ScPasswordHash enum52 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 …]
56 void SetDesiredHash(ScPasswordHash eHash);124 ScPasswordHash meDesiredHash;
425 bool ExecuteRetypePassDlg(ScPasswordHash eDesiredHash);
113 void ScRetypePassDlg::SetDesiredHash(ScPasswordHash eHash) in SetDesiredHash()292 bool lcl_IsInGoodStatus(ScPassHashProtectable* pProtected, ScPasswordHash eDesiredHash) in lcl_IsInGoodStatus()
271 bool ScTabViewShell::ExecuteRetypePassDlg(ScPasswordHash eDesiredHash) in ExecuteRetypePassDlg()