Home
last modified time | relevance | path

Searched refs:queue_recalc (Results 1 – 2 of 2) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet.h160 gboolean redraw, gboolean queue_recalc);
H A Dsheet.c4722 sheet_cell_destroy (Sheet *sheet, GnmCell *cell, gboolean queue_recalc) in sheet_cell_destroy() argument
4728 queue_recalc &= !gnm_cell_needs_recalc (cell); in sheet_cell_destroy()
4732 if (queue_recalc) in sheet_cell_destroy()
4752 gboolean redraw, gboolean queue_recalc) in sheet_cell_remove() argument
4765 sheet_cell_destroy (sheet, cell, queue_recalc); in sheet_cell_remove()