Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dtabprotection.cxx101 bool mbEmptyPass; member in ScTableProtectionImpl
124 mbEmptyPass(true), in ScTableProtectionImpl()
134 mbEmptyPass(r.mbEmptyPass), in ScTableProtectionImpl()
168 mbEmptyPass = aPassText.Len() == 0; in setPassword()
169 if (mbEmptyPass) in setPassword()
177 return mbEmptyPass; in isPasswordEmpty()
182 if (mbEmptyPass) in hasPasswordHash()
196 if (mbEmptyPass) in getPasswordHash()
215 mbEmptyPass = nLen <= 0 ? true : false; in setPasswordHash()
233 if (mbEmptyPass) in verifyPassword()

Completed in 19 milliseconds