Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx78 ,m_nDropEvent(0) in DBG_NAME()
106 if (m_nDropEvent) in ~OTableWindowListBox()
107 Application::RemoveUserEvent(m_nDropEvent); in ~OTableWindowListBox()
333 m_nDropEvent = 0;
357 if (m_nDropEvent) in ExecuteDrop()
358 Application::RemoveUserEvent(m_nDropEvent); in ExecuteDrop()
359 m_nDropEvent = Application::PostUserEvent(LINK(this, OTableWindowListBox, DropHdl)); in ExecuteDrop()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowListBox.hxx64 sal_uLong m_nDropEvent; member in dbaui::OTableWindowListBox

Completed in 14 milliseconds