Lines Matching refs:m_hwndFileOpenDlg
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()
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()
670 HDC hdc = GetDC(m_hwndFileOpenDlg); in centerPositionToParent()
675 ReleaseDC(m_hwndFileOpenDlg, hdc); in centerPositionToParent()
688 m_hwndFileOpenDlg, in centerPositionToParent()