Lines Matching refs:m_bModified
600 , m_bModified( false ) in UIConfigurationManager()
641 m_bModified = false; in dispose()
750 m_bModified = sal_False; in reset()
904 m_bModified = true; in replaceSettings()
962 m_bModified = true; // user layer must be written in removeSettings()
1030 m_bModified = true; in insertSettings()
1208 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in reload()
1227 m_bModified = sal_False; in reload()
1247 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in store()
1266 m_bModified = false; in store()
1280 if ( m_xDocConfigStorage.is() && m_bModified && !m_bReadOnly ) in storeToStorage()
1310 return m_bModified; in isModified()