Home
last modified time | relevance | path

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

/trunk/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()
87 bool isPasswordEmpty() const;
175 bool ScTableProtectionImpl::isPasswordEmpty() const in isPasswordEmpty() function in ScTableProtectionImpl
311 bool ScDocProtection::isPasswordEmpty() const in isPasswordEmpty() function in ScDocProtection
313 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()
386 bool ScTableProtection::isPasswordEmpty() const in isPasswordEmpty() function in ScTableProtection
388 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()
/trunk/main/sc/inc/
H A Dtabprotection.hxx70 virtual bool isPasswordEmpty() const = 0;
100 virtual bool isPasswordEmpty() const;
157 virtual bool isPasswordEmpty() const;
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx210 if (mpDocItem->isPasswordEmpty()) in SetDocData()
264 if (pTabProtect->isPasswordEmpty()) in SetTableData()
298 if (pProtected->isPasswordEmpty()) in lcl_IsInGoodStatus()

Completed in 10 milliseconds