Searched refs:hwndChild (Results 1 – 3 of 3) sorted by relevance
/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); 187 BOOL CALLBACK CloseOfficeDlgProc(HWND hwndChild, LPARAM) in CloseOfficeDlgProc() argument 194 if (GetClassName(hwndChild, szBuff, 4096) == 0) { in CloseOfficeDlgProc() 199 SendMessage(hwndChild, WM_CLOSE, 0, 0); in CloseOfficeDlgProc() 203 SendMessage(hwndChild, WM_CLOSE, 0, 0); in CloseOfficeDlgProc() 207 SendMessage(hwndChild, WM_CLOSE, 0, 0); in CloseOfficeDlgProc() 210 SendMessage(hwndChild, WM_CLOSE, 0, 0); in CloseOfficeDlgProc() 223 BOOL CALLBACK CountOfficeDlgProc(HWND hwndChild, LPARAM) in CountOfficeDlgProc() argument 226 if (GetClassName(hwndChild, szBuff, 4096) == 0) { in CountOfficeDlgProc()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | FileOpenDlg.cxx | 540 void SAL_CALL CFileOpenDialog::handleInitDialog(HWND hwndDlg, HWND hwndChild) in handleInitDialog() argument 543 m_hwndFileOpenDlgChild = hwndChild; in handleInitDialog() 545 OSL_ASSERT(GetParent(hwndChild) == hwndDlg); in handleInitDialog()
|
H A D | FileOpenDlg.hxx | 261 sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify); 265 void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild);
|
Completed in 27 milliseconds