Searched refs:m_threadIdTarget (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 64 m_threadIdTarget(0), in DropTarget() 89 if( m_threadIdTarget) in disposing() 92 PostThreadMessage( m_threadIdTarget, WM_REVOKEDRAGDROP, (WPARAM)this, 0); in disposing() 149 OSL_ENSURE( ! m_threadIdTarget,"initialize was called twice"); in initialize() 162 &m_evtThreadReady, 0, &m_threadIdTarget); in initialize() 165 …PostThreadMessage( m_threadIdTarget, WM_REGISTERDRAGDROP, (WPARAM)static_cast<DropTarget*>(this), … in initialize()
|
H A D | target.hxx | 82 DWORD m_threadIdTarget; member in DropTarget
|
Completed in 31 milliseconds