Lines Matching refs:m_bReadOnly
721 , m_bReadOnly( true ) in UIConfigurationManagerImpl()
841 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in initialize()
1070 else if ( m_bReadOnly ) in replaceSettings()
1178 else if ( m_bReadOnly ) in removeSettings()
1255 else if ( m_bReadOnly ) in insertSettings()
1432 m_bReadOnly = sal_True; in setStorage()
1474 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in setStorage()
1563 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in reload()
1602 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in store()
1635 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in storeToStorage()
1672 return m_bReadOnly; in isReadOnly()