Lines Matching refs:pProtect
3426 ScTableProtection* pProtect = pDoc->GetTabProtection(nTab); in ProtectSheet() local
3427 DBG_ASSERT(pProtect, "ScDocFunc::Unprotect: ScTableProtection pointer is NULL!"); in ProtectSheet()
3428 if (pProtect) in ProtectSheet()
3430 ::std::auto_ptr<ScTableProtection> p(new ScTableProtection(*pProtect)); in ProtectSheet()
3456 ScDocProtection* pProtect = pDoc->GetDocProtection(); in Protect() local
3457 DBG_ASSERT(pProtect, "ScDocFunc::Unprotect: ScDocProtection pointer is NULL!"); in Protect()
3458 if (pProtect) in Protect()
3460 ::std::auto_ptr<ScDocProtection> p(new ScDocProtection(*pProtect)); in Protect()
3478 ScTableProtection* pProtect = pDoc->GetTabProtection(nTab); in Protect() local
3479 DBG_ASSERT(pProtect, "ScDocFunc::Unprotect: ScTableProtection pointer is NULL!"); in Protect()
3480 if (pProtect) in Protect()
3482 ::std::auto_ptr<ScTableProtection> p(new ScTableProtection(*pProtect)); in Protect()