Searched refs:SetTabProtection (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 403 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()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | retypepassdlg.cxx | 132 rDoc.SetTabProtection(static_cast<SCTAB>(i), pTabProtect); in WriteNewDataToDocument()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 661 rImport.GetDocument()->SetTabProtection(static_cast<SCTAB>(nCurrentSheet), pProtect.get()); in DeleteTable()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 1294 GetDoc().SetTabProtection(itr->first, pProtect.get()); in Apply()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2203 pUndoDoc->SetTabProtection(nTab, pDoc->GetTabProtection(nTab)); in DeleteTables() 2649 pDestDoc->SetTabProtection(nDestTab1, pDoc->GetTabProtection(TheTabs[i])); in MoveTable()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3423 pDoc->SetTabProtection(nTab, &rProtect); in ProtectSheet() 3475 pDoc->SetTabProtection(nTab, &aProtection); in Protect() 3554 pDoc->SetTabProtection(nTab, NULL); in Unprotect()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 1850 void ScDocument::SetTabProtection(SCTAB nTab, const ScTableProtection* pProtect) in SetTabProtection() function in ScDocument
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1460 pDoc->SetTabProtection(static_cast<SCTAB>(Tab), &aProtection); in LoadTables()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 583 SC_DLLPUBLIC void SetTabProtection(SCTAB nTab, const ScTableProtection* pProtect);
|
Completed in 543 milliseconds