Lines Matching refs:wParam

130 …sult = ( 1 == ImplSendMessage( pSalObj->maSysData.hWnd, rMsg.message, rMsg.wParam, rMsg.lParam ) );  in ImplInterceptChildWindowKeyDown()
143 LRESULT CALLBACK SalSysMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in SalSysMsgProc() argument
176 if ( pObject && !ImplFindSalObject( (HWND)pData->wParam ) ) in SalSysMsgProc()
180 if ( !pData->wParam || !ImplFindSalObject( (HWND)pData->wParam ) ) in SalSysMsgProc()
191 pObject->mhLastFocusWnd = (HWND)pData->wParam; in SalSysMsgProc()
196 return CallNextHookEx( pSalData->mhSalObjMsgHook, nCode, wParam, lParam ); in SalSysMsgProc()
228 if ( ((pMsg->wParam >= 65) && (pMsg->wParam <= 90)) || in ImplSalPreDispatchMsg()
229 ((pMsg->wParam >= 48) && (pMsg->wParam <= 57)) ) in ImplSalPreDispatchMsg()
234 else if ( ((pMsg->wParam >= VK_F1) && (pMsg->wParam <= VK_F24)) || in ImplSalPreDispatchMsg()
235 ((pMsg->wParam >= VK_SPACE) && (pMsg->wParam <= VK_HELP)) || in ImplSalPreDispatchMsg()
236 (pMsg->wParam == VK_BACK) || (pMsg->wParam == VK_TAB) || in ImplSalPreDispatchMsg()
237 (pMsg->wParam == VK_CLEAR) || (pMsg->wParam == VK_RETURN) || in ImplSalPreDispatchMsg()
238 (pMsg->wParam == VK_ESCAPE) ) in ImplSalPreDispatchMsg()
245 pSalData->mnSalObjWantKeyEvt = pMsg->wParam; in ImplSalPreDispatchMsg()
254 sal_uInt16 nKeyCode = LOWORD( pMsg->wParam ); in ImplSalPreDispatchMsg()
270 if ( ImplHandleSalObjSysCharMsg( pFrame->mhWnd, pMsg->wParam, pMsg->lParam ) ) in ImplSalPreDispatchMsg()
296 if ( pSalData->mnSalObjWantKeyEvt == pMsg->wParam ) in ImplSalPostDispatchMsg()
304 ImplHandleSalObjKeyMsg( pFrame->mhWnd, pMsg->message, pMsg->wParam, pMsg->lParam ); in ImplSalPostDispatchMsg()
315 LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalSysObjWndProc() argument
337 UINT nNotifyMsg = LOWORD( wParam ); in SalSysObjWndProc()
424 LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcA() argument
427 LRESULT nRet = SalSysObjWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjWndProcA()
429 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam ); in SalSysObjWndProcA()
433 LRESULT CALLBACK SalSysObjWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcW() argument
436 LRESULT nRet = SalSysObjWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjWndProcW()
438 nRet = DefWindowProcW( hWnd, nMsg, wParam, lParam ); in SalSysObjWndProcW()
444 LRESULT CALLBACK SalSysObjChildWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rD… in SalSysObjChildWndProc() argument
496 nRet = ImplSendMessage( hWndParent, nMsg, wParam, lParam ); in SalSysObjChildWndProc()
506 LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcA() argument
509 LRESULT nRet = SalSysObjChildWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjChildWndProcA()
511 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam ); in SalSysObjChildWndProcA()
515 LRESULT CALLBACK SalSysObjChildWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcW() argument
518 LRESULT nRet = SalSysObjChildWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjChildWndProcW()
520 nRet = DefWindowProcW( hWnd, nMsg, wParam, lParam ); in SalSysObjChildWndProcW()