Lines Matching refs:HWND
62 inline bool is_current_process_window(HWND hwnd) in is_current_process_window()
69 HWND choose_parent_window() in choose_parent_window()
71 HWND hwnd_parent = GetForegroundWindow(); in choose_parent_window()
451 void SAL_CALL CFileOpenDialog::onSelChanged(HWND) in onSelChanged() argument
492 sal_uInt32 SAL_CALL CFileOpenDialog::onCtrlCommand(HWND, sal_uInt16, sal_uInt16) in onCtrlCommand() argument
501 sal_uInt32 SAL_CALL CFileOpenDialog::onWMNotify( HWND, LPOFNOTIFY lpOfNotify ) in onWMNotify() argument
540 void SAL_CALL CFileOpenDialog::handleInitDialog(HWND hwndDlg, HWND hwndChild) in handleInitDialog()
557 HWND hChildDlg, unsigned int uiMsg, WPARAM wParam, LPARAM lParam) in ofnHookProc()
559 HWND hwndDlg = GetParent(hChildDlg); in ofnHookProc()
608 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in BaseDlgProc()
636 CFileOpenDialog* SAL_CALL CFileOpenDialog::getCurrentInstance(HWND hwnd) in getCurrentInstance()
651 HWND hwndParent = m_ofn.hwndOwner; in centerPositionToParent()