Lines Matching refs:LRESULT
3710 WPARAM wParam, LPARAM lParam, LRESULT& rResult ) in ImplHandleKeyMsg()
4540 static LRESULT ImplHandlePalette( sal_Bool bFrame, HWND hWnd, UINT nMsg, in ImplHandlePalette()
5694 static LRESULT ImplHandleIMEReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEReconvertString()
5698 LRESULT nRet = 0; in ImplHandleIMEReconvertString()
5749 static LRESULT ImplHandleIMEConfirmReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEConfirmReconvertString()
5794 LRESULT& rResult ) in ImplSalWheelMousePos()
5824 LRESULT CALLBACK SalFrameWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalFrameWndProc()
5826 LRESULT nRet = 0; in SalFrameWndProc()
6322 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
6325 LRESULT nRet = 0;
6350 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
6353 LRESULT nRet = 0;
6381 sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult…