Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 448992 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/cell.c (-1 / +1 lines)
Lines 245-251 gnm_cell_set_expr_unsafe (GnmCell *cell, GnmExprTop const *texpr) Link Here
245
	cell_set_expr_internal (cell, texpr);
245
	cell_set_expr_internal (cell, texpr);
246
}
246
}
247
247
248
/**
248
/*
249
 * gnm_cell_set_expr:  Stores and references the supplied expression
249
 * gnm_cell_set_expr:  Stores and references the supplied expression
250
 *         marks the sheet as dirty.  Intented for use by import routines that
250
 *         marks the sheet as dirty.  Intented for use by import routines that
251
 *         do bulk assignment.  The resulting cell _is_ linked into the
251
 *         do bulk assignment.  The resulting cell _is_ linked into the
(-)a/src/func.c (-2 / +2 lines)
Lines 1039-1045 gnm_func_get_type (void) Link Here
1039
	return t;
1039
	return t;
1040
}
1040
}
1041
1041
1042
/**
1042
/*
1043
 */
1043
 */
1044
GnmFunc *
1044
GnmFunc *
1045
gnm_func_lookup (char const *name, Workbook *scope)
1045
gnm_func_lookup (char const *name, Workbook *scope)
Lines 1881-1887 typedef struct { Link Here
1881
	gboolean           ignore_subtotal;
1881
	gboolean           ignore_subtotal;
1882
} IterateCallbackClosure;
1882
} IterateCallbackClosure;
1883
1883
1884
/**
1884
/*
1885
 * cb_iterate_cellrange:
1885
 * cb_iterate_cellrange:
1886
 *
1886
 *
1887
 * Helper routine used by the function_iterate_do_value routine.
1887
 * Helper routine used by the function_iterate_do_value routine.

Return to bug 448992