Searched refs:lpOfNotify (Results 1 – 2 of 2) sorted by relevance
501 sal_uInt32 SAL_CALL CFileOpenDialog::onWMNotify( HWND, LPOFNOTIFY lpOfNotify ) in onWMNotify() argument503 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()
261 sal_uInt32 SAL_CALL onWMNotify(HWND hwndChild, LPOFNOTIFYW lpOfNotify);
Completed in 18 milliseconds