Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmstyle.h143 gboolean gnm_style_get_wrap_text (GnmStyle const *style);
H A Dcellspan.c275 (gnm_style_get_wrap_text (style) || in cell_calc_span()
H A Dssdiff.c657 DO_INT ("WrapText", gnm_style_get_wrap_text); in xml_style_changed()
H A Dxml-sax-write.c499 gnm_style_get_wrap_text (style)); in xml_write_style()
H A Dmstyle.c2048 gnm_style_get_wrap_text (GnmStyle const *style) in gnm_style_get_wrap_text() function
/dports/math/gnumeric/gnumeric-1.12.50/plugins/html/
H A Dlatex.c1036 wrap = gnm_style_get_wrap_text (style); in latex2e_write_multicolumn_cell()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-write.c1255 d1 |= ((gnm_style_get_wrap_text (s) ? 1 : 0) << 3); in cb_write_condition()
2899 !gnm_style_get_wrap_text (style); in cb_cell_pre_pass()
3060 xfd->wrap_text = gnm_style_get_wrap_text (st) || (esv->variant & 4); in build_xf_data()
H A Dxlsx-write.c1212 gsf_xml_out_add_bool (xml, "wrapText", gnm_style_get_wrap_text (style)); in xlsx_write_style_write_alignment()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-cell-format.c629 wrap = gnm_style_get_wrap_text (state->style); in fmt_dialog_init_align_page()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c1225 gnm_style_get_wrap_text (style) ? "wrap" : "no-wrap"); in odf_write_style_cell_properties()