Searched refs:m_hWnd (Results 1 – 8 of 8) sorted by relevance
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 …]
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 …]
75 HWND m_hWnd; // set by initialize member in DropTarget
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 …]
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()
72 if(m_hWnd) in ~AWindow()
44 CAxWindow wnd(m_hWnd); in OnCreate()
52 HWND m_hWnd; //Window handle of the window member in winwrap::CWindow
Completed in 46 milliseconds