Searched refs:isPasswordEmpty (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()87 bool isPasswordEmpty() const;175 bool ScTableProtectionImpl::isPasswordEmpty() const in isPasswordEmpty() function in ScTableProtectionImpl311 bool ScDocProtection::isPasswordEmpty() const in isPasswordEmpty() function in ScDocProtection313 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()386 bool ScTableProtection::isPasswordEmpty() const in isPasswordEmpty() function in ScTableProtection388 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()
70 virtual bool isPasswordEmpty() const = 0;100 virtual bool isPasswordEmpty() const;157 virtual bool isPasswordEmpty() const;
210 if (mpDocItem->isPasswordEmpty()) in SetDocData()264 if (pTabProtect->isPasswordEmpty()) in SetTableData()298 if (pProtected->isPasswordEmpty()) in lcl_IsInGoodStatus()
Completed in 12 milliseconds