Home
last modified time | relevance | path

Searched refs:m_hWnd (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx63 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 …]
/aoo41x/main/dtrans/source/win32/dnd/
H A Dtarget.cxx55 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 Dtarget.hxx75 HWND m_hWnd; // set by initialize member in DropTarget
/aoo41x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1213 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 …]
/aoo41x/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx93 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 Datlwindow.hxx72 if(m_hWnd) in ~AWindow()
/aoo41x/main/extensions/test/ole/OleClient/
H A Daxhost.cxx44 CAxWindow wnd(m_hWnd); in OnCreate()
/aoo41x/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx52 HWND m_hWnd; //Window handle of the window member in winwrap::CWindow

Completed in 53 milliseconds