/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() 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 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/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 147 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 D | MtaFop.hxx | 149 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 );
|
/aoo41x/main/vcl/win/source/app/ |
H A D | salinst.cxx | 102 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 ); 1019 …return (SalFrame*)ImplSendMessage( mhComWnd, SAL_MSG_CREATEFRAME, nSalFrameStyle, (LPARAM)hWndPare… 1026 ImplSendMessage( mhComWnd, SAL_MSG_DESTROYFRAME, 0, (LPARAM)pFrame ); [all …]
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | ResolveUnicows.cpp | 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) ) 186 DEFINE_UNICOWS_THUNK( gdi32, int, WINAPI, EnumFontsW, (HDC,LPCWSTR,FONTENUMPROCW,LPARAM) ) 187 DEFINE_UNICOWS_THUNK( gdi32, int, WINAPI, EnumICMProfilesW, (HDC,ICMENUMPROCW,LPARAM) ) 189 DEFINE_UNICOWS_THUNK( user32, int, WINAPI, EnumPropsExA, (HWND,PROPENUMPROCEXA,LPARAM) ) 190 DEFINE_UNICOWS_THUNK( user32, int, WINAPI, EnumPropsExW, (HWND,PROPENUMPROCEXW,LPARAM) ) 373 DEFINE_UNICOWS_THUNK( user32, BOOL, WINAPI, PostMessageW, (HWND,UINT,WPARAM,LPARAM) ) 445 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, SendMessageW, (HWND,UINT,WPARAM,LPARAM) ) [all …]
|
H A D | DrawStateW.cpp | 31 LPARAM lData, // image information 65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
|
/aoo41x/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 344 static_cast< LPARAM >( 0 ) ); in ~CMtaOleClipboard() 384 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard() 417 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard() 491 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer() 593 reinterpret_cast<LPARAM>(hWndNext), in onChangeCBChain() 628 static_cast< LPARAM >( 0 ), in onDrawClipboard() 642 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 LRESULT CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP… in mtaOleReqWndProc()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.cxx | 371 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 D | WinFileOpenImpl.cxx | 472 (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 D | FileOpenDlg.hxx | 67 LPARAM lCustData; 99 LPARAM lCustData; 307 LPARAM lParam // message parameter 315 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam );
|
/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/migrationanalysis/src/msokill/ |
H A D | msokill.cpp | 39 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
|
/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/vcl/win/source/window/ |
H A D | salframe.cxx | 1196 (LPARAM)mpGraphics2->getHDC() ); in ReleaseGraphics() 3334 WPARAM wParam, LPARAM lParam ) in ImplHandleMouseMsg() 3996 WPARAM wParam, LPARAM lParam ) in ImplHandleSalObjKeyMsg() 4493 static void ImplHandleUserEvent( HWND hWnd, LPARAM lParam ) in ImplHandleUserEvent() 4690 static int ImplHandleMinMax( HWND hWnd, LPARAM lParam ) in ImplHandleMinMax() 4811 static int ImplMenuChar( HWND, WPARAM wParam, LPARAM lParam ) in ImplMenuChar() 4907 static int ImplDrawItem(HWND, WPARAM wParam, LPARAM lParam ) in ImplDrawItem() 5031 (LPARAM)(LPWSTR) aStr.GetBuffer(), in ImplDrawItem() 5048 (LPARAM)(LPWSTR) aStr.GetBuffer(), in ImplDrawItem() 5170 static int ImplHandleCommand( HWND hWnd, WPARAM wParam, LPARAM ) in ImplHandleCommand() argument [all …]
|
H A D | salobj.cxx | 143 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()
|
/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/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 189 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()
|
/aoo41x/main/sal/workben/clipboardwben/testcopy/ |
H A D | cbcpytest.cxx | 60 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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 363 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()
|
/aoo41x/main/desktop/win32/source/QuickStart/ |
H A D | QuickStart.cpp | 58 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
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 828 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 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() 2607 LPARAM lParam in SendingStatusDialogProc() [all …]
|
/aoo41x/main/sal/workben/clipboardwben/testpaste/ |
H A D | cbptest.cxx | 55 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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1349 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 …]
|
/aoo41x/main/sal/workben/clipboardwben/testviewer/ |
H A D | cbvtest.cxx | 71 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()
|