Home
last modified time | relevance | path

Searched refs:pathtype (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dxml_reader.cpp266 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadPathInfo()
272 CString pathtype; in ReadPathInfo() local
273 ReadString("pathtype", pathtype); in ReadPathInfo()
275 if (pathtype == "project_relative") in ReadPathInfo()
277 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadPathInfo()
281 if (pathtype == "studio_relative") in ReadPathInfo()
283 info.pathtype = PATH_TYPE_INSTALL_RELATIVE; in ReadPathInfo()
287 info.pathtype = PATH_TYPE_ABSOLUTE; in ReadPathInfo()
297 if (info.pathtype != PATH_TYPE_ABSOLUTE) in ReadPathInfo()
Dedit_pixelmap_dlg.cpp577 CWnd *pathtype = GetDlgItem(IDC_PATH_PREFIX); in SetPathPrefix() local
580 if (pathtype) in SetPathPrefix()
582 hWndPathType = pathtype->GetSafeHwnd(); in SetPathPrefix()
585 switch (m_pathinfo.pathtype) in SetPathPrefix()
722 m_pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetPathProjectRelative()
735 m_pathinfo.pathtype = PATH_TYPE_INSTALL_RELATIVE; in SetPathStudioRelative()
748 m_pathinfo.pathtype = PATH_TYPE_ABSOLUTE; in SetPathAbsolute()
Dstudiox_includes.h33 int pathtype; member
Dstudiox_util.cpp238 switch(info.pathtype) in SaveToPathInfo()
243 info.pathtype = PATH_TYPE_ABSOLUTE; in SaveToPathInfo()
250 info.pathtype = PATH_TYPE_ABSOLUTE; in SaveToPathInfo()
298 switch(info.pathtype) in MakeAbsolutePathname()
1669 BOOL FileExists(INT pathtype, CString pathname) in FileExists() argument
1675 switch (pathtype) in FileExists()
1679 path_info.pathtype = pathtype; in FileExists()
Dfont_path_dialog.cpp1026 switch(pathinfo.pathtype) in SetPathPrefix()
1049 pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetPathProjectRelative()
1061 pathinfo.pathtype = PATH_TYPE_INSTALL_RELATIVE; in SetPathStudioRelative()
1073 pathinfo.pathtype = PATH_TYPE_ABSOLUTE; in SetPathAbsolute()
Dxml_writer.cpp187 switch(info.pathtype) in WritePathInfo()
Dstudiox_util.h102 BOOL FileExists(INT pathtype, CString pathname);
DStudioXProject.cpp524 pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in res_info()
572 pathinfo.pathtype = other.pathinfo.pathtype; in res_info()
3842 put->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in ReadOneResource()
Dresource_view.cpp1823 info->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in InitFontInfo()
3073 info->pathinfo.pathtype = PATH_TYPE_PROJECT_RELATIVE; in TaskAddPixelmaps()
Dstudiox.rc640 POPUP "pathtype"
Dscreen_generator.cpp828 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetOutFile()
Dresource_gen.cpp191 info.pathtype = PATH_TYPE_PROJECT_RELATIVE; in SetOutFile()