Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A Dsqledit.cxx54 m_timerUndoActionCreation.SetTimeout(1000); in DBG_NAME()
55 m_timerUndoActionCreation.SetTimeoutHdl(LINK(this, OSqlEdit, OnUndoActionTimer)); in DBG_NAME()
74 if (m_timerUndoActionCreation.IsActive()) in ~OSqlEdit()
75 m_timerUndoActionCreation.Stop(); in ~OSqlEdit()
152 if (m_timerUndoActionCreation.IsActive())
153 m_timerUndoActionCreation.Stop();
154 m_timerUndoActionCreation.Start();
172 if (m_timerUndoActionCreation.IsActive()) in SetText()
174 m_timerUndoActionCreation.Stop(); in SetText()
/trunk/main/dbaccess/source/ui/inc/
H A Dsqledit.hxx38 Timer m_timerUndoActionCreation; member in dbaui::OSqlEdit

Completed in 17 milliseconds