| /aoo42x/main/vcl/win/source/window/ | 
| H A D | salframe.cxx | 363     HWND        hWnd;  in ImplSalCreateFrame()  local506                 if ( hWnd && IsMaximized( hWnd ) &&  in ImplSalCreateFrame()
 535         if( !hWnd )  in ImplSalCreateFrame()
 543     if ( !hWnd )  in ImplSalCreateFrame()
 617     return hWnd;  in ImplSalReCreateHWND()
 2173     HWND hWnd;  in SetAlwaysOnTop()  local
 2225     if ( !IsIconic( hWnd ) && IsWindowVisible( hWnd ) )  in ImplSalToTop()
 2227         SetFocus( hWnd );  in ImplSalToTop()
 3477 	if( !IsWindow( hWnd ) )  in ImplHandleMouseMsg()
 5847 			pFrame->mhWnd = hWnd;  in SalFrameWndProc()
 [all …]
 
 | 
| H A D | salobj.cxx | 91 			if ( pFrame->mhWnd == hWnd )  in ImplFindSalObjectFrame()329 			BeginPaint( hWnd, &aPs );  in SalSysObjWndProc()
 330 			EndPaint( hWnd, &aPs );  in SalSysObjWndProc()
 354 			pSysObj = GetSalObjWindowPtr( hWnd );  in SalSysObjWndProc()
 411 			SetSalObjWindowPtr( hWnd, pSysObj );  in SalSysObjWndProc()
 415 			pSysObj->mhWnd = hWnd;  in SalSysObjWndProc()
 467 			BeginPaint( hWnd, &aPs );  in SalSysObjChildWndProc()
 468 			EndPaint( hWnd, &aPs );  in SalSysObjChildWndProc()
 610         if ( hWnd )  in ImplSalCreateObject()
 630 		if ( hWnd )  in ImplSalCreateObject()
 [all …]
 
 | 
| /aoo42x/main/vcl/inc/win/ | 
| H A D | wincomp.hxx | 109 	SetWindowLong( hWnd, GWL_STYLE, nStyle );  in SetWindowStyle()112 inline DWORD GetWindowStyle( HWND hWnd )  in GetWindowStyle()  argument
 114 	return GetWindowLong( hWnd, GWL_STYLE );  in GetWindowStyle()
 122 inline DWORD GetWindowExStyle( HWND hWnd )  in GetWindowExStyle()  argument
 127 inline BOOL IsMinimized( HWND hWnd )  in IsMinimized()  argument
 129 	return IsIconic( hWnd );  in IsMinimized()
 132 inline BOOL IsMaximized( HWND hWnd )  in IsMaximized()  argument
 134 	return IsZoomed( hWnd );  in IsMaximized()
 142 inline HFONT GetWindowFont( HWND hWnd )  in GetWindowFont()  argument
 162 inline HICON GetClassIcon( HWND hWnd )  in GetClassIcon()  argument
 [all …]
 
 | 
| H A D | saldata.hxx | 233 long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam );347 LONG        ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong );
 348 LONG        ImplGetWindowLong( HWND hWnd, int nIndex );
 355 inline void SetWindowPtr( HWND hWnd, WinSalFrame* pThis )  in SetWindowPtr()  argument
 357     ImplSetWindowLong( hWnd, SAL_FRAME_THIS, (LONG)pThis );  in SetWindowPtr()
 360 inline WinSalFrame* GetWindowPtr( HWND hWnd )  in GetWindowPtr()  argument
 362     return (WinSalFrame*)ImplGetWindowLong( hWnd, SAL_FRAME_THIS );  in GetWindowPtr()
 365 inline void SetSalObjWindowPtr( HWND hWnd, WinSalObject* pThis )  in SetSalObjWindowPtr()  argument
 367     ImplSetWindowLong( hWnd, SAL_OBJECT_THIS, (LONG)pThis );  in SetSalObjWindowPtr()
 370 inline WinSalObject* GetSalObjWindowPtr( HWND hWnd )  in GetSalObjWindowPtr()  argument
 [all …]
 
 | 
| /aoo42x/main/vcl/os2/source/window/ | 
| H A D | salobj.cxx | 130 				pSysObj = GetSalObjWindowPtr( hWnd );  in SalSysObjWndProc()136 				WinPostMsg( hWnd, SALOBJ_MSG_TOTOP, 0, 0 );  in SalSysObjWndProc()
 143 				pSysObj = GetSalObjWindowPtr( hWnd );  in SalSysObjWndProc()
 167 			pSysObj = GetSalObjWindowPtr( hWnd );  in SalSysObjWndProc()
 182 			SetSalObjWindowPtr( hWnd, pSysObj );  in SalSysObjWndProc()
 354 										  hWnd, HWND_TOP,  in ImplSalCreateObject()
 359 			if ( hWnd )  in ImplSalCreateObject()
 360 				WinDestroyWindow( hWnd );  in ImplSalCreateObject()
 365 		if ( hWnd )  in ImplSalCreateObject()
 371 			pObject->mhWnd = hWnd;  in ImplSalCreateObject()
 [all …]
 
 | 
| H A D | salframe.cxx | 1176     if ( pNewParent->hWnd == 0 )  in SetPluginParent()1476     HWND hWnd;  in SetAlwaysOnTop()
 1478         hWnd = HWND_TOPMOST;  in SetAlwaysOnTop()
 1480         hWnd = HWND_NOTOPMOST;  in SetAlwaysOnTop()
 1497 	WinQueryWindowPos( hWnd, &aSWP );  in ImplSalToTop()
 1718         HWND hWnd = mhWndClient;  in SetInputContext()  local
 1764         HWND hWnd = mhWndClient;  in EndExtTextInput()  local
 2978 		hWnd, pFrame->mhWndFrame,  in UpdateFrameGeometry()
 3581 				SetWindowPtr( hWnd, pFrame );  in SalFrameWndProc()
 3586 				pFrame->mhWndClient = hWnd;  in SalFrameWndProc()
 [all …]
 
 | 
| /aoo42x/main/desktop/win32/source/QuickStart/ | 
| H A D | QuickStart.cpp | 104 void NotifyListener( HWND hWnd )  in NotifyListener()  argument123     nid.hWnd   = hWnd;   in NotifyListener()
 252    HWND hWnd;  in InitInstance()  local
 259    if (!hWnd)  in InitInstance()
 265    ShowWindow(hWnd, nCmdShow);  in InitInstance()
 266    UpdateWindow(hWnd);  in InitInstance()
 348             nid.hWnd   = hWnd;   in WndProc()
 355             NotifyListener( hWnd );  in WndProc()
 392                         DestroyWindow(hWnd);  in WndProc()
 404                 NotifyListener( hWnd );  in WndProc()
 [all …]
 
 | 
| /aoo42x/main/sal/workben/clipboardwben/testviewer/ | 
| H A D | cbvtest.cxx | 68 void ClearClipboardContent( HWND hWnd );211 		ClearClipboardContent( hWnd );  in WndProc()
 221 					SwitchMenuState( hWnd );  in WndProc()
 226 				   DestroyWindow( hWnd );  in WndProc()
 235 			hdc = BeginPaint (hWnd, &ps);  in WndProc()
 238 			GetClientRect( hWnd, &rt );  in WndProc()
 242 				ShowAvailableClipboardFormats( hWnd, hdc, ps, rt );  in WndProc()
 251 			EndPaint( hWnd, &ps );  in WndProc()
 314 	if ( !OpenClipboard( hWnd ) )  in ShowAvailableClipboardFormats()
 331 void ClearClipboardContent( HWND hWnd )  in ClearClipboardContent()  argument
 [all …]
 
 | 
| /aoo42x/main/embedserv/source/embed/ | 
| H A D | syswinwrapper.cxx | 398     HWND hWnd, UINT iMsg  in HatchWndProc()  argument405     phw=(PCHatchWin)GetWindowLong(hWnd, HWWL_STRUCTURE);  in HatchWndProc()
 412             SetWindowLong(hWnd, HWWL_STRUCTURE, (LONG)phw);  in HatchWndProc()
 415             hDC=BeginPaint(hWnd,&ps);  in HatchWndProc()
 418             EndPaint(hWnd,&ps);  in HatchWndProc()
 422             ScreenToClient(hWnd,&ptMouse);  in HatchWndProc()
 425             if(phw->m_aTracker.Track(hWnd,ptMouse,FALSE,GetParent(hWnd)))  in HatchWndProc()
 428                 TransformRect(&aRect,hWnd,GetParent(hWnd));  in HatchWndProc()
 435             ScreenToClient(hWnd,&ptMouse);  in HatchWndProc()
 436             phw->m_aTracker.SetCursor(hWnd,HTCLIENT);  in HatchWndProc()
 [all …]
 
 | 
| H A D | tracker.cxx | 336 BOOL Tracker::Track(HWND hWnd,POINT point,BOOL bAllowInvert,  in Track()  argument349     SetCursor(hWnd,nHandle);  in Track()
 350     return TrackHandle(nHandle, hWnd, point, hWndClipTo);  in Track()
 365     SetCapture(hWnd);  in TrackHandle()
 366     UpdateWindow(hWnd);  in TrackHandle()
 388         hDrawDC = GetDC(hWnd);  in TrackHandle()
 400         if (GetCapture() != hWnd)  in TrackHandle()
 431                     DrawTrackerRect(&rectOld,hWndClipTo,hDrawDC,hWnd);  in TrackHandle()
 443                 DrawTrackerRect(&m_rect,hWndClipTo,hDrawDC,hWnd);  in TrackHandle()
 455                 DrawTrackerRect(&m_rect, hWndClipTo, hDrawDC, hWnd);  in TrackHandle()
 [all …]
 
 | 
| /aoo42x/main/vcl/win/source/app/ | 
| H A D | saldata.cxx | 117 LONG ImplSetWindowLong( HWND hWnd, int nIndex, DWORD dwNewLong )  in ImplSetWindowLong()  argument119 	return SetWindowLongW( hWnd, nIndex, dwNewLong );  in ImplSetWindowLong()
 124 LONG ImplGetWindowLong( HWND hWnd, int nIndex )  in ImplGetWindowLong()  argument
 126 	return GetWindowLongW( hWnd, nIndex );  in ImplGetWindowLong()
 131 BOOL ImplPostMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )  in ImplPostMessage()  argument
 133 	return PostMessageW( hWnd, nMsg, wParam, lParam );  in ImplPostMessage()
 138 BOOL ImplSendMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )  in ImplSendMessage()  argument
 140 	BOOL bRet = SendMessageW( hWnd, nMsg, wParam, lParam );  in ImplSendMessage()
 146 BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax )  in ImplGetMessage()  argument
 148 	return GetMessageW( lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax );  in ImplGetMessage()
 [all …]
 
 | 
| H A D | salinst.cxx | 102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
 780 				ImplPostMessage( hWnd, SAL_MSG_RELEASEWAITYIELD, wParam, lParam );  in SalComWndProc()
 840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )  argument
 854 		nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
 865 		if ( !ImplHandleGlobalMsg( hWnd, nMsg, wParam, lParam, nRet ) )
 866 			nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam );
 871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )  argument
 885 		nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
 896 		if ( !ImplHandleGlobalMsg( hWnd, nMsg, wParam, lParam, nRet ) )
 [all …]
 
 | 
| /aoo42x/main/sal/workben/clipboardwben/testpaste/ | 
| H A D | cbptest.cxx | 226    HWND hWnd;  in InitInstance()  local233    if( !hWnd )   in InitInstance()
 238    ShowWindow( hWnd, nCmdShow );  in InitInstance()
 239    UpdateWindow( hWnd );  in InitInstance()
 275 					PasteClipboardData2(hWnd);  in WndProc()
 279 				   DestroyWindow( hWnd );  in WndProc()
 283 				   return DefWindowProc( hWnd, message, wParam, lParam );  in WndProc()
 288 			hdc = BeginPaint (hWnd, &ps);  in WndProc()
 291 			GetClientRect( hWnd, &rt );  in WndProc()
 302 			EndPaint( hWnd, &ps );  in WndProc()
 [all …]
 
 | 
| /aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ | 
| H A D | nativeview.c | 74     HWND                          hWnd    ;  in Java_NativeView_getNativeWindow()  local96     hWnd    = dsi_win->hwnd;  in Java_NativeView_getNativeWindow()
 111     if (GetProp( hWnd, OLD_PROC_KEY )==0)  in Java_NativeView_getNativeWindow()
 113         hFuncPtr = SetWindowLong( hWnd, GWL_WNDPROC, (DWORD)NativeViewWndProc );  in Java_NativeView_getNativeWindow()
 114         SetProp( hWnd, OLD_PROC_KEY, (HANDLE)hFuncPtr );  in Java_NativeView_getNativeWindow()
 117     return ((jlong)hWnd);  in Java_NativeView_getNativeWindow()
 129     HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)  in NativeViewWndProc()  argument
 141             GetClientRect(hWnd, &rect);  in NativeViewWndProc()
 157         HWND hChild    = GetWindow(hWnd, GW_CHILD);  in NativeViewWndProc()
 164     hFuncPtr = GetProp(hWnd, OLD_PROC_KEY);  in NativeViewWndProc()
 [all …]
 
 | 
| /aoo42x/main/bean/native/win32/ | 
| H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 105 	HWND hWnd;  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()  local132 	hWnd = dsi_win->hwnd;  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
 147     if (GetProp( hWnd, OLD_PROC_KEY )==0)  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
 149         hFuncPtr = SetWindowLong( hWnd, GWL_WNDPROC, (DWORD)OpenOfficeWndProc );  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
 150         SetProp( hWnd, OLD_PROC_KEY, (HANDLE)hFuncPtr );  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
 153 	return ((jlong)hWnd);  in Java_com_sun_star_comp_beans_LocalOfficeWindow_getNativeWindow()
 158 	HWND hWnd,  in OpenOfficeWndProc()  argument
 170 				GetClientRect(hWnd, &rect);  in OpenOfficeWndProc()
 185 			HWND hChild = GetWindow(hWnd, GW_CHILD);  in OpenOfficeWndProc()
 198 	return CallWindowProc(GetProp(hWnd, OLD_PROC_KEY),  in OpenOfficeWndProc()
 [all …]
 
 | 
| /aoo42x/main/sfx2/source/appl/ | 
| H A D | shutdowniconw32.cxx | 313 static void addTaskbarIcon( HWND hWnd )  in addTaskbarIcon()  argument329     nid.hWnd                = hWnd;  in addTaskbarIcon()
 385                 addTaskbarIcon( hWnd );  in listenerWndProc()
 398             OnDrawItem(hWnd, (LPDRAWITEMSTRUCT) lParam);  in listenerWndProc()
 414                     SetForegroundWindow( hWnd );  in listenerWndProc()
 427                     PostMessage( hWnd, NULL, 0, 0 );  in listenerWndProc()
 448                             nid.hWnd = hWnd;  in listenerWndProc()
 463             return DefWindowProc(hWnd, uMsg, wParam, lParam);  in listenerWndProc()
 468                 addTaskbarIcon( hWnd );  in listenerWndProc()
 475                 nid.hWnd = hWnd;  in listenerWndProc()
 [all …]
 
 | 
| /aoo42x/main/vcl/inc/os2/ | 
| H A D | saldata.hxx | 151 PM_BOOL SalImplHandleProcessMenu( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 );179 MRESULT EXPENTRY SalFrameWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 );
 183 void SalTimerProc( HWND hWnd, UINT nMsg, UINT nId, ULONG nTime );
 289 inline void SetWindowPtr( HWND hWnd, SalFrame* pThis )  in SetWindowPtr()  argument
 291 	WinSetWindowULong( hWnd, SAL_FRAME_THIS, (ULONG)pThis );  in SetWindowPtr()
 294 inline Os2SalFrame* GetWindowPtr( HWND hWnd )  in GetWindowPtr()  argument
 296 	return (Os2SalFrame*)WinQueryWindowULong( hWnd, SAL_FRAME_THIS );  in GetWindowPtr()
 299 inline void SetSalObjWindowPtr( HWND hWnd, SalObject* pThis )  in SetSalObjWindowPtr()  argument
 301 	WinSetWindowULong( hWnd, SAL_OBJECT_THIS, (ULONG)pThis );  in SetSalObjWindowPtr()
 304 inline Os2SalObject* GetSalObjWindowPtr( HWND hWnd )  in GetSalObjWindowPtr()  argument
 [all …]
 
 | 
| /aoo42x/main/sal/workben/clipboardwben/testcopy/ | 
| H A D | cbcpytest.cxx | 64 void				PasteData( HWND hWnd );262 					CopyClipboardData(hWnd);  in WndProc()
 265 					PasteData(hWnd);  in WndProc()
 271 				   DestroyWindow( hWnd );  in WndProc()
 275 				   return DefWindowProc( hWnd, message, wParam, lParam );  in WndProc()
 280 			hdc = BeginPaint (hWnd, &ps);  in WndProc()
 283 			GetClientRect( hWnd, &rt );  in WndProc()
 294 			EndPaint( hWnd, &ps );  in WndProc()
 305 			return DefWindowProc( hWnd, message, wParam, lParam );  in WndProc()
 314 void CopyClipboardData( HWND hWnd )  in CopyClipboardData()  argument
 [all …]
 
 | 
| /aoo42x/main/fpicker/source/win32/filepicker/ | 
| H A D | WinFileOpenImpl.cxx | 509     HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam)  in SubClassFunc()  argument526 			    hWnd,wMessage,wParam,lParam);      in SubClassFunc()
 533 			hWnd,wMessage,wParam,lParam);      in SubClassFunc()
 541 			hWnd,wMessage,wParam,lParam);  in SubClassFunc()
 549 			hWnd,wMessage,wParam,lParam);  in SubClassFunc()
 556 		SetWindowLong(hWnd, GWL_WNDPROC,   in SubClassFunc()
 561 			hWnd,wMessage,wParam,lParam);  in SubClassFunc()
 567 			hWnd,wMessage,wParam,lParam);  in SubClassFunc()
 637         pImpl->InitControlLabel(hWnd);		  in EnumChildWndProc()
 638 		pImpl->InitCustomControlContainer(hWnd);  in EnumChildWndProc()
 [all …]
 
 | 
| H A D | helppopupwindow.cxx | 312 void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc )  in onPaint()  argument324     GetClientRect( hWnd, &rc );  in onPaint()
 472     HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )  in WndProc()  argument
 491                 pImpl->onCreate( hWnd );  in WndProc()
 494                 SetCapture( hWnd );  in WndProc()
 501                 GetProp( hWnd, CURRENT_INSTANCE ) );  in WndProc()
 507                 BeginPaint(hWnd, &ps);  in WndProc()
 508                 pImpl->onPaint( hWnd, ps.hdc );  in WndProc()
 509                 EndPaint(hWnd, &ps);  in WndProc()
 517                     RemoveProp( hWnd, CURRENT_INSTANCE ) );  in WndProc()
 [all …]
 
 | 
| H A D | dibpreview.cxx | 243 void SAL_CALL CDIBPreview::onPaint(HWND hWnd, HDC hDC)  in onPaint()  argument322 			GetClientRect(hWnd,&rc);  in onPaint()
 337 	HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)  in WndProc()  argument
 354             SetProp(hWnd, CURRENT_INSTANCE, lpcs->lpCreateParams);  in WndProc()
 364                     RemoveProp(hWnd, CURRENT_INSTANCE)) == NULL)  in WndProc()
 374             GetProp(hWnd, CURRENT_INSTANCE));  in WndProc()
 381 		hDC = BeginPaint(hWnd,&ps);  in WndProc()
 382 		pImpl->onPaint(hWnd,hDC);  in WndProc()
 383 		EndPaint(hWnd,&ps);  in WndProc()
 394 		return DefWindowProc(hWnd, uMsg, wParam, lParam);  in WndProc()
 
 | 
| H A D | PreviewCtrl.cxx | 449 void SAL_CALL CFilePreview::onPaint( HWND hWnd, HDC hDC )  in onPaint()  argument470 			GetClientRect(hWnd, &rcPrevWnd);  in onPaint()
 473 				hWnd, CDimension( cxPicPIXEL, cyPicPIXEL ) );  in onPaint()
 477 			POINT ulCorner = _calcULCorner( hWnd, scaledPicSize );  in onPaint()
 574 	HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )  in WndProc()  argument
 587 		hDC = BeginPaint( hWnd, &ps );  in WndProc()
 588 		s_FilePreviewInst->onPaint( hWnd, hDC );  in WndProc()
 589 		EndPaint( hWnd, &ps );  in WndProc()
 604 		return DefWindowProc( hWnd, uMsg, wParam, lParam );  in WndProc()
 
 | 
| /aoo42x/main/dbaccess/source/ui/dlg/ | 
| H A D | adodatalinks.cxx | 47 BSTR PromptEdit(long hWnd,BSTR connstr);48 BSTR PromptNew(long hWnd);
 50 ::rtl::OUString getAdoDatalink(long hWnd,::rtl::OUString& oldLink)  in getAdoDatalink()  argument
 55 		dataLink=reinterpret_cast<sal_Unicode *>(PromptEdit(hWnd,(BSTR)oldLink.getStr()));  in getAdoDatalink()
 58 		dataLink=reinterpret_cast<sal_Unicode *>(PromptNew(hWnd));  in getAdoDatalink()
 61 BSTR PromptNew(long hWnd)  in PromptNew()  argument
 87     dlPrompt->put_hWnd(hWnd);  in PromptNew()
 118 BSTR PromptEdit(long hWnd,BSTR connstr)  in PromptEdit()  argument
 162     dlPrompt->put_hWnd(hWnd);  in PromptEdit()
 
 | 
| /aoo42x/main/dtrans/source/os2/dnd/ | 
| H A D | globals.cxx | 99 void SetWindowDropTargetPtr( HWND hWnd, void* dropTarget )  in SetWindowDropTargetPtr()  argument101     WinSetWindowULong( hWnd, SAL_FRAME_DROPTARGET, (ULONG)dropTarget);  in SetWindowDropTargetPtr()
 105 void* GetWindowDropTargetPtr( HWND hWnd )  in GetWindowDropTargetPtr()  argument
 107     return (void*)WinQueryWindowULong( hWnd, SAL_FRAME_DROPTARGET);  in GetWindowDropTargetPtr()
 111 void SetWindowDragSourcePtr( HWND hWnd, void* dragSource )  in SetWindowDragSourcePtr()  argument
 113     WinSetWindowULong( hWnd, SAL_FRAME_DRAGSOURCE, (ULONG)dragSource);  in SetWindowDragSourcePtr()
 117 void* GetWindowDragSourcePtr( HWND hWnd )  in GetWindowDragSourcePtr()  argument
 119     return (void*)WinQueryWindowULong( hWnd, SAL_FRAME_DRAGSOURCE);  in GetWindowDragSourcePtr()
 
 | 
| /aoo42x/main/migrationanalysis/src/msokill/ | 
| H A D | msokill.cpp | 34 BOOL KillAppFromWindow(HWND hWnd, char *appName);100 	HWND hWnd;  in KillOffice()  local
 104 		while (((hWnd = FindWindow(wndClassName[i], NULL )) != NULL) && (j < 10)) {  in KillOffice()
 105 			KillAppFromWindow(hWnd, wndClassName[i]);  in KillOffice()
 118     HWND hWnd,  in KillAppFromWindow()  argument
 127 	if(hWnd == NULL) {  in KillAppFromWindow()
 136 		dThread = GetWindowThreadProcessId(hWnd, &pid);  in KillAppFromWindow()
 
 |