Searched refs:m_hwndFileOpenDlg (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | WinFileOpenImpl.cxx | 104 m_HelpPopupWindow(hInstance, m_hwndFileOpenDlg), in CWinFileOpenImpl() 464 if (IsWindow(m_hwndFileOpenDlg)) in cancel() 469 m_hwndFileOpenDlg, in cancel() 702 HWND hFilterBoxLabel = GetDlgItem(m_hwndFileOpenDlg, stc2); in EnlargeStdControlLabels() 704 HWND hFileNameBox = GetDlgItem(m_hwndFileOpenDlg, cmb13); in EnlargeStdControlLabels() 708 HWND hFilterBox = GetDlgItem(m_hwndFileOpenDlg, cmb1); in EnlargeStdControlLabels() 709 HWND hOkButton = GetDlgItem(m_hwndFileOpenDlg, IDOK); in EnlargeStdControlLabels() 733 ScreenToClient(m_hwndFileOpenDlg, (LPPOINT)&rcFilterBox); in EnlargeStdControlLabels() 758 m_Preview->setParent(m_hwndFileOpenDlg); in onInitDone() 761 m_HelpPopupWindow.setParent(m_hwndFileOpenDlg); in onInitDone() [all …]
|
H A D | FileOpenDlg.cxx | 88 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() 670 HDC hdc = GetDC(m_hwndFileOpenDlg); in centerPositionToParent() 675 ReleaseDC(m_hwndFileOpenDlg, hdc); in centerPositionToParent() [all …]
|
H A D | FileOpenDlg.hxx | 274 HWND m_hwndFileOpenDlg; member in CFileOpenDialog
|
Completed in 30 milliseconds