Home
last modified time | relevance | path

Searched refs:gnm_style_set_wrap_text (Results 1 – 10 of 10) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmstyle.h142 void gnm_style_set_wrap_text (GnmStyle *style, gboolean f);
H A Dmstyle.c739 gnm_style_set_wrap_text (new_style, FALSE); in gnm_style_new_default()
2031 gnm_style_set_wrap_text (GnmStyle *style, gboolean f) in gnm_style_set_wrap_text() function
H A Dxml-sax-read.c1479 gnm_style_set_wrap_text (state->style, val); in xml_sax_style_start()
1482 gnm_style_set_wrap_text (state->style, val); in xml_sax_style_start()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/applix/
H A Dapplix-read.c763 gnm_style_set_wrap_text (style, TRUE); in applix_parse_style()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dexcel-xml-read.c673 gnm_style_set_wrap_text (state->style, b_tmp); in xl_xml_alignment()
H A Dms-excel-read.c2088 gnm_style_set_wrap_text (mstyle, xf->wrap_text); in excel_get_style_from_xf()
5426 gnm_style_set_wrap_text (overlay, ((d1 >> 3) & 1)); in excel_read_CF()
H A Dxlsx-read.c4796 gnm_style_set_wrap_text (state->style_accum, wrapText); in xlsx_xf_align()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/lotus-123/
H A Dlotus.c3073 gnm_style_set_wrap_text(style, TRUE); in lotus_read_works()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-cell-format.c541 gnm_style_set_wrap_text (state->result, in cb_align_wrap_toggle()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-read.c6643 gnm_style_set_wrap_text (style, attr_eq (attrs[1], "wrap")); in oo_style_prop_cell()