Lines Matching refs:m_hWnd
55 m_hWnd( NULL), in DropTarget()
99 hr= RevokeDragDrop( m_hWnd); in disposing()
100 m_hWnd= 0; in disposing()
138 m_hWnd= *(HWND*)aArguments[0].getValue(); in initialize()
139 OSL_ASSERT( IsWindow( m_hWnd) ); in initialize()
142 m_threadIdWindow= GetWindowThreadProcessId( m_hWnd, NULL); in initialize()
156 m_threadIdWindow= GetWindowThreadProcessId( m_hWnd, NULL); in initialize()
186 if( FAILED( RegisterDragDrop( m_hWnd, m_pDropTarget) ) ) in initialize()
191 m_hWnd= NULL; in initialize()
232 if( FAILED( RegisterDragDrop( pTarget-> m_hWnd, pTarget-> m_pDropTarget) ) ) in DndTargetOleSTAFunc()
237 pTarget->m_hWnd= NULL; in DndTargetOleSTAFunc()
244 RevokeDragDrop( pTarget-> m_hWnd); in DndTargetOleSTAFunc()
247 pTarget->m_hWnd= 0; in DndTargetOleSTAFunc()
361 ScreenToClient( m_hWnd, &point); in DragEnter()
400 ScreenToClient( m_hWnd, &point); in DragOver()
483 ScreenToClient( m_hWnd, &point); in Drop()