Home
last modified time | relevance | path

Searched refs:old_sheet (Results 1 – 11 of 11) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-diff.c50 Sheet *old_sheet, *new_sheet; member
198 sheet_colrow_get (istate->old_sheet, i, is_cols); in diff_sheets_colrow()
366 istate->old_sheet = old_sheet; in real_diff_sheets()
371 range_init_full_sheet (&or, old_sheet); in real_diff_sheets()
384 istate->old_sheet = istate->new_sheet = NULL; in real_diff_sheets()
389 Sheet *old_sheet, Sheet *new_sheet) in gnm_diff_sheets() argument
399 real_diff_sheets (&istate, old_sheet, new_sheet); in gnm_diff_sheets()
428 old_sheet->name_unquoted); in real_diff_workbooks()
434 real_diff_sheets (istate, old_sheet, new_sheet); in real_diff_workbooks()
446 Sheet *old_sheet = workbook_sheet_by_name (old_wb, in real_diff_workbooks() local
[all …]
H A Dsheet-diff.h63 Sheet *old_sheet, Sheet *new_sheet);
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_schematic.cpp992 auto old_sheet = core_schematic.get_sheet(); in handle_move_to_other_sheet() local
1011 old_sheet->net_labels.erase(it.uuid); in handle_move_to_other_sheet()
1015 old_sheet->bus_labels.erase(it.uuid); in handle_move_to_other_sheet()
1019 old_sheet->bus_rippers.erase(it.uuid); in handle_move_to_other_sheet()
1023 old_sheet->junctions.erase(it.uuid); in handle_move_to_other_sheet()
1027 old_sheet->power_symbols.erase(it.uuid); in handle_move_to_other_sheet()
1031 old_sheet->net_lines.erase(it.uuid); in handle_move_to_other_sheet()
1035 old_sheet->symbols.erase(it.uuid); in handle_move_to_other_sheet()
1039 old_sheet->texts.erase(it.uuid); in handle_move_to_other_sheet()
1043 old_sheet->lines.erase(it.uuid); in handle_move_to_other_sheet()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/tools/
H A Ddao.c231 Sheet *old_sheet = wb_control_cur_sheet (dao->wbc); in dao_adjust() local
232 max_rows = gnm_sheet_get_max_rows (old_sheet) - dao->start_row; in dao_adjust()
233 max_cols = gnm_sheet_get_max_cols (old_sheet) - dao->start_col; in dao_adjust()
261 Sheet *old_sheet = dao->wbc in dao_prepare_output() local
264 Workbook *wb = old_sheet->workbook; in dao_prepare_output()
269 dao->rows = gnm_sheet_get_max_rows (old_sheet); in dao_prepare_output()
270 dao->cols = gnm_sheet_get_max_cols (old_sheet); in dao_prepare_output()
276 Sheet *old_sheet = wb_control_cur_sheet (dao->wbc); in dao_prepare_output() local
278 dao->rows = gnm_sheet_get_max_rows (old_sheet); in dao_prepare_output()
279 dao->cols = gnm_sheet_get_max_cols (old_sheet); in dao_prepare_output()
H A Dtabulate.c78 Sheet *old_sheet = wb_control_cur_sheet (wbc); in do_tabulation() local
93 int cols = gnm_sheet_get_max_cols (old_sheet); in do_tabulation()
94 int rows = gnm_sheet_get_max_rows (old_sheet); in do_tabulation()
/dports/cad/oregano/oregano-0.84.43/src/sheet/
H A Dsheet.c567 Sheet *old_sheet = schematic_view_get_sheet (sv); in sheet_replace() local
569 GtkWidget *parent = gtk_widget_get_parent (GTK_WIDGET (old_sheet)); in sheet_replace()
572 g_return_val_if_fail (old_sheet != NULL, FALSE); in sheet_replace()
573 g_return_val_if_fail (IS_SHEET (old_sheet), FALSE); in sheet_replace()
575 sheet_get_zoom (old_sheet, &zoom); in sheet_replace()
588 rubberband_info_destroy (old_sheet->priv->rubberband_info); in sheet_replace()
589 old_sheet->priv->rubberband_info = NULL; in sheet_replace()
591 create_wire_info_destroy (old_sheet->priv->create_wire_info); in sheet_replace()
592 old_sheet->priv->create_wire_info = NULL; in sheet_replace()
594 gtk_widget_destroy (GTK_WIDGET (old_sheet)); in sheet_replace()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-sheet-compare.c97 Sheet *old_sheet; member
552 state->old_sheet = (Sheet *)os; in dsc_sheet_start()
560 state->old_sheet = NULL; in dsc_sheet_end()
626 loc_from_range (&loc_old, state->old_sheet, r); in dsc_style_changed()
659 (&rold, state->old_sheet, i, i); in dsc_colrow_changed()
660 loc_from_range (&loc_old, state->old_sheet, &rold); in dsc_colrow_changed()
H A Ddialog-sheet-order.c923 Sheet *sheet, *old_sheet = NULL; in cb_add_clicked() local
934 SHEET_POINTER, &old_sheet, in cb_add_clicked()
936 index = old_sheet->index_in_wb; in cb_add_clicked()
942 gnm_sheet_get_max_cols (old_sheet), in cb_add_clicked()
943 gnm_sheet_get_max_rows (old_sheet)); in cb_add_clicked()
966 Sheet *sheet, *old_sheet; in cb_append_clicked() local
971 old_sheet = workbook_sheet_by_index (wb, 0); in cb_append_clicked()
973 gnm_sheet_get_max_cols (old_sheet), in cb_append_clicked()
974 gnm_sheet_get_max_rows (old_sheet)); in cb_append_clicked()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dpython-loader.c266 Sheet *sheet, *old_sheet; in gplp_func_file_open() local
277 old_sheet = wb_view_cur_sheet (wb_view); in gplp_func_file_open()
282 gnm_sheet_get_max_cols (old_sheet), in gplp_func_file_open()
283 gnm_sheet_get_max_rows (old_sheet)); in gplp_func_file_open()
/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.c509 Sheet *old_sheet; in getvalue() local
514 old_sheet=upd_sheet; in getvalue()
538 upd_sheet=old_sheet; in getvalue()
/dports/math/gnumeric/gnumeric-1.12.50/
H A DChangeLog756 * src/ssdiff.c (GnmDiffState): Store old_sheet and new_sheet here