Lines Matching refs:ScTableProtection
55 const ScTableProtection* p = rDoc.GetTabProtection(i); in needsPassHashRegen()
353 ScTableProtection::ScTableProtection() : in ScTableProtection() function in ScTableProtection
354 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScTableProtection::NONE))) in ScTableProtection()
361 ScTableProtection::ScTableProtection(const ScTableProtection& r) : in ScTableProtection() function in ScTableProtection
367 ScTableProtection::~ScTableProtection() in ~ScTableProtection()
371 bool ScTableProtection::isProtected() const in isProtected()
376 bool ScTableProtection::isProtectedWithPass() const in isProtectedWithPass()
381 void ScTableProtection::setProtected(bool bProtected) in setProtected()
386 bool ScTableProtection::isPasswordEmpty() const in isPasswordEmpty()
391 bool ScTableProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
396 void ScTableProtection::setPassword(const String& aPassText) in setPassword()
401 Sequence<sal_Int8> ScTableProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
406 void ScTableProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eH… in setPasswordHash()
411 bool ScTableProtection::verifyPassword(const String& aPassText) const in verifyPassword()
416 bool ScTableProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
421 void ScTableProtection::setOption(Option eOption, bool bEnabled) in setOption()