Home
last modified time | relevance | path

Searched refs:m_eTimerType (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/framework/source/services/
H A Dautorecovery.cxx578 , m_eTimerType (E_DONT_START_TIMER )
656 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in dispatch()
962 m_eTimerType = AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL; in changesOccurred()
967 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in changesOccurred()
1096 m_eTimerType = AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL; in implts_readAutoSaveConfig()
1101 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in implts_readAutoSaveConfig()
1571 (m_eTimerType == AutoRecovery::E_DONT_START_TIMER) in implts_updateTimer()
1576 if (m_eTimerType == AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL) in implts_updateTimer()
1585 if (m_eTimerType == AutoRecovery::E_POLL_FOR_USER_IDLE) in implts_updateTimer()
1594 if (m_eTimerType == AutoRecovery::E_POLL_TILL_AUTOSAVE_IS_ALLOWED) in implts_updateTimer()
[all …]
/AOO42X/main/framework/inc/services/
H A Dautorecovery.hxx383 ETimerType m_eTimerType; member in framework::AutoRecovery