Searched refs:nMP1 (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/vcl/os2/source/window/ |
| H A D | salobj.cxx | 97 MPARAM nMP1, MPARAM nMP2 ) in SalSysObjWndProc() argument 152 HWND hWndFocus = HWNDFROMMP( nMP1 ); in SalSysObjWndProc() 162 WinPostMsg( hWnd, SALOBJ_MSG_POSTFOCUS, nMP1, nMP2 ); in SalSysObjWndProc() 189 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalSysObjWndProc() 196 MPARAM nMP1, MPARAM nMP2 ) in SalSysObjChildWndProc() argument 226 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalSysObjChildWndProc() 233 MPARAM nMP1, MPARAM nMP2 ) in SalSysObjClipWndProc() argument 260 short nX = (short)SHORT1FROMMP( nMP1 ); in SalSysObjClipWndProc() 261 short nY = (short)SHORT2FROMMP( nMP1 ); in SalSysObjClipWndProc() 266 nMP1 = MPFROM2SHORT( (short)aPos.x, (short)aPos.y ); in SalSysObjClipWndProc() [all …]
|
| H A D | salframe.cxx | 84 MPARAM nMP1, MPARAM nMP2 ); 2369 UINT nMsg, MPARAM nMP1, MPARAM nMP2 ) in ImplHandleMouseMsg() argument 2380 aMouseEvt.mnX = (short)SHORT1FROMMP( nMP1 ); in ImplHandleMouseMsg() 2381 aMouseEvt.mnY = pFrame->mnHeight - (short)SHORT2FROMMP( nMP1 ) - 1; in ImplHandleMouseMsg() 2543 static long ImplHandleWheelMsg( HWND hWnd, UINT nMsg, MPARAM nMP1, MPARAM nMP2 ) in ImplHandleWheelMsg() argument 2762 UINT nMsg, MPARAM nMP1, MPARAM nMP2 ) in ImplHandleKeyMsg() argument 2766 USHORT nRepeat = CHAR3FROMMP( nMP1 ) - 1; in ImplHandleKeyMsg() 2767 SHORT nFlags = SHORT1FROMMP( nMP1 ); in ImplHandleKeyMsg() 2800 nSVCode = ImplSalGetKeyCode( pFrame, nMP1, nMP2 ); in ImplHandleKeyMsg() 2801 nSVCharCode = ImplConvertKey( pFrame, nMP1, nMP2 ); in ImplHandleKeyMsg() [all …]
|
| /AOO41X/main/vcl/os2/source/app/ |
| H A D | salinst.cxx | 80 MRESULT EXPENTRY SalComWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ); 629 MPARAM nMP1, MPARAM nMP2 ) in SalComWndProc() argument 639 ImplSalYield( (bool)nMP1, (bool) nMP2); in SalComWndProc() 648 WinPostMsg( hWnd, SAL_MSG_RELEASEWAITYIELD, nMP1, nMP2 ); in SalComWndProc() 655 … return (MRESULT)ImplSalCreateFrame( GetSalData()->mpFirstInstance, (HWND)nMP2, (ULONG)nMP1 ); in SalComWndProc() 689 return WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalComWndProc()
|
| /AOO41X/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 ); 180 MRESULT EXPENTRY SalFrameFrameProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 );
|
| /AOO41X/main/dtrans/source/os2/clipb/ |
| H A D | Os2Clipboard.cxx | 65 MRESULT EXPENTRY DtransObjWndProc( HWND hWnd, ULONG nMsg, MPARAM nMP1, MPARAM nMP2 ) in DtransObjWndProc() argument 92 return WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in DtransObjWndProc()
|