Home
last modified time | relevance | path

Searched refs:sheet_colrow_get (Results 1 – 6 of 6) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-diff.c198 sheet_colrow_get (istate->old_sheet, i, is_cols); in diff_sheets_colrow()
200 sheet_colrow_get (istate->new_sheet, i, is_cols); in diff_sheets_colrow()
H A Dcolrow.c646 } else if (sheet_colrow_get (sheet, i, is_cols) != NULL) { in colrow_set_sizes()
1251 ColRowInfo *cri = sheet_colrow_get (sheet, i, is_cols); in colrow_set_visibility()
1285 cri = sheet_colrow_get (sheet, i, is_cols); in colrow_get_global_outline()
H A Dsheet.h213 ColRowInfo *sheet_colrow_get (Sheet const *sheet,
H A Dsheet.c4007 sheet_colrow_get (Sheet const *sheet, int colrow, gboolean is_cols) in sheet_colrow_get() function
5267 vs = sheet_colrow_get (sheet, pos-1, is_cols); in sheet_colrow_set_collapse()
5269 vs = sheet_colrow_get (sheet, pos+1, is_cols); in sheet_colrow_set_collapse()
5272 cri = sheet_colrow_get (sheet, pos, is_cols); in sheet_colrow_set_collapse()
H A Dcommands.c2394 sheet_colrow_get (sheet, index-1, is_cols); in cmd_selection_outline_change()
2405 sheet_colrow_get (sheet, index+1, is_cols); in cmd_selection_outline_change()
H A Dwbc-gtk.c2177 ? sheet_colrow_get (sheet, i, is_cols) in dump_colrow_sizes()