Searched refs:colrow_find_outline_bound (Results 1 – 4 of 4) sorted by relevance
/dports/math/gnumeric/gnumeric-1.12.50/src/ |
H A D | colrow.h | 118 int colrow_find_outline_bound (Sheet const *sheet, gboolean is_cols,
|
H A D | colrow.c | 1011 i = colrow_find_outline_bound ( in colrow_visibility() 1138 colrow_find_outline_bound (Sheet const *sheet, gboolean is_cols, in colrow_find_outline_bound() function
|
H A D | commands.c | 2399 first = colrow_find_outline_bound (sheet, is_cols, in cmd_selection_outline_change() 2410 last = colrow_find_outline_bound (sheet, is_cols, in cmd_selection_outline_change() 2420 first = colrow_find_outline_bound (sheet, is_cols, index, depth, FALSE); in cmd_selection_outline_change() 2421 last = colrow_find_outline_bound (sheet, is_cols, index, depth, TRUE); in cmd_selection_outline_change()
|
H A D | sheet.c | 2262 …return (colrow_find_outline_bound (sheet, is_cols, start, start_cri->outline_level, FALSE) != star… in sheet_colrow_can_group() 2263 colrow_find_outline_bound (sheet, is_cols, end, end_cri->outline_level, TRUE) != end); in sheet_colrow_can_group()
|