Home
last modified time | relevance | path

Searched refs:hasPasswordHash (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Dtabprotection.cxx48 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 ScTableProtectionImpl
316 bool ScDocProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash() function in ScDocProtection
318 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
391 bool ScTableProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash() function in ScTableProtection
393 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
/aoo42x/main/sc/inc/
H A Dtabprotection.hxx71 virtual bool hasPasswordHash(ScPasswordHash eHash) const = 0;
101 virtual bool hasPasswordHash(ScPasswordHash eHash) const;
158 virtual bool hasPasswordHash(ScPasswordHash eHash) const;
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx212 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 21 milliseconds