Lines Matching refs:nMP1
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()
3096 static int SalImplHandleProcessMenu( Os2SalFrame* pFrame, ULONG nMsg, MPARAM nMP1, MPARAM nMP2) in SalImplHandleProcessMenu() argument
3456 MPARAM nMP1, MPARAM nMP2 ) in SalFrameWndProc() argument
3484 bDef = !ImplHandleMouseMsg( hWnd, nMsg, nMP1, nMP2 ); in SalFrameWndProc()
3492 bDef = !ImplHandleKeyMsg( hWnd, nMsg, nMP1, nMP2 ); in SalFrameWndProc()
3505 ImplHandlePaintMsg2( hWnd, (RECTL*)nMP1 ); in SalFrameWndProc()
3523 WinPostMsg( hWnd, SAL_MSG_POSTSIZE, nMP1, nMP2 ); in SalFrameWndProc()
3531 PSWP pswp = (PSWP) nMP1; in SalFrameWndProc()
3559 PQMSG pMsg = (PQMSG)nMP1; in SalFrameWndProc()
3613 ImplSalToTop( hWnd, (ULONG)nMP1 ); in SalFrameWndProc()
3617 ImplSalShow( hWnd, (ULONG)nMP1, (ULONG)nMP2 ); in SalFrameWndProc()
3628 ImplHandleWheelMsg( hWnd, nMsg, nMP1, nMP2 ); in SalFrameWndProc()
3634 if ( SalImplHandleProcessMenu( pFrame, nMsg, nMP1, nMP2 ) ) in SalFrameWndProc()
3643 if ( (ULONG)nMP1 == IMR_CONVRESULT ) in SalFrameWndProc()
3660 else if ( (ULONG)nMP1 == IMR_CANDIDATE ) in SalFrameWndProc()
3675 if ( (ULONG)nMP1 == IMN_STARTCONVERSION ) in SalFrameWndProc()
3685 else if ( (ULONG)nMP1 == IMN_ENDCONVERSION ) in SalFrameWndProc()
3719 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalFrameWndProc()
3745 MPARAM nMP1, MPARAM nMP2 ) in SalFrameSubClassWndProc() argument
3753 mReturn = aSalShlData.mpFrameProc( hWnd, nMsg, nMP1, nMP2 ); in SalFrameSubClassWndProc()
3761 return aSalShlData.mpFrameProc( hWnd, nMsg, nMP1, nMP2 ); in SalFrameSubClassWndProc()