Lines Matching refs:recent_project_paths
885 StudioXIni.recent_project_paths[loop] = ""; in ReadIniInfo()
952 reader.ReadString("pathname", StudioXIni.recent_project_paths[loop]); in ReadIniInfo()
1008 if (StudioXIni.recent_project_paths[loop].IsEmpty()) in WriteIniInfo()
1014 writer.WriteString("pathname", StudioXIni.recent_project_paths[loop]); in WriteIniInfo()
1130 temp = StudioXIni.recent_project_paths[index]; in MoveRecentPathToFront()
1134 StudioXIni.recent_project_paths[loop] = in MoveRecentPathToFront()
1135 StudioXIni.recent_project_paths[loop - 1]; in MoveRecentPathToFront()
1137 StudioXIni.recent_project_paths[0] = temp; in MoveRecentPathToFront()
1152 if (StudioXIni.recent_project_paths[loop] == pathname) in AddRecentProject()
1169 StudioXIni.recent_project_paths[loop] = in AddRecentProject()
1170 StudioXIni.recent_project_paths[loop - 1]; in AddRecentProject()
1172 StudioXIni.recent_project_paths[0] = pathname; in AddRecentProject()