Home
last modified time | relevance | path

Searched refs:lParam (Results 26 – 50 of 51) sorted by last modified time

123

/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument
283 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
310 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument
230 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
259 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
/trunk/main/sal/inc/systools/win32/
H A Duser9x.h93 LPARAM lParam // second message parameter
/trunk/main/offapi/com/sun/star/accessibility/
H A DXMSAAService.idl42 long getAccObjectPtr ([in] long hWnd, [in] long lParam, [in] long wParam);
/trunk/main/migrationanalysis/src/wizard/
H A DGet Directory Dialog.bas66 …geA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long
78 lParam As Long
/trunk/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp39 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM lParam);
40 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM lParam);
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx147 m_bi.lParam = reinterpret_cast< LPARAM >( this ); in CMtaFolderPicker()
566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback() argument
585 reinterpret_cast< LPITEMIDLIST >( lParam ) ) ); in FolderPickerCallback()
603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc() argument
620 reinterpret_cast< LPCREATESTRUCT >( lParam ); in StaWndProc()
639 RequestContext* aReqCtx = reinterpret_cast< RequestContext* >( lParam ); in StaWndProc()
666 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in StaWndProc()
H A DMtaFop.hxx149 static LRESULT CALLBACK StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
152 static int CALLBACK FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData );
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.hxx90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DWinFileOpenImpl.cxx509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc() argument
519 LPHELPINFO lphi = reinterpret_cast<LPHELPINFO>(lParam); in SubClassFunc()
526 hWnd,wMessage,wParam,lParam); in SubClassFunc()
533 hWnd,wMessage,wParam,lParam); in SubClassFunc()
541 hWnd,wMessage,wParam,lParam); in SubClassFunc()
549 hWnd,wMessage,wParam,lParam); in SubClassFunc()
561 hWnd,wMessage,wParam,lParam); in SubClassFunc()
567 hWnd,wMessage,wParam,lParam); in SubClassFunc()
625 BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam) in EnumChildWndProc() argument
627 EnumParam* enumParam = (EnumParam*)lParam; in EnumChildWndProc()
H A DWinFileOpenImpl.hxx209 static LRESULT CALLBACK SubClassFunc(HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam);
211 static BOOL CALLBACK EnumChildWndProc( HWND hWnd, LPARAM lParam );
H A Dhelppopupwindow.hxx111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DPreviewCtrl.hxx185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DFileOpenDlg.cxx557 HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam) in ofnHookProc() argument
566 _LPOPENFILENAME lpofn = reinterpret_cast<_LPOPENFILENAME>(lParam); in ofnHookProc()
587 hChildDlg, reinterpret_cast<LPOFNOTIFY>(lParam)); in ofnHookProc()
596 hChildDlg, LOWORD(wParam), HIWORD(lParam)); in ofnHookProc()
608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc() argument
629 hWnd,wMessage,wParam,lParam); in BaseDlgProc()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1401 …BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DW…
1407 - lParam; \
1413 + (void)lParam; \
1480 lRes = DefWindowProc(pMsg->message, pMsg->wParam, pMsg->lParam);
1488 return pProc(hWnd, uMsg, wParam, lParam);
/trunk/main/extensions/test/ole/OleClient/
H A Daxhost.hxx53 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx96 friend LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam );
160 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
162 MSG* pMsg = (MSG*) lParam; in TwainMsgProc()
164 …mpTwainInstance->hTwainWnd != pMsg->hwnd ) || !pImpTwainInstance->ImplHandleMsg( (void*) lParam ) ) in TwainMsgProc()
166 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
171 pMsg->lParam = 0; in TwainMsgProc()
H A Dtwain.cxx92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
94 MSG* pMsg = (MSG*) lParam; in TwainMsgProc()
98 !pImpTwainInstance->ImplHandleMsg( (void*) lParam ) ) in TwainMsgProc()
100 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
105 pMsg->lParam = 0; in TwainMsgProc()
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx411 *px = (int)(short)LOWORD(msg.lParam) - xDiff; in TrackHandle()
413 *py = (int)(short)HIWORD(msg.lParam) - yDiff; in TrackHandle()
H A Dsyswinwrapper.cxx399 , WPARAM wParam, LPARAM lParam) in HatchWndProc() argument
411 phw=(PCHatchWin)((LPCREATESTRUCT)lParam)->lpCreateParams; in HatchWndProc()
462 return DefWindowProc(hWnd, iMsg, wParam, lParam); in HatchWndProc()
/trunk/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx43 , WPARAM wParam, LPARAM lParam);
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx642 LRESULT CMtaOleClipboard::sendMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in sendMessage() argument
644 return ::SendMessageA( m_hwndMtaOleReqWnd, msg, wParam, lParam ); in sendMessage()
652 sal_Bool CMtaOleClipboard::postMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in postMessage() argument
654 return PostMessageA( m_hwndMtaOleReqWnd, msg, wParam, lParam ) ? sal_True : sal_False; in postMessage()
662 …T CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in mtaOleReqWndProc() argument
691 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc()
701 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc()
711 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc()
721 reinterpret_cast< HWND >( wParam ), reinterpret_cast< HWND >( lParam ) ); in mtaOleReqWndProc()
738 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in mtaOleReqWndProc()
/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx50 LRESULT APIENTRY EditSubclassProc( HWND hwnd, UINT uMsg,WPARAM wParam, LPARAM lParam) ;
65 LRESULT AWindow::OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnClose() argument
84 LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnCreate() argument
141 LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnMouseAction() argument
156 LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnTimer() argument
225 LRESULT AWindow::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnSize() argument
231 LOWORD(lParam), // width of client area in OnSize()
232 HIWORD(lParam), // height of client area in OnSize()
237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus() argument
252 ::SendMessage( hAWindow, uMsg, wParam, lParam); in EditSubclassProc()
[all …]
H A Datlwindow.hxx87 LRESULT OnClose(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
88 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
89 LRESULT OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
90 LRESULT OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
91 LRESULT OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
92 LRESULT OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
/trunk/main/dtrans/source/inc/
H A DMtaOleClipb.hxx76 sal_Bool postMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 );
77 LRESULT sendMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 );
93 static LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
127 friend LRESULT CALLBACK mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );

Completed in 100 milliseconds

123