Lines Matching refs:ScTableProtectionImpl

75 class ScTableProtectionImpl  class
80 explicit ScTableProtectionImpl(SCSIZE nOptSize);
81 explicit ScTableProtectionImpl(const ScTableProtectionImpl& r);
106 Sequence<sal_Int8> ScTableProtectionImpl::hashPassword(const String& aPassText, ScPasswordHash eHas… in hashPassword()
122 ScTableProtectionImpl::ScTableProtectionImpl(SCSIZE nOptSize) : in ScTableProtectionImpl() function in ScTableProtectionImpl
130 ScTableProtectionImpl::ScTableProtectionImpl(const ScTableProtectionImpl& r) : in ScTableProtectionImpl() function in ScTableProtectionImpl
140 bool ScTableProtectionImpl::isProtected() const in isProtected()
145 bool ScTableProtectionImpl::isProtectedWithPass() const in isProtectedWithPass()
153 void ScTableProtectionImpl::setProtected(bool bProtected) in setProtected()
160 void ScTableProtectionImpl::setPassword(const String& aPassText) in setPassword()
175 bool ScTableProtectionImpl::isPasswordEmpty() const in isPasswordEmpty()
180 bool ScTableProtectionImpl::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
194 Sequence<sal_Int8> ScTableProtectionImpl::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
212 void ScTableProtectionImpl::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHas… in setPasswordHash()
226 bool ScTableProtectionImpl::verifyPassword(const String& aPassText) const in verifyPassword()
252 bool ScTableProtectionImpl::isOptionEnabled(SCSIZE nOptId) const in isOptionEnabled()
263 void ScTableProtectionImpl::setOption(SCSIZE nOptId, bool bEnabled) in setOption()
277 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScDocProtection::NONE))) in ScDocProtection()
283 mpImpl(new ScTableProtectionImpl(*r.mpImpl)) in ScDocProtection()
354 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScTableProtection::NONE))) in ScTableProtection()
363 mpImpl(new ScTableProtectionImpl(*r.mpImpl)) in ScTableProtection()