Lines Matching refs:m_pathinfo

123     m_pathinfo = info->pathinfo;  in IMPLEMENT_DYNAMIC()
299 DDX_Text(&nx, IDC_IMAGE_PATH, m_pathinfo.pathname); in InitPixelmapDlgConfig()
405 mpInfo->pathinfo = m_pathinfo; in SavePixelmapDlgConfig()
585 switch (m_pathinfo.pathtype) in SetPathPrefix()
611 oldpath = MakeAbsolutePathname(m_pathinfo); in CheckPathname()
661 SaveToPathInfo(m_pathinfo, pathname); in OnBnClickedBrowse()
664 SetDlgItemText(IDC_IMAGE_PATH, m_pathinfo.pathname); in OnBnClickedBrowse()
673 GetDlgItemText(IDC_IMAGE_PATH, m_pathinfo.pathname); in OnEditImagePath()
675 CheckPathname(m_pathinfo.pathname); in OnEditImagePath()
719 if (!m_pathinfo.pathname.IsEmpty()) in SetPathProjectRelative()
721 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathProjectRelative()
722 m_pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetPathProjectRelative()
723 SaveToPathInfo(m_pathinfo, abspath); in SetPathProjectRelative()
724 SetDlgItemText(IDC_IMAGE_PATH, m_pathinfo.pathname); in SetPathProjectRelative()
732 if (!m_pathinfo.pathname.IsEmpty()) in SetPathStudioRelative()
734 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathStudioRelative()
735 m_pathinfo.pathtype = PATH_TYPE_INSTALL_RELATIVE; in SetPathStudioRelative()
736 SaveToPathInfo(m_pathinfo, abspath); in SetPathStudioRelative()
737 SetDlgItemText(IDC_IMAGE_PATH, m_pathinfo.pathname); in SetPathStudioRelative()
745 if (!m_pathinfo.pathname.IsEmpty()) in SetPathAbsolute()
747 CString abspath = MakeAbsolutePathname(m_pathinfo); in SetPathAbsolute()
748 m_pathinfo.pathtype = PATH_TYPE_ABSOLUTE; in SetPathAbsolute()
749 SaveToPathInfo(m_pathinfo, abspath); in SetPathAbsolute()
750 SetDlgItemText(IDC_IMAGE_PATH, m_pathinfo.pathname); in SetPathAbsolute()
819 CString abspath = MakeAbsolutePathname(m_pathinfo); in CheckAlphaStatus()
893 CString abspath = MakeAbsolutePathname(m_pathinfo); in OnBnClickedRawFormat()