Searched refs:colrow_get_index_list (Results 1 – 7 of 7) sorted by relevance
/dports/math/gnumeric/gnumeric-1.12.50/src/ |
H A D | colrow.h | 88 ColRowIndexList *colrow_get_index_list (int first, int last,
|
H A D | workbook-cmd-format.c | 52 info->selection = colrow_get_index_list (first, last, info->selection); in cb_colrow_collect()
|
H A D | undo.c | 179 ua->selection = colrow_get_index_list (first, last, NULL); in GSF_CLASS()
|
H A D | colrow.c | 339 colrow_get_index_list (int first, int last, ColRowIndexList *list) in colrow_get_index_list() function 911 *indices = colrow_get_index_list (a, b, NULL); in colrow_autofit()
|
H A D | stf-parse.c | 1421 ColRowIndexList *list = colrow_get_index_list (col, col, NULL); in stf_parse_sheet()
|
H A D | commands.c | 1056 cri_row_list = colrow_get_index_list in cmd_set_text_full() 1068 cri_col_list = colrow_get_index_list in cmd_set_text_full()
|
H A D | sheet-control-gui.c | 571 colrow_get_index_list (index, index, NULL), new_size_pixels); in scg_colrow_size_set()
|