/aoo41x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 148 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 …]
|
H A D | salframe.cxx | 2534 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 …]
|
/aoo41x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 770 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 …]
|
H A D | saldata.cxx | 131 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()
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | atlwindow.cxx | 50 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 D | atlwindow.hxx | 87 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);
|
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 189 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/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 642 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()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | WinFileOpenImpl.cxx | 509 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 D | FileOpenDlg.cxx | 557 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()
|
/aoo41x/main/vcl/inc/win/ |
H A D | saldata.hxx | 221 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/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/ |
H A D | nativeview.c | 129 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/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 142 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 152 HWND hChild = (HWND) lParam; 168 WORD newHeight = HIWORD(lParam); 169 WORD newWidth = LOWORD(lParam); 179 return CallWindowProc( hFuncPtr, hWnd, uMsg, wParam, lParam);
|
/aoo41x/main/bean/native/win32/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 161 LPARAM lParam) in OpenOfficeWndProc() argument 168 HWND hChild = (HWND) lParam; in OpenOfficeWndProc() 183 WORD newHeight = HIWORD(lParam); in OpenOfficeWndProc() 184 WORD newWidth = LOWORD(lParam); in OpenOfficeWndProc() 199 hWnd, uMsg, wParam, lParam); in OpenOfficeWndProc()
|
/aoo41x/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 147 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()
|
/aoo41x/main/shell/inc/internal/ |
H A D | propsheets.hxx | 69 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/dtrans/source/inc/ |
H A D | MtaOleClipb.hxx | 76 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 );
|
/aoo41x/main/winaccessibility/source/service/ |
H A D | msaaservice_impl.cxx | 47 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/extensions/source/scanner/ |
H A D | twain.cxx | 92 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()
|
H A D | scanwin.cxx | 96 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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 363 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/crashrep/source/win32/ |
H A D | soreport.cpp | 831 LONG cx = (SHORT)LOWORD( lParam ); in GrowChildWindows() 832 LONG cy = (SHORT)HIWORD( lParam ); in GrowChildWindows() 865 LPARAM lParam in PreviewDialogProc() argument 874 LONG cx = LOWORD( lParam ); in PreviewDialogProc() 875 LONG cy = HIWORD( lParam ); in PreviewDialogProc() 1035 LPARAM lParam in OptionsDialogProc() argument 1048 pParams = (CrashReportParams *)lParam; in OptionsDialogProc() 1353 LPNMHDR pnmh = (LPNMHDR)lParam; in WelcomeDialogProc() 1357 ENLINK *plink = (ENLINK*)lParam; in WelcomeDialogProc() 2607 LPARAM lParam in SendingStatusDialogProc() argument [all …]
|
/aoo41x/main/embedserv/source/embed/ |
H A D | syswinwrapper.cxx | 399 , WPARAM wParam, LPARAM lParam) in HatchWndProc() argument 411 phw=(PCHatchWin)((LPCREATESTRUCT)lParam)->lpCreateParams; in HatchWndProc() 462 return DefWindowProc(hWnd, iMsg, wParam, lParam); in HatchWndProc()
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 254 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/testcopy/ |
H A D | cbcpytest.cxx | 242 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()
|