/aoo4110/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 143 if( uMsg== WM_LBUTTONDOWN) in OnMouseAction() 148 else if( uMsg == WM_LBUTTONUP) in OnMouseAction() 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 237 LRESULT AWindow::OnFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) in OnFocus() argument 249 if( uMsg >= WM_MOUSEFIRST && uMsg <= WM_MOUSELAST) in EditSubclassProc() 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);
|
/aoo4110/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 363 LRESULT CALLBACK listenerWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in listenerWndProc() argument 368 switch (uMsg) in listenerWndProc() 463 return DefWindowProc(hWnd, uMsg, wParam, lParam); in listenerWndProc() 465 if( uMsg == s_uTaskbarRestart ) in listenerWndProc() 470 else if ( uMsg == s_uMsgKillTray ) 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 506 switch (uMsg) in executerWndProc() 563 return DefWindowProc(hWnd, uMsg, wParam, lParam); in executerWndProc()
|
/aoo4110/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 134 if (uMsg==WM_PARENTNOTIFY) in NativeViewWndProc() 153 else if(uMsg==WM_SIZE) in NativeViewWndProc() 166 return CallWindowProc( hFuncPtr, hWnd, uMsg, wParam, lParam); in NativeViewWndProc()
|
/aoo4110/main/embeddedobj/test/Container1/nativelib/ |
H A D | nativeview.c | 142 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) 147 if (uMsg==WM_PARENTNOTIFY) 166 else if(uMsg==WM_SIZE) 179 return CallWindowProc( hFuncPtr, hWnd, uMsg, wParam, lParam);
|
/aoo4110/main/fpicker/source/win32/folderpicker/ |
H A D | MtaFop.cxx | 566 int CALLBACK CMtaFolderPicker::FolderPickerCallback( HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lp… in FolderPickerCallback() argument 573 switch( uMsg ) in FolderPickerCallback() 603 LRESULT CALLBACK CMtaFolderPicker::StaWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in StaWndProc() argument 615 switch( uMsg ) in StaWndProc() 666 lResult = DefWindowProcA( hWnd, uMsg, wParam, 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 );
|
/aoo4110/main/bean/native/win32/ |
H A D | com_sun_star_comp_beans_LocalOfficeWindow.c | 159 UINT uMsg, in OpenOfficeWndProc() argument 163 switch(uMsg) in OpenOfficeWndProc() 199 hWnd, uMsg, wParam, lParam); in OpenOfficeWndProc()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 863 UINT uMsg, in PreviewDialogProc() argument 870 switch ( uMsg ) in PreviewDialogProc() 1033 UINT uMsg, in OptionsDialogProc() argument 1040 switch ( uMsg ) in OptionsDialogProc() 1163 UINT uMsg, in ReportDialogProc() argument 1168 switch ( uMsg ) in ReportDialogProc() 1295 switch ( uMsg ) in WelcomeDialogProc() 1383 BOOL CALLBACK DialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam ) in DialogProc() argument 1388 switch ( uMsg ) in DialogProc() 2605 UINT uMsg, in SendingStatusDialogProc() argument [all …]
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 337 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in WndProc() argument 341 switch(uMsg) in WndProc() 394 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
|
H A D | PreviewCtrl.cxx | 574 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc() argument 578 switch( uMsg ) in WndProc() 604 return DefWindowProc( hWnd, uMsg, wParam, lParam ); in WndProc()
|
H A D | helppopupwindow.cxx | 472 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc() argument 476 switch ( uMsg ) in WndProc() 535 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()
|
H A D | helppopupwindow.hxx | 111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
H A D | dibpreview.hxx | 90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
H A D | PreviewCtrl.hxx | 185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Get Directory Dialog.bas | 114 Private Function BrowseCallbackProc(ByVal hWnd As Long, ByVal uMsg As Long, ByVal lp As Long, ByVal… 123 Select Case uMsg
|
/aoo4110/main/dtrans/source/inc/ |
H A D | MtaOleClipb.hxx | 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 );
|
/aoo4110/main/dtrans/source/win32/mtaole/ |
H A D | MtaOleClipb.cxx | 662 LRESULT CALLBACK CMtaOleClipboard::mtaOleReqWndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lP… in mtaOleReqWndProc() argument 670 switch( uMsg ) in mtaOleReqWndProc() 738 lResult = DefWindowProcA( hWnd, uMsg, wParam, lParam ); in mtaOleReqWndProc()
|
/aoo4110/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | propsheets.cxx | 273 HWND /*hwnd*/, UINT uMsg, LPPROPSHEETPAGE ppsp) in PropPageSummaryCallback() argument 280 if (PSPCB_RELEASE == uMsg) in PropPageSummaryCallback()
|
/aoo4110/main/extensions/test/ole/OleClient/ |
H A D | axhost.hxx | 53 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
|
/aoo4110/main/shell/inc/internal/ |
H A D | propsheets.hxx | 76 static UINT CALLBACK PropPageSummaryCallback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
|
/aoo4110/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 1401 …BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& lResult, DW… 1405 - uMsg; \ 1411 + (void)uMsg; \ 1488 return pProc(hWnd, uMsg, wParam, lParam);
|