Lines Matching refs:progress
40 info->ewi.progress.min_val, in WriteExtendedProperties()
41 info->ewi.progress.max_val, in WriteExtendedProperties()
42 info->ewi.progress.current_val, in WriteExtendedProperties()
61 info->ewi.progress.min_val, in WriteExtendedProperties()
62 info->ewi.progress.max_val, in WriteExtendedProperties()
63 info->ewi.progress.current_val, in WriteExtendedProperties()
125 info->ewi.progress.current_val = props.gx_progress_bar_info_current_val; in CreateNewInstance()
126 info->ewi.progress.min_val = props.gx_progress_bar_info_min_val; in CreateNewInstance()
127 info->ewi.progress.max_val = props.gx_progress_bar_info_max_val; in CreateNewInstance()
141 props.gx_progress_bar_info_current_val = info->ewi.progress.current_val; in GenerateFromInfo()
142 props.gx_progress_bar_info_min_val = info->ewi.progress.min_val; in GenerateFromInfo()
143 props.gx_progress_bar_info_max_val = info->ewi.progress.max_val; in GenerateFromInfo()
263 writer.WriteInt("minval", info->ewi.progress.min_val); in SaveToProject()
264 writer.WriteInt("maxval", info->ewi.progress.max_val); in SaveToProject()
265 writer.WriteInt("current_val", info->ewi.progress.current_val); in SaveToProject()
277 reader.ReadInt("minval", info->ewi.progress.min_val); in ReadFromProject()
278 reader.ReadInt("maxval", info->ewi.progress.max_val); in ReadFromProject()
279 reader.ReadInt("current_val", info->ewi.progress.current_val); in ReadFromProject()