Home
last modified time | relevance | path

Searched refs:HIWORD (Results 1 – 20 of 20) sorted by relevance

/aoo42x/main/automation/inc/automation/
H A Dcommdefines.hxx41 #ifndef HIWORD
42 #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)))
/aoo42x/main/automation/source/simplecm/
H A Dpackethandler.cxx56 nRes += HIBYTE( HIWORD( nBytes ) ) ^ 0xf0; in CalcCheckByte()
57 nRes += LOBYTE( HIWORD( nBytes ) ) ^ 0x0f; in CalcCheckByte()
/aoo42x/main/vcl/win/source/window/
H A Dsalobj.cxx397 0, 0, 0, (int)LOWORD( lParam ), (int)HIWORD( lParam ), in SalSysObjWndProc()
492 pt.y = (long) HIWORD( lParam ); in SalSysObjChildWndProc()
H A Dsalframe.cxx3358 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()
4361 pFrame->mnHeight = (int)HIWORD(lParam); in ImplHandleSizeMsg()
5103 WORD nFlags = HIWORD(wParam); in ImplHandleMenuSelect()
5180 if( !HIWORD(wParam) ) in ImplHandleCommand()
5802 aScreenPt.y = (short)HIWORD( lParam ); in ImplSalWheelMousePos()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c155 WORD newHeight = HIWORD(lParam); in NativeViewWndProc()
/aoo42x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c168 WORD newHeight = HIWORD(lParam);
/aoo42x/main/crashrep/source/win32/
H A Dsoreport.cpp832 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()
/aoo42x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c183 WORD newHeight = HIWORD(lParam); in OpenOfficeWndProc()
/aoo42x/main/canvas/source/directx/
H A Ddx_9rm.cxx770 aInfo.nDriverId = HIWORD(aIdent.DriverVersion.HighPart); in verifyDevice()
772 aInfo.nDriverSubVersion = HIWORD(aIdent.DriverVersion.LowPart); in verifyDevice()
/aoo42x/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx232 HIWORD(lParam), // height of client area in OnSize()
/aoo42x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx257 wmEvent = HIWORD(wParam); in WndProc()
/aoo42x/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx269 wmEvent = HIWORD(wParam); in WndProc()
/aoo42x/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx216 wmEvent = HIWORD(wParam); in WndProc()
/aoo42x/main/sal/osl/w32/
H A Dthread.c583 gotACP = HIWORD(dwEncoding); in osl_getThreadTextEncoding()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx596 hChildDlg, LOWORD(wParam), HIWORD(lParam)); in ofnHookProc()
H A DWinFileOpenImpl.cxx895 m_HelpPopupWindow.show(LOWORD(dwMsgPos),HIWORD(dwMsgPos)); in onCustomControlHelpRequest()
/aoo42x/main/embedserv/source/embed/
H A Dtracker.cxx413 *py = (int)(short)HIWORD(msg.lParam) - yDiff; in TrackHandle()
/aoo42x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1222 nUspVersion = HIWORD(pFixedFileInfo->dwProductVersionMS) * 10000
/aoo42x/main/external/mingwheaders/
H A Dmingw_headers.patch1436 #define PROPSETHDR_OSVER_KIND(dwOSVer) HIWORD( (dwOSVer) )
/aoo42x/main/vcl/os2/source/window/
H A Dsalframe.cxx3102 if( !HIWORD(wParam) ) in SalImplHandleProcessMenu()

Completed in 129 milliseconds