Lines Matching refs:LRESULT
3713 WPARAM wParam, LPARAM lParam, LRESULT& rResult ) in ImplHandleKeyMsg()
4543 static LRESULT ImplHandlePalette( sal_Bool bFrame, HWND hWnd, UINT nMsg, in ImplHandlePalette()
5697 static LRESULT ImplHandleIMEReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEReconvertString()
5701 LRESULT nRet = 0; in ImplHandleIMEReconvertString()
5752 static LRESULT ImplHandleIMEConfirmReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEConfirmReconvertString()
5797 LRESULT& rResult ) in ImplSalWheelMousePos()
5827 LRESULT CALLBACK SalFrameWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalFrameWndProc()
5829 LRESULT nRet = 0; in SalFrameWndProc()
6325 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
6328 LRESULT nRet = 0;
6353 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
6356 LRESULT nRet = 0;
6384 sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult…