Lines Matching refs:m_bModified
744 , m_bModified( false ) in ModuleUIConfigurationManager()
790 m_bModified = false; in dispose()
965 m_bModified = sal_False; in reset()
1128 m_bModified = true; in replaceSettings()
1167 m_bModified = true; in replaceSettings()
1237 m_bModified = true; // user layer must be written in removeSettings()
1318 m_bModified = true; in insertSettings()
1477 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in reload()
1498 m_bModified = sal_False; in reload()
1518 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in store()
1540 m_bModified = false; in store()
1551 if ( m_xUserConfigStorage.is() && m_bModified && !m_bReadOnly ) in storeToStorage()
1581 return m_bModified; in isModified()