Searched refs:AWindow (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.hxx | 47 class AWindow: public CWindowImpl<AWindow, CWindow, class 60 AWindow(LPCTSTR strName) in AWindow() function in AWindow 65 AWindow(LPCTSTR strName, RECT pos, BOOL mta=FALSE): m_isMTA( mta) in AWindow() function in AWindow 70 ~AWindow() in ~AWindow() 77 BEGIN_MSG_MAP(AWindow)
|
H A D | atlwindow.cxx | 65 LRESULT AWindow::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnClose() 84 LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnCreate() 141 LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnMouseAction() 156 LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnTimer() 225 LRESULT AWindow::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnSize() 237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus()
|
H A D | dndTest.cxx | 119 AWindow win(_T("DnD starting in Ole STA"), threadIdMTA, pos1); in doTest() 122 AWindow win2( _T("DnD starting in MTA"), threadIdMTA, pos2, true); in doTest() 126 AWindow win3(_T("DnD starting in OLE STA"), threadIdMTA, pos3, false, true); in doTest() 129 AWindow win24( _T("DnD starting in Ole MTA"), threadIdMTA, pos4, true, true); in doTest() 159 AWindow win(_T("DnD, full MTA"), GetCurrentThreadId(), pos, false, true); in MTAFunc()
|
Completed in 11 milliseconds