Home
last modified time | relevance | path

Searched refs:IsDocProtected (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Dtabprotection.cxx45 if (rDoc.IsDocProtected()) in needsPassHashRegen()
H A Ddocumen3.cxx1822 sal_Bool ScDocument::IsDocProtected() const in IsDocProtected() function in ScDocument
1830 …return !IsDocProtected() && ( bImportingXML || mbChangeReadOnlyEnabled || !pShell || !pShell->IsRe… in IsDocEditable()
/AOO42X/main/sc/source/ui/view/
H A Dtabvwsha.cxx389 rSet.Put( SfxBoolItem( nWhich, pDoc->IsDocProtected() ) ); in GetState()
H A Dtabvwshf.cxx867 if ( !bHasHidden || pDoc->IsDocProtected() || nTabSelCount > 1 ) in GetStateTable()
H A Dtabvwsh3.cxx987 ((const SfxBoolItem*)pItem)->GetValue() == pDoc->IsDocProtected() ) in Execute()
/AOO42X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1467 if ( pDocShell && !pDocShell->GetDocument()->IsDocProtected() ) in protect()
1495 return pDocShell->GetDocument()->IsDocProtected(); in isProtected()
/AOO42X/main/sc/inc/
H A Ddocument.hxx576 SC_DLLPUBLIC sal_Bool IsDocProtected() const;
/AOO42X/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1514 if (pDoc && pDoc->IsDocProtected()) in SetBodyAttributes()