Searched refs:hasPasswordHash (Results 1 – 3 of 3) sorted by relevance
48 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()60 if (!p->isPasswordEmpty() && !p->hasPasswordHash(eHash)) in needsPassHashRegen()88 bool hasPasswordHash(ScPasswordHash eHash) const;180 bool ScTableProtectionImpl::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash() function in ScTableProtectionImpl316 bool ScDocProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash() function in ScDocProtection318 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()391 bool ScTableProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash() function in ScTableProtection393 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
71 virtual bool hasPasswordHash(ScPasswordHash eHash) const = 0;101 virtual bool hasPasswordHash(ScPasswordHash eHash) const;158 virtual bool hasPasswordHash(ScPasswordHash eHash) const;
212 else if (mpDocItem->hasPasswordHash(meDesiredHash)) in SetDocData()266 else if (pTabProtect->hasPasswordHash(meDesiredHash)) in SetTableData()301 if (pProtected->hasPasswordHash(eDesiredHash)) in lcl_IsInGoodStatus()
Completed in 27 milliseconds