Searched refs:isProtectedWithPass (Results 1 – 3 of 3) sorted by relevance
84 bool isProtectedWithPass() const;145 bool ScTableProtectionImpl::isProtectedWithPass() const in isProtectedWithPass() function in ScTableProtectionImpl296 bool ScDocProtection::isProtectedWithPass() const in isProtectedWithPass() function in ScDocProtection298 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()376 bool ScTableProtection::isProtectedWithPass() const in isProtectedWithPass() function in ScTableProtection378 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()
67 virtual bool isProtectedWithPass() const = 0;97 virtual bool isProtectedWithPass() const;154 virtual bool isProtectedWithPass() const;
1007 if (pProtect->isProtectedWithPass()) in Execute()1082 if (pProtect && pProtect->isProtectedWithPass()) in Execute()1154 if (pProtect && pProtect->isProtectedWithPass()) in Execute()
Completed in 24 milliseconds