Home
last modified time | relevance | path

Searched refs:SetTabProtection (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/sc/source/ui/undo/ !
H A Dundotab.cxx403 pDoc->SetTabProtection(nTab, pRefUndoDoc->GetTabProtection(nTab)); in Undo()
1010 pRedoDoc->SetTabProtection(nTabPos, pDoc->GetTabProtection(nTabPos)); in Undo()
1065 pDoc->SetTabProtection(nTabPos, pRedoDoc->GetTabProtection(nTabPos)); in Redo()
1322 pDoc->SetTabProtection(mnTab, pCopy.get()); in DoProtect()
1327 pDoc->SetTabProtection(mnTab, NULL); in DoProtect()
/AOO42X/main/sc/source/ui/miscdlgs/ !
H A Dretypepassdlg.cxx132 rDoc.SetTabProtection(static_cast<SCTAB>(i), pTabProtect); in WriteNewDataToDocument()
/AOO42X/main/sc/source/filter/xml/ !
H A Dxmlsubti.cxx661 rImport.GetDocument()->SetTabProtection(static_cast<SCTAB>(nCurrentSheet), pProtect.get()); in DeleteTable()
/AOO42X/main/sc/source/ui/view/ !
H A Dviewfun2.cxx2203 pUndoDoc->SetTabProtection(nTab, pDoc->GetTabProtection(nTab)); in DeleteTables()
2649 pDestDoc->SetTabProtection(nDestTab1, pDoc->GetTabProtection(TheTabs[i])); in MoveTable()
/AOO42X/main/sc/source/filter/excel/ !
H A Dxicontent.cxx1294 GetDoc().SetTabProtection(itr->first, pProtect.get()); in Apply()
/AOO42X/main/sc/source/ui/docshell/ !
H A Ddocfunc.cxx3419 pDoc->SetTabProtection(nTab, &rProtect); in ProtectSheet()
3471 pDoc->SetTabProtection(nTab, &aProtection); in Protect()
3550 pDoc->SetTabProtection(nTab, NULL); in Unprotect()
/AOO42X/main/sc/source/core/data/ !
H A Ddocumen3.cxx1850 void ScDocument::SetTabProtection(SCTAB nTab, const ScTableProtection* pProtect) in SetTabProtection() function in ScDocument
/AOO42X/main/sc/source/filter/starcalc/ !
H A Dscflt.cxx1460 pDoc->SetTabProtection(static_cast<SCTAB>(Tab), &aProtection); in LoadTables()
/AOO42X/main/sc/inc/ !
H A Ddocument.hxx580 SC_DLLPUBLIC void SetTabProtection(SCTAB nTab, const ScTableProtection* pProtect);