Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1815 m_aEditLoseFocusTimer.SetTimeout( 300 ); in CustomPropertiesWindow()
1816 m_aEditLoseFocusTimer.SetTimeoutHdl( LINK( this, CustomPropertiesWindow, EditTimeoutHdl ) ); in CustomPropertiesWindow()
1828 m_aEditLoseFocusTimer.Stop(); in ~CustomPropertiesWindow()
1907 m_aEditLoseFocusTimer.Start(); in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx479 Timer m_aEditLoseFocusTimer; member in CustomPropertiesWindow