Lines Matching refs:entry
390 undo_record *entry = current; in Undo() local
403 widget_list_size = entry->widget_list.GetSize(); in Undo()
407 if (entry->type == UNDO_TYPE_DELETE_WIDGET) in Undo()
409 parent_info = entry->widget_list[0].parent_info; in Undo()
413 parent_info = entry->widget_list[0].project_info; in Undo()
422 switch(entry->type) in Undo()
428 widget_factory::MoveWidget(entry->widget_list[widget_list_index].project_info, in Undo()
429 entry->widget_list[widget_list_index].copy_info->size); in Undo()
431 current_info = entry->widget_list[widget_list_index].project_info; in Undo()
441 current_info = entry->widget_list[0].project_info; in Undo()
446 current_info->style = entry->widget_list[0].copy_info->style; in Undo()
456 current_info = entry->widget_list[0].project_info; in Undo()
459 current_info->is_template = entry->widget_list[0].copy_info->is_template; in Undo()
465 current_info = entry->widget_list[0].project_info; in Undo()
470 current_info->ewi = entry->widget_list[0].copy_info->ewi; in Undo()
471 current_info->misc_value = entry->widget_list[0].copy_info->misc_value; in Undo()
487 current_info = entry->widget_list[0].project_info; in Undo()
490 current_info->ewi = entry->widget_list[0].copy_info->ewi; in Undo()
497 current_info = entry->widget_list[0].project_info; in Undo()
504 … current_info->ewi.vlist.total_rows = entry->widget_list[0].copy_info->ewi.vlist.total_rows; in Undo()
508 …current_info->ewi.drop_list.total_rows = entry->widget_list[0].copy_info->ewi.drop_list.total_rows; in Undo()
519 current_info = entry->widget_list[0].project_info; in Undo()
522 …current_info->ewi.drop_list.open_height = entry->widget_list[0].copy_info->ewi.drop_list.open_heig… in Undo()
528 current_info = entry->widget_list[0].project_info; in Undo()
531 …current_info->ewi.text_info.dynamic_buffer = entry->widget_list[0].copy_info->ewi.text_info.dynami… in Undo()
537 current_info = entry->widget_list[0].project_info; in Undo()
540 …current_info->ewi.text_info.whitespace = entry->widget_list[0].copy_info->ewi.text_info.whitespace; in Undo()
546 current_info = entry->widget_list[0].project_info; in Undo()
549 …current_info->ewi.text_info.line_space = entry->widget_list[0].copy_info->ewi.text_info.line_space; in Undo()
555 current_info = entry->widget_list[0].project_info; in Undo()
558 …current_info->ewi.text_info.buffer_size = entry->widget_list[0].copy_info->ewi.text_info.buffer_si… in Undo()
564 current_info = entry->widget_list[0].project_info; in Undo()
567 GX_SCROLLBAR_APPEARANCE appearance = entry->widget_list[0].copy_info->ewi.scroll; in Undo()
574 current_info = entry->widget_list[0].project_info; in Undo()
578 current_info->style = entry->widget_list[0].copy_info->style; in Undo()
592 current_info = entry->widget_list[widget_list_index].project_info; in Undo()
608 parent_info = entry->widget_list[0].parent_info; in Undo()
614 widget_info *pTemp = entry->widget_list[0].copy_info; in Undo()
615 entry->widget_list[0].copy_info = NULL; in Undo()
646 …GetProjectView()->FolderSelected(entry->widget_list[0].res_index, entry->widget_list[0].folder_nam… in Undo()
648 …folder_info *parent_folder = pProject->FindFolderInfo(entry->widget_list[0].res_index, entry->widg… in Undo()
663 folder_info *folder = entry->widget_list[0].folder; in Undo()
664 entry->widget_list[0].folder = NULL; in Undo()
670 pview->SelectDisplay(entry->widget_list[0].res_index); in Undo()
671 pProject->AddFolderToDisplay(entry->widget_list[0].res_index, folder); in Undo()
673 pview->SelectDisplay(entry->widget_list[0].res_index); in Undo()
688 undo_widget *test = &(entry->widget_list[0]); in Undo()
689 …folder_info *folder = pProject->FindFolderInfo(entry->widget_list[0].res_index, entry->widget_list… in Undo()
705 folder_info *folder = entry->widget_list[0].folder; in Undo()
707 …folder_info *parent_folder = pProject->FindFolderInfo(entry->widget_list[0].res_index, folder->fol… in Undo()
729 current_info = entry->widget_list[0].project_info; in Undo()
730 resource_index = entry->widget_list[0].res_index; in Undo()
737 entry->widget_list[0].copy_info->color_id[resource_index]); in Undo()
743 current_info = entry->widget_list[0].project_info; in Undo()
744 resource_index = entry->widget_list[0].res_index; in Undo()
750 resource_index, entry->widget_list[0].copy_info->font_id[resource_index]); in Undo()
756 current_info = entry->widget_list[0].project_info; in Undo()
757 resource_index = entry->widget_list[0].res_index; in Undo()
764 entry->widget_list[0].copy_info->pixelmap_id[resource_index]); in Undo()
770 current_info = entry->widget_list[0].project_info; in Undo()
771 resource_index = entry->widget_list[0].res_index; in Undo()
779 entry->widget_list[0].copy_info->string_id[resource_index]); in Undo()
785 current_info = entry->widget_list[0].project_info; in Undo()
789 current_info->app_name = entry->widget_list[0].copy_info->app_name; in Undo()
790 current_info->callback_func = entry->widget_list[0].copy_info->callback_func; in Undo()
792 if (current_info->id_name != entry->widget_list[0].copy_info->id_name) in Undo()
799 …ys[display].screenflow->UpdateIdName(current_info, current_info->id_name, entry->widget_list[0].co… in Undo()
801 current_info->id_name = entry->widget_list[0].copy_info->id_name; in Undo()
803 current_info->event_func = entry->widget_list[0].copy_info->event_func; in Undo()
804 current_info->draw_func = entry->widget_list[0].copy_info->draw_func; in Undo()
810 current_info = entry->widget_list[0].project_info; in Undo()
814 current_info->user_data = entry->widget_list[0].copy_info->user_data; in Undo()
820 current_info = entry->widget_list[0].project_info; in Undo()
823 current_info->accepts_focus = entry->widget_list[0].copy_info->accepts_focus; in Undo()
829 current_info = entry->widget_list[0].project_info; in Undo()
832 current_info->ewi.gauge.info = entry->widget_list[0].copy_info->ewi.gauge.info; in Undo()
833 … current_info->ewi.gauge.start_angle = entry->widget_list[0].copy_info->ewi.gauge.start_angle; in Undo()
845 current_info = entry->widget_list[0].project_info; in Undo()
849 … current_info->ewi.line_chart_info = entry->widget_list[0].copy_info->ewi.line_chart_info; in Undo()
861 current_info = entry->widget_list[0].project_info; in Undo()
867 entry->widget_list[0].copy_info->ewi.numeric_prompt_value); in Undo()
869 …current_info->ewi.numeric_prompt_value = entry->widget_list[0].copy_info->ewi.numeric_prompt_value; in Undo()
870 current_info->format_func = entry->widget_list[0].copy_info->format_func; in Undo()
876 current_info = entry->widget_list[0].project_info; in Undo()
883 … provider->AssignScrollWheelInfo(current_info, &entry->widget_list[0].copy_info->ewi.scroll_wheel); in Undo()
890 current_info = entry->widget_list[0].project_info; in Undo()
894 int normal_font = entry->widget_list[0].copy_info->font_id[NORMAL_FONT_INDEX]; in Undo()
895 int selected_font = entry->widget_list[0].copy_info->font_id[SELECTED_FONT_INDEX]; in Undo()
912 current_info = entry->widget_list[0].project_info; in Undo()
919 widget_info *entry_info = entry->widget_list[0].copy_info; in Undo()
936 current_info = entry->widget_list[0].project_info; in Undo()
940 …numeric_scroll_wheel_info *wheel_info = &entry->widget_list[0].copy_info->ewi.numeric_scroll_wheel; in Undo()
956 current_info = entry->widget_list[0].project_info; in Undo()
960 widget_info *copy = entry->widget_list[0].copy_info; in Undo()
973 current_info = entry->widget_list[0].project_info; in Undo()
978 …current_info->ewi.tree_view_indentation = entry->widget_list[0].copy_info->ewi.tree_view_indentati… in Undo()
988 current_info = entry->widget_list[0].project_info; in Undo()
991 current_info->visible_at_startup = entry->widget_list[0].copy_info->visible_at_startup; in Undo()
997 current_info = entry->widget_list[0].project_info; in Undo()
1002 …((radial_slider_service_provider *)provider)->SetRadialSliderInfo(current_info, &entry->widget_lis… in Undo()
1010 ClearUndoRecord(entry); in Undo()
1055 undo_record *entry = current; in Reset() local
1061 ClearUndoRecord(entry); in Reset()