Lines Matching refs:total_rows

87                 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++)  in WriteExtendedProperties()
91 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties()
108 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in WriteExtendedProperties()
111 if (index == info->ewi.string_scroll_wheel.base.total_rows - 1) in WriteExtendedProperties()
275 info->ewi.string_scroll_wheel.base.total_rows = 0; in CreateNewInstance()
295 info->ewi.string_scroll_wheel.base.total_rows, in GenerateFromInfo()
350 for (int index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in SaveToProject()
384 for (index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in ReadFromProject()
398 for (index = 0; index < info->ewi.string_scroll_wheel.base.total_rows; index++) in ReadFromProject()
406 if (info->ewi.string_scroll_wheel.base.total_rows) in ReadFromProject()
436 if ((info->ewi.string_scroll_wheel.base.total_rows != wheel_info->total_rows) && in AssignScrollWheelInfo()
442 …ewi.string_scroll_wheel.string_id_list, info->ewi.string_scroll_wheel.base.total_rows, list_array); in AssignScrollWheelInfo()
460 …rvice_provider::InitStringIdListArray(GX_RESOURCE_ID *string_list, int total_rows, CArray<GX_RESOU… in InitStringIdListArray() argument
465 for (index = 0; index < total_rows; index++) in InitStringIdListArray()
482 int total_rows; in CreateStringIdList() local
491 total_rows = wheel_info->base.total_rows; in CreateStringIdList()
492 if (total_rows) in CreateStringIdList()
494 wheel_info->string_id_list = new GX_RESOURCE_ID[total_rows]; in CreateStringIdList()
495 memset(wheel_info->string_id_list, 0, sizeof(GX_RESOURCE_ID)*total_rows); in CreateStringIdList()
497 if (total_rows > list_array.GetCount()) in CreateStringIdList()
499 total_rows = list_array.GetCount(); in CreateStringIdList()
502 for (index = 0; index < total_rows; index++) in CreateStringIdList()
514 if (wheel_info->base.selected_row > wheel_info->base.total_rows) in CreateStringIdList()
516 wheel_info->base.selected_row = wheel_info->base.total_rows; in CreateStringIdList()
525 if (index < info->ewi.string_scroll_wheel.base.total_rows) in AssignText()