Home
last modified time | relevance | path

Searched refs:hwndChild (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/migrationanalysis/src/msokill/
H A Dmsokill.cpp39 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 DFileOpenDlg.cxx540 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 DFileOpenDlg.hxx261 sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify);
265 void SAL_CALL handleInitDialog(HWND hwndDlg, HWND hwndChild);

Completed in 21 milliseconds