Home
last modified time | relevance | path

Searched refs:ColRowSegment (Results 1 – 4 of 4) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnumeric-fwd.h17 typedef struct _ColRowSegment ColRowSegment; typedef
H A Dsheet.c1908 ColRowSegment **psegment = (ColRowSegment **)&COLROW_GET_SEGMENT (info, n); in sheet_colrow_add()
1914 *psegment = g_new0 (ColRowSegment, 1); in sheet_colrow_add()
3264 ColRowSegment const * const segment = in sheet_range_bounding_box()
3972 ColRowSegment *segment; in sheet_col_get()
3994 ColRowSegment *segment; in sheet_row_get()
4118 ColRowSegment const *segment; in sheet_colrow_foreach()
4382 ColRowSegment const *segment = in sheet_foreach_cell_in_region()
4421 ColRowSegment const *segment = in sheet_foreach_cell_in_region()
4786 ColRowSegment **segment = (ColRowSegment **)&COLROW_GET_SEGMENT (&(sheet->cols), col); in sheet_col_destroy()
4823 ColRowSegment **segment = (ColRowSegment **)&COLROW_GET_SEGMENT (&(sheet->rows), row); in sheet_row_destroy()
[all …]
H A Dcolrow.c693 ColRowSegment *segment = COLROW_GET_SEGMENT(infos, i); in colrow_set_states()
H A Dsheet-control-gui.c3377 ColRowSegment const *segment = in scg_colrow_distance_get()