Searched refs:hwndDlg (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 862 HWND hwndDlg, in PreviewDialogProc() argument 986 EndDialog( hwndDlg, wParam ); in PreviewDialogProc() 1032 HWND hwndDlg, in OptionsDialogProc() argument 1120 EndDialog( hwndDlg, wParam ); in OptionsDialogProc() 1162 HWND hwndDlg, in ReportDialogProc() argument 1399 hwndDlg, in DialogProc() 1405 hwndDlg, in DialogProc() 1496 EndDialog( hwndDlg, wParam ); in DialogProc() 2604 HWND hwndDlg, in SendingStatusDialogProc() argument 2632 pRequest->hwndStatus = hwndDlg; in SendingStatusDialogProc() [all …]
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.cxx | 540 void SAL_CALL CFileOpenDialog::handleInitDialog(HWND hwndDlg, HWND hwndChild) in handleInitDialog() argument 542 m_hwndFileOpenDlg = hwndDlg; in handleInitDialog() 545 OSL_ASSERT(GetParent(hwndChild) == hwndDlg); in handleInitDialog() 549 onInitDialog(hwndDlg); in handleInitDialog() 559 HWND hwndDlg = GetParent(hChildDlg); in ofnHookProc() local 574 hwndDlg, in ofnHookProc() 578 SetProp(hwndDlg, CURRENT_INSTANCE, pImpl); in ofnHookProc() 579 pImpl->handleInitDialog(hwndDlg, hChildDlg); in ofnHookProc() 585 pImpl = getCurrentInstance(hwndDlg); in ofnHookProc() 592 pImpl = getCurrentInstance(hwndDlg); in ofnHookProc()
|
H A D | FileOpenDlg.hxx | 257 virtual void SAL_CALL onInitDialog(HWND hwndDlg) = 0; 259 virtual sal_uInt32 SAL_CALL onCtrlCommand(HWND hwndDlg, sal_uInt16 ctrlId, sal_uInt16 notifyCode); 265 void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild);
|
H A D | filepickerstate.cxx | 372 CExecuteFilePickerState::CExecuteFilePickerState( HWND hwndDlg ) : in CExecuteFilePickerState() argument 373 m_hwndDlg( hwndDlg ) in CExecuteFilePickerState() 649 void SAL_CALL CExecuteFilePickerState::setHwnd( HWND hwndDlg ) in setHwnd() argument 651 m_hwndDlg = hwndDlg; in setHwnd()
|
H A D | filepickerstate.hxx | 119 CExecuteFilePickerState( HWND hwndDlg = NULL ); 139 void SAL_CALL setHwnd( HWND hwndDlg );
|
H A D | WinFileOpenImpl.hxx | 182 virtual void SAL_CALL onInitDialog( HWND hwndDlg ); 184 …virtual sal_uInt32 SAL_CALL onCtrlCommand( HWND hwndDlg, sal_uInt16 ctrlId, sal_uInt16 notifyCode …
|
H A D | WinFileOpenImpl.cxx | 903 void SAL_CALL CWinFileOpenImpl::onInitDialog(HWND hwndDlg) in onInitDialog() argument 908 SetWindowLong( hwndDlg, GWL_WNDPROC, in onInitDialog()
|
Completed in 40 milliseconds