Home
last modified time | relevance | path

Searched refs:lpOfNotify (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.cxx501 sal_uInt32 SAL_CALL CFileOpenDialog::onWMNotify( HWND, LPOFNOTIFY lpOfNotify ) in onWMNotify() argument
503 switch(lpOfNotify->hdr.code) in onWMNotify()
506 return onShareViolation(reinterpret_cast<const sal_Unicode*>(lpOfNotify->pszFile)); in onWMNotify()
512 onSelChanged(lpOfNotify->hdr.hwndFrom); in onWMNotify()
528 m_ofn.nFilterIndex = lpOfNotify->lpOFN->nFilterIndex; in onWMNotify()
529 onTypeChanged(lpOfNotify->lpOFN->nFilterIndex); in onWMNotify()
H A DFileOpenDlg.hxx261 sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify);

Completed in 19 milliseconds