Home
last modified time | relevance | path

Searched refs:outline_symbols_right (Results 1 – 12 of 12) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-diff.c246 DO_INT (outline_symbols_right, "OutlineSymbolsRight"); in diff_sheets_attrs()
H A Dsheet.h97 gboolean outline_symbols_right; member
H A Dxml-sax-read.c372 int outline_symbols_right; member
722 state->outline_symbols_below = state->outline_symbols_right = in xml_sax_sheet_start()
747 state->outline_symbols_right = tmp; in xml_sax_sheet_start()
853 if (state->outline_symbols_right >= 0) in xml_sax_sheet_name()
854 g_object_set (sheet, "display-outlines-right", state->outline_symbols_right, NULL); in xml_sax_sheet_name()
H A Dsheet.c501 sheet->outline_symbols_right = !!g_value_get_boolean (value); in gnm_sheet_set_property()
636 g_value_set_boolean (value, sheet->outline_symbols_right); in gnm_sheet_get_property()
843 sheet->outline_symbols_right = TRUE; in gnm_sheet_init()
5265 if ((is_cols ? sheet->outline_symbols_right : sheet->outline_symbols_below)) { in sheet_colrow_set_collapse()
6382 "display-outlines-right", src->outline_symbols_right, in sheet_dup()
H A Dcolrow.c1179 gboolean const fwd = is_cols ? sheet->outline_symbols_right : sheet->outline_symbols_below; in colrow_set_visibility()
H A Ditem-bar.c419 gboolean const draw_right = sheet->outline_symbols_right != FALSE; in item_bar_draw_region()
H A Dxml-sax-write.c1355 "OutlineSymbolsRight", sheet->outline_symbols_right); in xml_write_sheet()
H A Dwbc-gtk-actions.c1973 TOGGLE_HANDLER (outline_symbols_right, "display-outlines-right")
H A Dcommands.c2391 if ((is_cols ? sheet->outline_symbols_right : sheet->outline_symbols_below)) { in cmd_selection_outline_change()
2547 if (sv->sheet->outline_symbols_right) in cmd_selection_group()
H A Dwbc-gtk.c828 "SheetOutlineRight", sheet->outline_symbols_right); in wbcg_update_menu_feedback()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-read.c5002 esheet->sheet->outline_symbols_right = 0 != (options & 0x080); in excel_read_WSBOOL()
H A Dms-excel-write.c5100 if (esheet->gnum_sheet->outline_symbols_right) flags |= 0x080; in excel_write_WSBOOL()