Searched refs:HIWORD (Results  1 – 20 of 20) sorted by relevance
| /aoo4110/main/automation/inc/automation/ | 
| H A D | commdefines.hxx | 41 #ifndef HIWORD42 #define HIWORD(d)           ((comm_WORD)(((comm_DWORD)(d) >> 16) & 0xFFFF))  macro
 67 #define SWAPDWORD(d)        MAKEDWORD(SWAPWORD(HIWORD(d)),SWAPWORD(LOWORD(d)))
 84 #define NETDWORD(d)         MAKEDWORD(NETWORD(HIWORD(d)),NETWORD(LOWORD(d)))
 
 | 
| /aoo4110/main/automation/source/simplecm/ | 
| H A D | packethandler.cxx | 56 	nRes += HIBYTE( HIWORD( nBytes ) ) ^ 0xf0;  in CalcCheckByte()57 	nRes += LOBYTE( HIWORD( nBytes ) ) ^ 0x0f;  in CalcCheckByte()
 
 | 
| /aoo4110/main/vcl/win/source/window/ | 
| H A D | salobj.cxx | 397 							  0, 0,  0, (int)LOWORD( lParam ), (int)HIWORD( lParam ),  in SalSysObjWndProc()492                     pt.y = (long) HIWORD( lParam );  in SalSysObjChildWndProc()
 
 | 
| H A D | salframe.cxx | 3358     aMouseEvt.mnY       = (short)HIWORD( lParam );  in ImplHandleMouseMsg()3432                 aPt.y = (short)HIWORD( lParam );  in ImplHandleMouseMsg()
 3536         aWinPt.y    = (short)HIWORD( lParam );  in ImplHandleWheelMsg()
 3544         aWheelEvt.mnDelta       = (short)HIWORD( wParam );  in ImplHandleWheelMsg()
 4358             pFrame->mnHeight = (int)HIWORD(lParam);  in ImplHandleSizeMsg()
 5100     WORD nFlags = HIWORD(wParam);  in ImplHandleMenuSelect()
 5177     if( !HIWORD(wParam) )  in ImplHandleCommand()
 5799     aScreenPt.y = (short)HIWORD( lParam );  in ImplSalWheelMousePos()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ | 
| H A D | nativeview.c | 155         WORD newHeight = HIWORD(lParam);  in NativeViewWndProc()
 | 
| /aoo4110/main/embeddedobj/test/Container1/nativelib/ | 
| H A D | nativeview.c | 168         WORD newHeight = HIWORD(lParam);
 | 
| /aoo4110/main/bean/native/win32/ | 
| H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 183 			WORD newHeight = HIWORD(lParam);  in OpenOfficeWndProc()
 | 
| /aoo4110/main/canvas/source/directx/ | 
| H A D | dx_9rm.cxx | 770             aInfo.nDriverId = HIWORD(aIdent.DriverVersion.HighPart);  in verifyDevice()772             aInfo.nDriverSubVersion = HIWORD(aIdent.DriverVersion.LowPart);  in verifyDevice()
 
 | 
| /aoo4110/main/crashrep/source/win32/ | 
| H A D | soreport.cpp | 832 	LONG	cy = (SHORT)HIWORD( lParam );  in GrowChildWindows()875 		LONG	cy = HIWORD( lParam );  in PreviewDialogProc()
 1099 			if ( BN_CLICKED == HIWORD(wParam) )  in OptionsDialogProc()
 1280 			if ( BN_CLICKED == HIWORD(wParam) )  in ReportDialogProc()
 
 | 
| /aoo4110/main/dtrans/test/win32/dnd/ | 
| H A D | atlwindow.cxx | 232         HIWORD(lParam), // height of client area   in OnSize()
 | 
| /aoo4110/main/sal/workben/clipboardwben/testcopy/ | 
| H A D | cbcpytest.cxx | 257 			wmEvent = HIWORD(wParam);   in WndProc()
 | 
| /aoo4110/main/sal/workben/clipboardwben/testpaste/ | 
| H A D | cbptest.cxx | 269 			wmEvent = HIWORD(wParam);   in WndProc()
 | 
| /aoo4110/main/sal/workben/clipboardwben/testviewer/ | 
| H A D | cbvtest.cxx | 216 			wmEvent = HIWORD(wParam);   in WndProc()
 | 
| /aoo4110/main/sal/osl/w32/ | 
| H A D | thread.c | 583 	gotACP = HIWORD(dwEncoding);  in osl_getThreadTextEncoding()
 | 
| /aoo4110/main/fpicker/source/win32/filepicker/ | 
| H A D | FileOpenDlg.cxx | 596 			    hChildDlg, LOWORD(wParam), HIWORD(lParam));	  in ofnHookProc()
 | 
| H A D | WinFileOpenImpl.cxx | 895         m_HelpPopupWindow.show(LOWORD(dwMsgPos),HIWORD(dwMsgPos));  in onCustomControlHelpRequest()
 | 
| /aoo4110/main/embedserv/source/embed/ | 
| H A D | tracker.cxx | 413                 *py = (int)(short)HIWORD(msg.lParam) - yDiff;  in TrackHandle()
 | 
| /aoo4110/main/vcl/win/source/gdi/ | 
| H A D | winlayout.cxx | 1222 			nUspVersion = HIWORD(pFixedFileInfo->dwProductVersionMS) * 10000
 | 
| /aoo4110/main/external/mingwheaders/ | 
| H A D | mingw_headers.patch | 1436  #define PROPSETHDR_OSVER_KIND(dwOSVer)      HIWORD( (dwOSVer) )
 | 
| /aoo4110/main/vcl/os2/source/window/ | 
| H A D | salframe.cxx | 3102     if( !HIWORD(wParam) )  in SalImplHandleProcessMenu()
 | 
        Completed in 771 milliseconds