Home
last modified time | relevance | path

Searched refs:last_zoom_factor_used (Results 1 – 18 of 18) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-zoom.c250 if (((int)(sheet->last_zoom_factor_used * 100. + .5)) == buttons[i].factor) { in dialog_zoom()
260 (int)(sheet->last_zoom_factor_used * 100. + .5)); in dialog_zoom()
H A Ddialog-row-height.c117 gint adj_value = value/state->sheet->last_zoom_factor_used + 0.5; in dialog_row_height_set_value()
190 int size_pixels = (int)(value * state->sheet->last_zoom_factor_used + 0.5); in cb_dialog_row_height_apply_clicked()
H A Ddialog-col-width.c109 gint adj_value = value/state->sheet->last_zoom_factor_used + 0.5; in dialog_col_width_set_value()
183 int size_pixels = (int)(value * state->sheet->last_zoom_factor_used + 0.5); in cb_dialog_col_width_apply_clicked()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.h61 double last_zoom_factor_used; member
H A Ditem-bar.c82 sheet->last_zoom_factor_used * in ib_compute_pixels_from_indent()
147 double const zoom_factor = sheet->last_zoom_factor_used; in ib_reload_sizing_style()
H A Dprint-cell.c107 } else if (sheet->last_zoom_factor_used != 1) { in print_cell_gtk()
H A Dcell.c655 sheet->last_zoom_factor_used); in gnm_cell_render_value()
H A Dgnm-pane.c1082 fabs (1. - sheet->last_zoom_factor_used) > 1e-6)
1083 goc_canvas_set_pixels_per_unit (canvas, sheet->last_zoom_factor_used);
1237 fabs (1. - sheet->last_zoom_factor_used) > 1e-6) in gnm_pane_new()
1239 sheet->last_zoom_factor_used); in gnm_pane_new()
H A Dsheet.c448 if (fabs (factor - sheet->last_zoom_factor_used) < 1e-6) in sheet_set_zoom_factor()
450 sheet->last_zoom_factor_used = factor; in sheet_set_zoom_factor()
702 g_value_set_double (value, sheet->last_zoom_factor_used); in gnm_sheet_get_property()
884 sheet->last_zoom_factor_used = -1; /* Overridden later */ in gnm_sheet_init()
2661 sheet->last_zoom_factor_used); in cb_max_cell_height()
6371 "zoom-factor", src->last_zoom_factor_used, in sheet_dup()
H A Dcolrow.c64 return (sheet ? sheet->last_zoom_factor_used : 1.0) * in colrow_compute_pixel_scale()
H A Dwbc-gtk-actions.c677 int zoom = (int)(sheet->last_zoom_factor_used * 100. + .5) - 10; in GNM_ACTION_DEF()
688 int zoom = (int)(sheet->last_zoom_factor_used * 100. + .5) - 10; in GNM_ACTION_DEF()
H A Dxml-sax-write.c1387 GNM "Zoom", sheet->last_zoom_factor_used, 4); in xml_write_sheet()
H A Dwbc-gtk.c840 int pct = sheet->last_zoom_factor_used * 100 + .5; in cb_zoom_change()
2303 int zoom = (int)(sheet->last_zoom_factor_used * 100. + .5) - 10; in cb_scroll_wheel()
H A Dsheet-control-gui.c3819 z = sheet->last_zoom_factor_used; in scg_scale_changed()
H A Dcommands.c4594 me->old_factors[i] = sheet->last_zoom_factor_used; in cmd_zoom()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write.c1434 tmp = (int) (100.* sheet->last_zoom_factor_used + .5); in xlsx_write_sheet_view()
H A Dms-excel-write.c5717 esheet->gnum_sheet->last_zoom_factor_used, FALSE); in excel_write_sheet()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c6248 …gsf_xml_out_add_int (state->xml, NULL, (int) gnm_floor (sheet->last_zoom_factor_used * 100. + 0.5)… in odf_write_ooo_settings()