Home
last modified time | relevance | path

Searched refs:this_sheet (Results 1 – 6 of 6) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-sheet-order.c207 Sheet *this_sheet; in gtmff_asc() local
318 Sheet *this_sheet; in cb_color_changed_fore() local
370 Sheet *this_sheet; in cb_color_changed_back() local
509 Sheet *this_sheet = NULL; in cb_toggled_lock() local
539 g_object_set (this_sheet, in cb_toggled_lock()
555 Sheet *this_sheet = NULL; in cb_toggled_direction() local
599 Sheet *this_sheet; in cb_toggled_visible() local
1105 Sheet *this_sheet; in verify_validity() local
1151 Sheet *this_sheet; in cb_apply_names_clicked() local
1347 Sheet *this_sheet; in dialog_sheet_order_changed() local
[all …]
H A Ddialog-zoom.c138 Sheet *this_sheet; in cb_zoom_ok_clicked() local
141 COL_SHEET_PTR, &this_sheet, in cb_zoom_ok_clicked()
143 sheets = g_slist_prepend (sheets, this_sheet); in cb_zoom_ok_clicked()
206 Sheet *this_sheet = g_ptr_array_index (sheets, ui); in dialog_zoom() local
211 COL_SHEET_NAME, this_sheet->name_unquoted, in dialog_zoom()
212 COL_SHEET_PTR, this_sheet, in dialog_zoom()
215 if (this_sheet == sheet) in dialog_zoom()
H A Ddialog-sheet-resize.c125 Sheet *this_sheet = g_ptr_array_index (sheets, ui); in cb_ok_clicked() local
127 if (this_sheet == state->sheet) in cb_ok_clicked()
130 if (cols == gnm_sheet_get_max_cols (this_sheet) && in cb_ok_clicked()
131 rows == gnm_sheet_get_max_rows (this_sheet)) in cb_ok_clicked()
134 changed_sheets = g_slist_prepend (changed_sheets, this_sheet); in cb_ok_clicked()
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-sheet-sel.c69 Sheet *this_sheet = in gnm_sheet_sel_set_sheet() local
71 if (this_sheet == sheet) { in gnm_sheet_sel_set_sheet()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dworkbook.c982 Sheet *this_sheet = g_ptr_array_index (wb->sheets, i); in workbook_focus_other_sheet() local
983 if (this_sheet->visibility == GNM_SHEET_VISIBILITY_VISIBLE) in workbook_focus_other_sheet()
984 focus = this_sheet; in workbook_focus_other_sheet()
988 Sheet *this_sheet = g_ptr_array_index (wb->sheets, i); in workbook_focus_other_sheet() local
989 if (this_sheet->visibility == GNM_SHEET_VISIBILITY_VISIBLE) in workbook_focus_other_sheet()
990 focus = this_sheet; in workbook_focus_other_sheet()
H A Dgui-util.c1189 Sheet *this_sheet = workbook_sheet_by_index (wb, i); in gnm_dialog_setup_destroy_handlers() local
1190 gboolean current = (sheet == this_sheet); in gnm_dialog_setup_destroy_handlers()
1195 (G_OBJECT (this_sheet), in gnm_dialog_setup_destroy_handlers()
1199 g_ptr_array_add (os, this_sheet); in gnm_dialog_setup_destroy_handlers()