Home
last modified time | relevance | path

Searched refs:lParam (Results 1 – 25 of 51) sorted by last modified time

123

/aoo41x/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx67 long GetMSComPtr(long hWnd, long lParam, long wParam) in GetMSComPtr() argument
70 return (long)g_acc_manager->Get_ToATInterface(HWND((void*)hWnd),lParam,wParam ); in GetMSComPtr()
136 long AccObjectWinManager::Get_ToATInterface( HWND hWnd, long lParam, long wParam) in Get_ToATInterface() argument
142 if(lParam == OBJID_CLIENT ) in Get_ToATInterface()
153 if ( pRetIMAcc && lParam == OBJID_CLIENT ) in Get_ToATInterface()
H A Dmsaaservice_impl.cxx47 extern long GetMSComPtr(long hWnd, long lParam, long wParam);
113 virtual sal_Int32 SAL_CALL getAccObjectPtr (long hWnd, long lParam, long wParam)
154 sal_Int32 MSAAServiceImpl::getAccObjectPtr ( long hWnd, long lParam, long wParam) throw (RuntimeExc… in getAccObjectPtr() argument
156 return GetMSComPtr(hWnd, lParam, wParam); in getAccObjectPtr()
/aoo41x/main/winaccessibility/inc/
H A DAccObjectWinManager.hxx132 long Get_ToATInterface( HWND hWnd, long lParam, long wParam);
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2534 if ( lParam ) in ImplGetKeyNameText()
4456 if ( lParam ) in ImplHandleSettingsChangeMsg()
4814 HMENU hMenu = (HMENU) lParam; in ImplMenuChar()
5101 HMENU hMenu = (HMENU) lParam; in ImplHandleMenuSelect()
5230 if ( !LOWORD( lParam ) ) in ImplHandleSysCommand()
5309 HKL hKL = (HKL)lParam; in ImplHandleInputLangChange()
5406 if ( lParam & GCS_RESULTSTR ) in ImplHandleIMECompositionInput()
5431 ((lParam & GCS_CURSORPOS) && !(lParam & GCS_RESULTSTR)) ) in ImplHandleIMECompositionInput()
5529 if ( pFrame && (!lParam || (lParam & GCS_RESULTSTR)) ) in ImplHandleIMEComposition()
5540 if ( !lParam ) in ImplHandleIMEComposition()
[all …]
H A Dsalobj.cxx148 if ( (nCode >= 0) && lParam ) in SalSysMsgProc()
150 CWPSTRUCT* pData = (CWPSTRUCT*)lParam; in SalSysMsgProc()
397 0, 0, 0, (int)LOWORD( lParam ), (int)HIWORD( lParam ), in SalSysObjWndProc()
409 CREATESTRUCTA* pStruct = (CREATESTRUCTA*)lParam; in SalSysObjWndProc()
429 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam ); in SalSysObjWndProcA()
438 nRet = DefWindowProcW( hWnd, nMsg, wParam, lParam ); in SalSysObjWndProcW()
491 pt.x = (long) LOWORD( lParam ); in SalSysObjChildWndProc()
492 pt.y = (long) HIWORD( lParam ); in SalSysObjChildWndProc()
494 lParam = MAKELPARAM( (WORD) pt.x, (WORD) pt.y ); in SalSysObjChildWndProc()
511 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam ); in SalSysObjChildWndProcA()
[all …]
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1349 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExW() argument
1351 *((bool*)(void*)lParam) = true; in SalEnumQueryFontProcExW()
1359 DWORD, LPARAM lParam ) in SalEnumQueryFontProcExA() argument
1361 *((bool*)(void*)lParam) = true; in SalEnumQueryFontProcExA()
1766 DWORD /*nFontType*/, LPARAM lParam ) in SalEnumCharSetsProcExA() argument
1768 WinSalGraphics* pData = (WinSalGraphics*)lParam; in SalEnumCharSetsProcExA()
1959 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExA() argument
1961 ImplEnumInfo* pInfo = (ImplEnumInfo*)(void*)lParam; in SalEnumFontsProcExA()
2015 DWORD nFontType, LPARAM lParam ) in SalEnumFontsProcExW() argument
2017 ImplEnumInfo* pInfo = (ImplEnumInfo*)(void*)lParam; in SalEnumFontsProcExW()
/aoo41x/main/vcl/win/source/app/
H A Dsaldata.cxx131 BOOL ImplPostMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplPostMessage() argument
133 return PostMessageW( hWnd, nMsg, wParam, lParam ); in ImplPostMessage()
138 BOOL ImplSendMessage( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in ImplSendMessage() argument
140 BOOL bRet = SendMessageW( hWnd, nMsg, wParam, lParam ); in ImplSendMessage()
H A Dsalinst.cxx770 ImplSalYield( (sal_Bool)wParam, (sal_Bool)lParam ); in SalComWndProc()
785 ImplSalStartTimer( (sal_uLong) lParam, FALSE ); in SalComWndProc()
801 delete (SalFrame*)lParam; in SalComWndProc()
807 if (DestroyWindow((HWND)lParam) == 0) in SalComWndProc()
812 SetWindowPtr((HWND)lParam, 0); in SalComWndProc()
821 delete (SalObject*)lParam; in SalComWndProc()
829 ReleaseDC( (HWND)wParam, (HDC)lParam ); in SalComWndProc()
833 SalTimerProc( 0, 0, SALTIMERPROC_RECURSIVE, lParam ); in SalComWndProc()
854 nRet = SalComWndProc( hWnd, nMsg, wParam, lParam, bDef );
866 nRet = DefWindowProcA( hWnd, nMsg, wParam, lParam );
[all …]
/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx3136 HKL hKL = (HKL)lParam; in ImplHandleInputLangChange()
/aoo41x/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 );
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx189 HRESULT STDMETHODCALLTYPE CPropertySheet::AddPages(LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam) in AddPages() argument
208 psp.lParam = reinterpret_cast<LPARAM>(this); in AddPages()
228 if (lpfnAddPage(hPage, lParam)) in AddPages()
246 if (lpfnAddPage(hPage, lParam)) in AddPages()
276 reinterpret_cast<CPropertySheet*>(ppsp->lParam); in PropPageSummaryCallback()
293 …LLBACK CPropertySheet::PropPageSummaryProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM lParam) in PropPageSummaryProc() argument
299 LPPROPSHEETPAGE psp = reinterpret_cast<LPPROPSHEETPAGE>(lParam); in PropPageSummaryProc()
300 CPropertySheet* pImpl = reinterpret_cast<CPropertySheet*>(psp->lParam); in PropPageSummaryProc()
313 …ACK CPropertySheet::PropPageStatisticsProc(HWND hwnd, UINT uiMsg, WPARAM /*wParam*/, LPARAM lParam) in PropPageStatisticsProc() argument
319 LPPROPSHEETPAGE psp = reinterpret_cast<LPPROPSHEETPAGE>(lParam); in PropPageStatisticsProc()
[all …]
/aoo41x/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);
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc() argument
394 OnMeasureItem(hWnd, (LPMEASUREITEMSTRUCT) lParam); in listenerWndProc()
398 OnDrawItem(hWnd, (LPDRAWITEMSTRUCT) lParam); in listenerWndProc()
402 switch( lParam ) in listenerWndProc()
463 return DefWindowProc(hWnd, uMsg, wParam, lParam); in listenerWndProc()
482 return DefWindowProc(hWnd, uMsg, wParam, lParam); in listenerWndProc()
504 LRESULT CALLBACK executerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in executerWndProc() argument
563 return DefWindowProc(hWnd, uMsg, wParam, lParam); in executerWndProc()
/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dshutdown_quickstart.cxx27 static BOOL CALLBACK EnumWindowsProc( HWND hWnd, LPARAM lParam ) in EnumWindowsProc() argument
29 MSIHANDLE hMSI = static_cast< MSIHANDLE >( lParam ); in EnumWindowsProc()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sal/workben/
H A Dsaldyntest.c39 bi.lParam = 0; in main()
H A Dsalstattest.c43 bi.lParam = 0; in main()
/aoo41x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() argument
275 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
305 return DefWindowProc( hWnd, message, wParam, lParam ); in WndProc()
/aoo41x/main/sal/inc/systools/win32/
H A Duser9x.h93 LPARAM lParam // second message parameter
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXMSAAService.idl42 long getAccObjectPtr ([in] long hWnd, [in] long lParam, [in] long wParam);
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c129 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in NativeViewWndProc() argument
139 HWND hChild = (HWND) lParam; in NativeViewWndProc()
155 WORD newHeight = HIWORD(lParam); in NativeViewWndProc()
156 WORD newWidth = LOWORD(lParam); in NativeViewWndProc()
166 return CallWindowProc( hFuncPtr, hWnd, uMsg, wParam, lParam); in NativeViewWndProc()
/aoo41x/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
/aoo41x/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp39 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM lParam);
40 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM lParam);
/aoo41x/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()

Completed in 127 milliseconds

123