Home
last modified time | relevance | path

Searched refs:LPARAM (Results 1 – 25 of 56) sorted by relevance

123

/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()
84 LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnCreate()
108 ::SendMessageA(m_hwndEdit, WM_SETTEXT, 0, (LPARAM) szMTAWin); in OnCreate()
110 ::SendMessageA(m_hwndEdit, WM_SETTEXT, 0, (LPARAM) szSTAWin); in OnCreate()
141 LRESULT AWindow::OnMouseAction(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnMouseAction()
156 LRESULT AWindow::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnTimer()
168 ::SendMessageA( m_hwndEdit, WM_GETTEXT, length, (LPARAM) pBuffer); in OnTimer()
225 LRESULT AWindow::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnSize()
237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus()
[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/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp95 …_UNICOWS_THUNK( user32, long, WINAPI, BroadcastSystemMessageW, (DWORD,LPDWORD,UINT,WPARAM,LPARAM) )
100 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, CallWindowProcA, (WNDPROC,HWND,UINT,WPARAM,LPARAM) )
101 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, CallWindowProcW, (WNDPROC,HWND,UINT,WPARAM,LPARAM) )
126 … user32, HWND, WINAPI, CreateDialogIndirectParamW, (HINSTANCE,LPCDLGTEMPLATE,HWND,DLGPROC,LPARAM) )
127 …_UNICOWS_THUNK( user32, HWND, WINAPI, CreateDialogParamW, (HINSTANCE,LPCWSTR,HWND,DLGPROC,LPARAM) )
137 …32, HWND, WINAPI, CreateMDIWindowW, (LPCWSTR,LPCWSTR,DWORD,int,int,int,int,HWND,HINSTANCE,LPARAM) )
153 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, DefDlgProcW, (HWND,UINT,WPARAM,LPARAM) )
154 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, DefFrameProcW, (HWND,HWND,UINT,WPARAM,LPARAM) )
155 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, DefMDIChildProcW, (HWND,UINT,WPARAM,LPARAM) )
156 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, DefWindowProcW, (HWND,UINT,WPARAM,LPARAM) )
[all …]
H A DDrawStateW.cpp31 LPARAM lData, // image information
65 … return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx147 m_bi.lParam = reinterpret_cast< LPARAM >( this ); in CMtaFolderPicker()
267 reinterpret_cast< LPARAM >( &aReqCtx ) ); in browseForFolder()
387 (LPARAM)GetDlgItem( m_hwnd, IDCANCEL ) ); in cancel()
493 static_cast< LPARAM >( bEnable ) ); in enableOk()
514 reinterpret_cast< LPARAM >( aDirectory.getStr( ) ) ); in setSelection()
529 reinterpret_cast< LPARAM >( aStatusText.getStr( ) ) ); in setStatusText()
546 (LPARAM) lpiidDisplayDir ); in onInitialized()
566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback()
603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM 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/vcl/win/source/app/
H A Dsalinst.cxx102 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
103 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
734 … ImplSendMessage( mhComWnd, SAL_MSG_THREADYIELD, (WPARAM)bWait, (LPARAM)bHandleAllCurrentEvents ); in Yield()
758 LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalComWndProc()
840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
993 … ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS );
995 … ImplSendMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_STARTTIMER, 0, (LPARAM)nMS );
1006 …return (SalFrame*)ImplSendMessage( mhComWnd, SAL_MSG_CREATEFRAME, nSalFrameStyle, (LPARAM)pSystemP…
1019 …return (SalFrame*)ImplSendMessage( mhComWnd, SAL_MSG_CREATEFRAME, nSalFrameStyle, (LPARAM)hWndPare…
[all …]
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx342 static_cast< LPARAM >( 0 ) ); in ~CMtaOleClipboard()
382 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()
415 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()
489 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()
591 reinterpret_cast<LPARAM>(hWndNext), in onChangeCBChain()
626 static_cast< LPARAM >( 0 ), in onDrawClipboard()
640 LRESULT CMtaOleClipboard::sendMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in sendMessage()
650 sal_Bool CMtaOleClipboard::postMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in postMessage()
660 LRESULT CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP… in mtaOleReqWndProc()
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx371 LPARAM nLen = SendMessage( in getCurrentFilePath()
375 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFilePath()
393 LPARAM nLen = SendMessage( in getCurrentFolderPath()
397 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFolderPath()
415 LPARAM nLen = SendMessage( in getCurrentFileName()
419 reinterpret_cast<LPARAM>(m_helperBuffer.getStr())); in getCurrentFileName()
557 HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam) in ofnHookProc()
608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc()
H A DWinFileOpenImpl.cxx472 (LPARAM)GetDlgItem(m_hwndFileOpenDlg, IDCANCEL)); in cancel()
509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc()
625 BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam) in EnumChildWndProc()
666 (LPARAM)&enumParam); in onFileOk()
780 (LPARAM)&enumParam); in onInitDone()
977 … SendMessage(m_hwndFileOpenDlg, CDM_SETDEFEXT, 0, reinterpret_cast<LPARAM>(FilterExt.getStr())); in SetDefaultExtension()
983 SendMessage(m_hwndFileOpenDlg, CDM_SETDEFEXT, 0, reinterpret_cast<LPARAM>(TEXT(""))); in SetDefaultExtension()
H A DFileOpenDlg.hxx67 LPARAM lCustData;
99 LPARAM lCustData;
307 LPARAM lParam // message parameter
315 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam );
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx221 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
222 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
232 long ImplHandleSalObjKeyMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam );
233 long ImplHandleSalObjSysCharMsg( HWND hWnd, WPARAM wParam, LPARAM lParam );
234 sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult…
349 BOOL ImplPostMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam );
350 BOOL ImplSendMessage( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam );
/trunk/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp39 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM lParam);
40 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM lParam);
177 EnumChildWindows(GetDesktopWindow(), CloseOfficeDlgProc, (LPARAM) 0); in CloseActiveDialogs()
187 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM) in CloseOfficeDlgProc() argument
223 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM) in CountOfficeDlgProc() argument
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1192 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics()
1205 return (sal_Bool)ImplPostMessage( mhWnd, SAL_MSG_USEREVENT, 0, (LPARAM)pData ); in PostEvent()
1239 ImplSendMessage( mhWnd, WM_SETICON, ICON_BIG, (LPARAM)hIcon ); in SetIcon()
1240 ImplSendMessage( mhWnd, WM_SETICON, ICON_SMALL, (LPARAM)hSmIcon ); in SetIcon()
1715 (WPARAM) hWndParent, (LPARAM)pThis->mhWnd ); in ImplSetParentFrame()
1788 SAL_MSG_DESTROYHWND, (WPARAM) 0, (LPARAM)hWndOld); in ImplSetParentFrame()
2490 ImplSendMessage( mhWnd, SAL_MSG_SETINPUTCONTEXT, 0, (LPARAM)(void*)pContext ); in SetInputContext()
3330 WPARAM wParam, LPARAM lParam ) in ImplHandleMouseMsg()
3517 static long ImplHandleWheelMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplHandleWheelMsg()
3709 WPARAM wParam, LPARAM lParam, LRESULT& rResult ) in ImplHandleKeyMsg()
[all …]
H A Dsalobj.cxx143 LRESULT CALLBACK SalSysMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in SalSysMsgProc()
315 LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rDef ) in SalSysObjWndProc()
424 LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcA()
433 LRESULT CALLBACK SalSysObjWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcW()
444 LRESULT CALLBACK SalSysObjChildWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, int& rD… in SalSysObjChildWndProc()
506 LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcA()
515 LRESULT CALLBACK SalSysObjChildWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcW()
/trunk/main/shell/inc/internal/
H A Dpropsheets.hxx69 virtual HRESULT STDMETHODCALLTYPE AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam);
72 UINT uPageID, LPFNADDPROPSHEETPAGE lpfnReplaceWith, LPARAM lParam);
77 static BOOL CALLBACK PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
78 … static BOOL CALLBACK PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam);
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx189 HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam) in AddPages()
208 psp.lParam = reinterpret_cast<LPARAM>(this); in AddPages()
263 UINT /*uPageID*/, LPFNADDPROPSHEETPAGE /*lpfnReplaceWith*/, LPARAM /*lParam*/) in ReplacePage() argument
293 BOOL CALLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM in PropPageSummaryProc()
313 …ACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM lParam) in PropPageStatisticsProc()
/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 );
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
61 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
85 SendMessage( g_hWnd, MSG_FLUSHCLIPBOARD, WPARAM(0), LPARAM(0) ); in ThreadProc()
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc()
406 PostMessage( aExecuterWindow, WM_COMMAND, IDM_TEMPLATE, (LPARAM)hWnd ); in listenerWndProc()
454 PostMessage( aExecuterWindow, WM_COMMAND, m, (LPARAM)hWnd ); in listenerWndProc()
479 PostMessage( aExecuterWindow, WM_COMMAND, IDM_EXIT, (LPARAM)hWnd ); in listenerWndProc()
504 LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in executerWndProc()
765 …DrawStateW( lpdis->hDC, (HBRUSH)hbrIcon, (DRAWSTATEPROC)NULL, (LPARAM)hIcon, (WPARAM)0, x, y+(heig… in OnDrawItem()
788 …DrawStateW( lpdis->hDC, (HBRUSH)NULL, (DRAWSTATEPROC)NULL, (LPARAM)pMyItem->text.getStr(), (WPARAM… in OnDrawItem()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp828 LPARAM lParam // application-defined value in GrowChildWindows()
865 LPARAM lParam in PreviewDialogProc()
1009 (LPARAM)pParams in PreviewReport()
1035 LPARAM lParam in OptionsDialogProc()
1142 (LPARAM)pParams in OptionsDialog()
1165 LPARAM in ReportDialogProc() argument
1293 BOOL CALLBACK WelcomeDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WelcomeDialogProc()
1367 SendMessage( pnmh->hwndFrom, EM_GETTEXTRANGE, 0, (LPARAM)&range ); in WelcomeDialogProc()
1383 BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in DialogProc()
1418 (LPARAM)&chfmt ); in DialogProc()
[all …]
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp58 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
59 LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
428 LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM) in About() argument
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1349 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExW()
1359 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExA()
1382 (LPARAM)(void*)&bAvailable, 0 ); in ImplIsFontAvailable()
1448 (LPARAM)&bAvailable, 0 ); in ImplGetLogFontFromFontSelect()
1522 (LPARAM)&bAvailable, 0 ); in ImplGetLogFontFromFontSelect()
1766 DWORD /*nFontType*/, LPARAM lParam ) in SalEnumCharSetsProcExA()
1792 (LPARAM)(void*)pData, 0 ); in ImplGetAllFontCharSets()
1959 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExA()
1978 (LPARAM)(void*)pInfo, 0 ); in SalEnumFontsProcExA()
2015 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExW()
[all …]
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx55 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
56 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx71 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
72 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()

123