Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx84 bool isProtectedWithPass() const;
145 bool ScTableProtectionImpl::isProtectedWithPass() const in isProtectedWithPass() function in ScTableProtectionImpl
296 bool ScDocProtection::isProtectedWithPass() const in isProtectedWithPass() function in ScDocProtection
298 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()
376 bool ScTableProtection::isProtectedWithPass() const in isProtectedWithPass() function in ScTableProtection
378 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()
/trunk/main/sc/inc/
H A Dtabprotection.hxx67 virtual bool isProtectedWithPass() const = 0;
97 virtual bool isProtectedWithPass() const;
154 virtual bool isProtectedWithPass() const;
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx1007 if (pProtect->isProtectedWithPass()) in Execute()
1082 if (pProtect && pProtect->isProtectedWithPass()) in Execute()
1154 if (pProtect && pProtect->isProtectedWithPass()) in Execute()

Completed in 30 milliseconds