Lines Matching refs:ScDocProtection
47 const ScDocProtection* p = rDoc.GetDocProtection(); in needsPassHashRegen()
276 ScDocProtection::ScDocProtection() : in ScDocProtection() function in ScDocProtection
277 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScDocProtection::NONE))) in ScDocProtection()
281 ScDocProtection::ScDocProtection(const ScDocProtection& r) : in ScDocProtection() function in ScDocProtection
287 ScDocProtection::~ScDocProtection() in ~ScDocProtection()
291 bool ScDocProtection::isProtected() const in isProtected()
296 bool ScDocProtection::isProtectedWithPass() const in isProtectedWithPass()
301 void ScDocProtection::setProtected(bool bProtected) in setProtected()
308 mpImpl->setOption(ScDocProtection::STRUCTURE, bProtected); in setProtected()
311 bool ScDocProtection::isPasswordEmpty() const in isPasswordEmpty()
316 bool ScDocProtection::hasPasswordHash(ScPasswordHash eHash) const in hasPasswordHash()
321 void ScDocProtection::setPassword(const String& aPassText) in setPassword()
326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash()
331 void ScDocProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eHas… in setPasswordHash()
336 bool ScDocProtection::verifyPassword(const String& aPassText) const in verifyPassword()
341 bool ScDocProtection::isOptionEnabled(Option eOption) const in isOptionEnabled()
346 void ScDocProtection::setOption(Option eOption, bool bEnabled) in setOption()