Home
last modified time | relevance | path

Searched refs:IsChangeReadOnlyEnabled (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx101 return !IsReadOnly() || aDocument.IsImportingXML() || aDocument.IsChangeReadOnlyEnabled(); in IsEditable()
H A Ddocfunc.cxx3126 if ( !pDoc->IsChangeReadOnlyEnabled() && !rDocShell.IsEditable() ) in SetWidthOrHeight()
/trunk/main/sc/inc/
H A Ddocument.hxx1047 bool IsChangeReadOnlyEnabled() const { return mbChangeReadOnlyEnabled; } in IsChangeReadOnlyEnabled() function in ScDocument
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1981 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->IsChangeReadOnlyEnabled() ); in getPropertyValue()