Lines Matching refs:bRO
48 sal_Bool bRO; member in SvtExecAppletsItem_Impl
57 sal_Bool IsReadOnly() const {return bRO;} in IsReadOnly()
64 …OSL_ENSURE(!bRO, "SvtExecAppletsItem_Impl::SetExecuteApplets()\nYou tried to write on a readonly v… in SetExecuteApplets()
65 if (!bRO) in SetExecuteApplets()
77 bRO (CFG_READONLY_DEFAULT ) in SvtExecAppletsItem_Impl()
90 bRO = pROStates[0]; in SvtExecAppletsItem_Impl()
95 if (bRO) in Commit()
345 sal_Bool bRO = sal_True; in IsReadOnly() local
349 bRO = pImpl->bROEnabled; in IsReadOnly()
352 bRO = pImpl->bROSecurity; in IsReadOnly()
355 bRO = pImpl->bRONetAccess; in IsReadOnly()
358 bRO = pImpl->bROUserClassPath; in IsReadOnly()
361 bRO = pImpl->aExecItem.IsReadOnly(); in IsReadOnly()
364 return bRO; in IsReadOnly()