Home
last modified time | relevance | path

Searched defs:lParam (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/dtrans/test/win32/dnd/
H A Datlwindow.cxx65 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()
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()
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()
246 LRESULT APIENTRY EditSubclassProc( HWND hwnd, UINT uMsg,WPARAM wParam, LPARAM lParam) in EditSubclassProc()
/trunk/main/vcl/win/source/window/
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()
H A Dsalframe.cxx2525 static void ImplGetKeyNameText( LONG lParam, sal_Unicode* pBuf, in ImplGetKeyNameText()
3334 WPARAM wParam, LPARAM lParam ) in ImplHandleMouseMsg()
3999 WPARAM wParam, LPARAM lParam ) in ImplHandleSalObjKeyMsg()
4496 static void ImplHandleUserEvent( HWND hWnd, LPARAM lParam ) in ImplHandleUserEvent()
4693 static int ImplHandleMinMax( HWND hWnd, LPARAM lParam ) in ImplHandleMinMax()
4814 static int ImplMenuChar( HWND, WPARAM wParam, LPARAM lParam ) in ImplMenuChar()
4853 static int ImplMeasureItem( HWND hWnd, WPARAM wParam, LPARAM lParam ) in ImplMeasureItem()
4910 static int ImplDrawItem(HWND, WPARAM wParam, LPARAM lParam ) in ImplDrawItem()
5395 HIMC hIMC, LPARAM lParam ) in ImplHandleIMECompositionInput()
5526 static sal_Bool ImplHandleIMEComposition( HWND hWnd, LPARAM lParam ) in ImplHandleIMEComposition()
[all …]
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx189 HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam) in AddPages()
293 …LLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM lParam) in PropPageSummaryProc()
313 …ACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM lParam) in PropPageStatisticsProc()
/trunk/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx27 static BOOL CALLBACK EnumWindowsProc( HWND hWnd, LPARAM lParam ) in EnumWindowsProc()
/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx131 BOOL ImplPostMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplPostMessage()
138 BOOL ImplSendMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplSendMessage()
H A Dsalinst.cxx758 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 )
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx642 LRESULT CMtaOleClipboard::sendMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in sendMessage()
652 sal_Bool CMtaOleClipboard::postMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in postMessage()
662 …T CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in mtaOleReqWndProc()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c129 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in NativeViewWndProc()
/trunk/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c161 LPARAM lParam) in OpenOfficeWndProc()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx566 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx557 HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam) in ofnHookProc()
608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc()
H A Ddibpreview.cxx337 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc()
H A DWinFileOpenImpl.cxx509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc()
625 BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam) in EnumChildWndProc()
H A Dhelppopupwindow.cxx472 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc()
/trunk/main/winaccessibility/source/service/
H A Dmsaaservice_impl.cxx154 sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd, long lParam, long wParam) throw (RuntimeExc… in getAccObjectPtr()
/trunk/main/sal/workben/clipboardwben/testpaste/
H A Dcbptest.cxx254 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp281 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx399 , WPARAM wParam, LPARAM lParam) in HatchWndProc()
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx197 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp828 LPARAM lParam // application-defined value in GrowChildWindows()
865 LPARAM lParam in PreviewDialogProc()
1035 LPARAM lParam in OptionsDialogProc()
1293 BOOL CALLBACK WelcomeDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WelcomeDialogProc()
1383 BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in DialogProc()
2607 LPARAM lParam in SendingStatusDialogProc()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc()
504 LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in executerWndProc()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1349 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExW()
1359 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExA()
1766 DWORD /*nFontType*/, LPARAM lParam ) in SalEnumCharSetsProcExA()
1959 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExA()
2015 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExW()

Completed in 163 milliseconds

12