Lines Matching refs:m_bReadOnly
554 long nModes = m_bReadOnly ? ElementModes::READ : ElementModes::READWRITE; in impl_Initialize()
598 , m_bReadOnly( true ) in UIConfigurationManager()
880 else if ( m_bReadOnly ) in replaceSettings()
939 else if ( m_bReadOnly ) in removeSettings()
997 else if ( m_bReadOnly ) in insertSettings()
1153 m_bReadOnly = sal_True; in setStorage()
1176 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in setStorage()
1208 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in reload()
1247 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in store()
1280 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in storeToStorage()
1317 return m_bReadOnly; in isReadOnly()