Home
last modified time | relevance | path

Searched refs:EnableChangeReadOnly (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/inc/ !
H A Ddocument.hxx1048 void EnableChangeReadOnly( bool bVal ) { mbChangeReadOnlyEnabled = bVal; } in EnableChangeReadOnly() function in ScDocument
/AOO42X/main/sc/source/ui/unoobj/ !
H A Ddocuno.cxx1803 pDoc->EnableChangeReadOnly( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()