Home
last modified time | relevance | path

Searched refs:uMsg (Results 1 – 22 of 22) sorted by relevance

/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() 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 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/sfx2/source/appl/
H A Dshutdowniconw32.cxx363 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()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A Dnativeview.c129 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()
/aoo42x/main/embeddedobj/test/Container1/nativelib/
H A Dnativeview.c142 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);
/aoo42x/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx566 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 DMtaFop.hxx149 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 );
/aoo42x/main/crashrep/source/win32/
H A Dsoreport.cpp863 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 …]
/aoo42x/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c159 UINT uMsg, in OpenOfficeWndProc() argument
163 switch(uMsg) in OpenOfficeWndProc()
199 hWnd, uMsg, wParam, lParam); in OpenOfficeWndProc()
/aoo42x/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx337 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 DPreviewCtrl.cxx574 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 Dhelppopupwindow.cxx472 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 Dhelppopupwindow.hxx111 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A Ddibpreview.hxx90 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
H A DPreviewCtrl.hxx185 static LRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
/aoo42x/main/migrationanalysis/src/wizard/
H A DGet Directory Dialog.bas114 Private Function BrowseCallbackProc(ByVal hWnd As Long, ByVal uMsg As Long, ByVal lp As Long, ByVal…
123 Select Case uMsg
/aoo42x/main/dtrans/source/inc/
H A DMtaOleClipb.hxx93 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/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx662 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()
/aoo42x/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx273 HWND /*hwnd*/, UINT uMsg, LPPROPSHEETPAGE ppsp) in PropPageSummaryCallback() argument
280 if (PSPCB_RELEASE == uMsg) in PropPageSummaryCallback()
/aoo42x/main/extensions/test/ole/OleClient/
H A Daxhost.hxx53 LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
/aoo42x/main/shell/inc/internal/
H A Dpropsheets.hxx76 static UINT CALLBACK PropPageSummaryCallback(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
/aoo42x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch1401 …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);

Completed in 249 milliseconds