Home
last modified time | relevance | path

Searched refs:LRESULT (Results 1 – 25 of 43) sorted by relevance

12

/aoo42x/main/dtrans/source/inc/
H A DMtaOleClipb.hxx77 LRESULT sendMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 );
84 LRESULT onSetClipboard( IDataObject* pIDataObject );
85 LRESULT onGetClipboard( LPSTREAM* ppStream );
86 LRESULT onFlushClipboard( );
90 LRESULT onChangeCBChain( HWND hWndRemove, HWND hWndNext );
91 LRESULT onDrawClipboard( );
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 );
/aoo42x/main/vcl/win/source/window/
H A Dsalobj.cxx143 LRESULT CALLBACK SalSysMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in SalSysMsgProc()
288 void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT /* nDispatchResult */ ) in ImplSalPostDispatchMsg() argument
318 LRESULT nRet = 0; in SalSysObjWndProc()
424 LRESULT CALLBACK SalSysObjWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcA()
427 LRESULT nRet = SalSysObjWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjWndProcA()
433 LRESULT CALLBACK SalSysObjWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjWndProcW()
436 LRESULT nRet = SalSysObjWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjWndProcW()
446 LRESULT nRet = 0; in SalSysObjChildWndProc()
506 LRESULT CALLBACK SalSysObjChildWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam ) in SalSysObjChildWndProcA()
509 LRESULT nRet = SalSysObjChildWndProc( hWnd, nMsg, wParam, lParam, bDef ); in SalSysObjChildWndProcA()
[all …]
H A Dsalframe.cxx3713 WPARAM wParam, LPARAM lParam, LRESULT& rResult ) in ImplHandleKeyMsg()
4543 static LRESULT ImplHandlePalette( sal_Bool bFrame, HWND hWnd, UINT nMsg, in ImplHandlePalette()
5697 static LRESULT ImplHandleIMEReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEReconvertString()
5701 LRESULT nRet = 0; in ImplHandleIMEReconvertString()
5752 static LRESULT ImplHandleIMEConfirmReconvertString( HWND hWnd, LPARAM lParam ) in ImplHandleIMEConfirmReconvertString()
5797 LRESULT& rResult ) in ImplSalWheelMousePos()
5829 LRESULT nRet = 0; in SalFrameWndProc()
6325 LRESULT CALLBACK SalFrameWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
6328 LRESULT nRet = 0;
6353 LRESULT CALLBACK SalFrameWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
[all …]
/aoo42x/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 );
663 LRESULT lResult = ImplDispatchMessage( pMsg ); in ImplSalDispatchMessage()
760 LRESULT nRet = 0; in SalComWndProc()
793 nRet = (LRESULT)ImplSalReCreateHWND( (HWND)wParam, (HWND)lParam, FALSE ); in SalComWndProc()
797 nRet = (LRESULT)ImplSalReCreateHWND( (HWND)wParam, (HWND)lParam, TRUE ); in SalComWndProc()
825 nRet = (LRESULT)GetDCEx( (HWND)wParam, 0, DCX_CACHE ); in SalComWndProc()
840 LRESULT CALLBACK SalComWndProcA( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
843 LRESULT nRet = 0;
871 LRESULT CALLBACK SalComWndProcW( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam )
[all …]
/aoo42x/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx543 LRESULT CMtaOleClipboard::onSetClipboard( IDataObject* pIDataObject ) in onSetClipboard()
545 return static_cast<LRESULT>( OleSetClipboard( pIDataObject ) ); in onSetClipboard()
552 LRESULT CMtaOleClipboard::onGetClipboard( LPSTREAM* ppStream ) in onGetClipboard()
565 return static_cast<LRESULT>(hr); in onGetClipboard()
572 LRESULT CMtaOleClipboard::onFlushClipboard( ) in onFlushClipboard()
574 return static_cast<LRESULT>( OleFlushClipboard( ) ); in onFlushClipboard()
581 LRESULT CMtaOleClipboard::onChangeCBChain( HWND hWndRemove, HWND hWndNext ) in onChangeCBChain()
606 LRESULT CMtaOleClipboard::onDrawClipboard( ) in onDrawClipboard()
642 LRESULT CMtaOleClipboard::sendMessage( UINT msg, WPARAM wParam, LPARAM lParam ) in sendMessage()
662 LRESULT CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP… in mtaOleReqWndProc()
[all …]
/aoo42x/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx78 LRESULT rc = SendMessageW( in ListboxAddString()
94 LRESULT lItem = in ListboxGetString()
105 LRESULT lRet = in ListboxGetString()
188 LRESULT lRet = SendMessage( hwnd, CB_DELETESTRING, nPos, 0 ); in ListboxDeleteItem()
208 LRESULT lRet = 0; in ListboxDeleteItems()
246 LRESULT lRet = SendMessageW( hwnd, CB_SETCURSEL, nPos, 0 ); in ListboxSetSelectedItem()
263 LRESULT nItemCount = SendMessageW( hwnd, CB_GETCOUNT, 0, 0 ); in ListboxGetItems()
291 LRESULT idxItem = SendMessageW( hwnd, CB_GETCURSEL, 0, 0 ); in ListboxGetSelectedItem()
307 LRESULT lChkState = SendMessageW( hwnd, BM_GETCHECK, 0, 0 ); in CheckboxGetState()
/aoo42x/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx193 LRESULT rc = SendMessageW( in ListboxAddString()
209 LRESULT lItem = in ListboxGetString()
220 LRESULT lRet = in ListboxGetString()
303 LRESULT lRet = SendMessage( hwnd, CB_DELETESTRING, nPos, 0 ); in ListboxDeleteItem()
323 LRESULT lRet = 0; in ListboxDeleteItems()
361 LRESULT lRet = SendMessageW( hwnd, CB_SETCURSEL, nPos, 0 ); in ListboxSetSelectedItem()
378 LRESULT nItemCount = SendMessageW( hwnd, CB_GETCOUNT, 0, 0 ); in ListboxGetItems()
406 LRESULT idxItem = SendMessageW( hwnd, CB_GETCURSEL, 0, 0 ); in ListboxGetSelectedItem()
422 LRESULT idxItem = SendMessageW( hwnd, CB_GETCURSEL, 0, 0 ); in ListboxGetSelectedItemIndex()
438 LRESULT lChkState = SendMessageW( hwnd, BM_GETCHECK, 0, 0 ); in CheckboxGetState()
/aoo42x/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()
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()
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);
/aoo42x/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()
/aoo42x/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 );
234 sal_Bool ImplHandleGlobalMsg( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT& rlResult…
239 void ImplSalPostDispatchMsg( MSG* pMsg, LRESULT nDispatchResult );
/aoo42x/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx60 LRESULT CALLBACK WndProc( HWND, UINT, WPARAM, LPARAM );
61 LRESULT CALLBACK About( HWND, UINT, WPARAM, LPARAM );
242 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sal/systools/win32/uwinapi/
H A DResolveUnicows.cpp100 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) )
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) )
444 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, SendMessageTimeoutW, (HWND,UINT,WPARAM,LPARAM,UINT,U…
445 DEFINE_UNICOWS_THUNK( user32, LRESULT, WINAPI, SendMessageW, (HWND,UINT,WPARAM,LPARAM) )
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c42 static LRESULT APIENTRY NativeViewWndProc( HWND , UINT , WPARAM , LPARAM );
128 static LRESULT APIENTRY NativeViewWndProc( in NativeViewWndProc()
/aoo42x/main/embedserv/source/inc/
H A Dsyswinwrapper.hxx41 LRESULT APIENTRY HatchWndProc(
142 friend LRESULT APIENTRY HatchWndProc(HWND, UINT, WPARAM, LPARAM);
/aoo42x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c30 static LRESULT APIENTRY NativeViewWndProc( HWND , UINT , WPARAM , LPARAM );
141 static LRESULT APIENTRY NativeViewWndProc(
/aoo42x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c51 static LRESULT APIENTRY OpenOfficeWndProc( HWND , UINT , WPARAM , LPARAM );
157 static LRESULT APIENTRY OpenOfficeWndProc( in OpenOfficeWndProc()
/aoo42x/main/extensions/source/scanner/
H A Dscanwin.cxx96 friend LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam );
153 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc()
160 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc()
H A Dtwain.cxx85 LRESULT CALLBACK TwainWndProc( HWND hWnd,UINT nMsg, WPARAM nPar1, LPARAM nPar2 ) in TwainWndProc()
92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx336 LRESULT CALLBACK CDIBPreview::WndProc( in WndProc()
339 LRESULT lResult = 0; in WndProc()
H A DPreviewCtrl.cxx573 LRESULT CALLBACK CFilePreview::WndProc( in WndProc()
576 LRESULT lResult = 0; in WndProc()
H A Dhelppopupwindow.cxx471 LRESULT CALLBACK CHelpPopupWindow::WndProc( in WndProc()
474 LRESULT lResult = 0; in WndProc()
/aoo42x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc()
605 LRESULT lResult = 0; in StaWndProc()

Completed in 162 milliseconds

12