Home
last modified time | relevance | path

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

/AOO41X/main/fpicker/source/win32/filepicker/
H A DWinFileOpenImpl.cxx104 m_HelpPopupWindow(hInstance, m_hwndFileOpenDlg), in CWinFileOpenImpl()
464 if (IsWindow(m_hwndFileOpenDlg)) in cancel()
469 m_hwndFileOpenDlg, in cancel()
472 (LPARAM)GetDlgItem(m_hwndFileOpenDlg, IDCANCEL)); in cancel()
608 m_CustomControlFactory->CreateCustomControl(hCustomControl,m_hwndFileOpenDlg)); in InitCustomControlContainer()
702 HWND hFilterBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc2); in EnlargeStdControlLabels()
703 HWND hFileNameBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc3); in EnlargeStdControlLabels()
704 HWND hFileNameBox = GetDlgItem(m_hwndFileOpenDlg, cmb13); in EnlargeStdControlLabels()
706 … hFileNameBox = GetDlgItem(m_hwndFileOpenDlg, edt1); // under Win98 it is edt1 instead of cmb13 in EnlargeStdControlLabels()
708 HWND hFilterBox = GetDlgItem(m_hwndFileOpenDlg, cmb1); in EnlargeStdControlLabels()
[all …]
H A DFileOpenDlg.cxx88 m_hwndFileOpenDlg(0), in CFileOpenDialog()
369 OSL_ASSERT(IsWindow(m_hwndFileOpenDlg)); in getCurrentFilePath()
372 m_hwndFileOpenDlg, in getCurrentFilePath()
391 OSL_ASSERT(IsWindow(m_hwndFileOpenDlg)); in getCurrentFolderPath()
394 m_hwndFileOpenDlg, in getCurrentFolderPath()
413 OSL_ASSERT(IsWindow(m_hwndFileOpenDlg)); in getCurrentFileName()
416 m_hwndFileOpenDlg, in getCurrentFileName()
542 m_hwndFileOpenDlg = hwndDlg; in handleInitDialog()
649 …OSL_PRECOND(IsWindow(m_hwndFileOpenDlg), "no dialog window, call method only after or in onInitDon… in centerPositionToParent()
662 GetWindowRect(m_hwndFileOpenDlg, &rcDlg); in centerPositionToParent()
[all …]
H A DFileOpenDlg.hxx274 HWND m_hwndFileOpenDlg; member in CFileOpenDialog