Lines Matching refs:mpImpl

277     mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScDocProtection::NONE)))  in ScDocProtection()
283 mpImpl(new ScTableProtectionImpl(*r.mpImpl)) in ScDocProtection()
293 return mpImpl->isProtected(); in isProtected()
298 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()
303 mpImpl->setProtected(bProtected); in setProtected()
308 mpImpl->setOption(ScDocProtection::STRUCTURE, bProtected); in setProtected()
313 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()
318 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
323 mpImpl->setPassword(aPassText); in setPassword()
328 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
333 mpImpl->setPasswordHash(aPassword, eHash); in setPasswordHash()
338 return mpImpl->verifyPassword(aPassText); in verifyPassword()
343 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
348 mpImpl->setOption(eOption, bEnabled); in setOption()
354 mpImpl(new ScTableProtectionImpl(static_cast<SCSIZE>(ScTableProtection::NONE))) in ScTableProtection()
357 mpImpl->setOption(SELECT_LOCKED_CELLS, true); in ScTableProtection()
358 mpImpl->setOption(SELECT_UNLOCKED_CELLS, true); in ScTableProtection()
363 mpImpl(new ScTableProtectionImpl(*r.mpImpl)) in ScTableProtection()
373 return mpImpl->isProtected(); in isProtected()
378 return mpImpl->isProtectedWithPass(); in isProtectedWithPass()
383 mpImpl->setProtected(bProtected); in setProtected()
388 return mpImpl->isPasswordEmpty(); in isPasswordEmpty()
393 return mpImpl->hasPasswordHash(eHash); in hasPasswordHash()
398 mpImpl->setPassword(aPassText); in setPassword()
403 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
408 mpImpl->setPasswordHash(aPassword, eHash); in setPasswordHash()
413 return mpImpl->verifyPassword(aPassText); in verifyPassword()
418 return mpImpl->isOptionEnabled(eOption); in isOptionEnabled()
423 mpImpl->setOption(eOption, bEnabled); in setOption()