Searched refs:m_hWnd (Results 1 – 12 of 12) sorted by relevance
/trunk/main/dtrans/source/os2/dnd/ |
H A D | DropTarget.cxx | 78 m_hWnd = *(HWND*) aArguments[0].getValue(); in initialize() 79 debug_printf("DropTarget::initialize hwnd %x", m_hWnd); in initialize() 82 defWndProc = WinSubclassWindow( m_hWnd, dndFrameProc); in initialize() 83 SetWindowDropTargetPtr( m_hWnd, this); in initialize() 91 debug_printf("DropTarget::disposing hwnd %x", m_hWnd); in disposing() 94 WinSubclassWindow( m_hWnd, defWndProc); in disposing() 96 SetWindowDropTargetPtr( m_hWnd, 0); in disposing() 344 MapWindowPoint( m_hWnd, dragInfo, &ptlMouse); in dragEnter() 356 new OTransferable( m_hWnd, dragInfo); in dragEnter() 407 MapWindowPoint( m_hWnd, dragInfo, &ptlMouse); in dragOver() [all …]
|
H A D | DragSource.cxx | 76 m_hWnd = *(HWND*)aArguments[1].getValue(); in initialize() 77 debug_printf("DragSource::initialize hwnd %x", m_hWnd); in initialize() 79 SetWindowDragSourcePtr( m_hWnd, this); in initialize() 84 debug_printf("DragSource::disposing hwnd %x", m_hWnd); in disposing() 85 SetWindowDragSourcePtr( m_hWnd, 0); in disposing() 113 m_hWnd, sourceActions); in startDrag() 124 g_DragSourceHwnd = m_hWnd; in startDrag() 141 pSourceDraginfo->hwndSource = m_hWnd; in startDrag() 146 dragItem.hwndItem = m_hWnd; in startDrag() 165 hwndTarget = DrgDrag( m_hWnd, pSourceDraginfo, &dimg, 1L, VK_BUTTON2, NULL); in startDrag() [all …]
|
H A D | DragSource.hxx | 64 HWND m_hWnd; member in DragSource
|
H A D | DropTarget.hxx | 67 HWND m_hWnd; member in DropTarget
|
/trunk/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 63 m_hWnd=NULL; in CWindow() 69 if (IsWindow(m_hWnd)) in ~CWindow() 70 DestroyWindow(m_hWnd); in ~CWindow() 89 return m_hWnd; in Window() 167 m_hWnd=NULL; in CHatchWin() 191 if (NULL!=m_hWnd && IsWindow(m_hWnd)) in ~CHatchWin() 192 DestroyWindow(m_hWnd); in ~CHatchWin() 219 m_hWnd=CreateWindowEx( in Init() 228 return (NULL!=m_hWnd); in Init() 235 SetWindowRgn(m_hWnd,hrgn,true); in SetTrans() [all …]
|
/trunk/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 55 m_hWnd( NULL), in DropTarget() 99 hr= RevokeDragDrop( m_hWnd); in disposing() 100 m_hWnd= 0; in disposing() 139 OSL_ASSERT( IsWindow( m_hWnd) ); in initialize() 191 m_hWnd= NULL; in initialize() 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() [all …]
|
H A D | target.hxx | 76 HWND m_hWnd; // set by initialize member in DropTarget
|
/trunk/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 1213 if (m_hWnd != NULL) 1216 return m_hWnd; 1327 ATLASSERT(::IsWindow(m_hWnd)); 1333 + ATLASSERT(::IsWindow(m_hWnd)); 1339 ATLASSERT(::IsWindow(m_hWnd)); 1346 - ATLASSERT(::IsWindow(m_hWnd)); 1368 + using TBase::m_hWnd; 1467 + using CWindowImplRoot< TBase >::m_hWnd; 1513 + using CWindowImplRoot< TBase >::m_hWnd; 1521 + using CDialogImplBaseT< TBase >::m_hWnd; [all …]
|
/trunk/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 93 m_hWnd, // parent window in OnCreate() 100 mapEditToMainWnd[m_hwndEdit]= m_hWnd; in OnCreate() 119 ar[1]<<= (sal_uInt32)m_hWnd; in OnCreate() 128 any <<= (sal_uInt32)m_hWnd; in OnCreate()
|
H A D | atlwindow.hxx | 72 if(m_hWnd) in ~AWindow()
|
/trunk/main/extensions/test/ole/OleClient/ |
H A D | axhost.cxx | 44 CAxWindow wnd(m_hWnd); in OnCreate()
|
/trunk/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 52 HWND m_hWnd; //Window handle of the window member in winwrap::CWindow
|
Completed in 40 milliseconds