Home
last modified time | relevance | path

Searched refs:odf_add_bool (Results 1 – 4 of 4) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c714 odf_add_bool (xml, id, b); in odf_write_plot_style_bool()
745 odf_add_bool (state->xml, TABLE "display", in odf_write_table_style()
871 odf_add_bool (state->xml, STYLE "print-content", in odf_write_sheet_object_style()
910 odf_add_bool (state->xml, STYLE "print-content", in odf_write_sheet_object_line_style()
1229 odf_add_bool (state->xml, STYLE "shrink-to-fit", in odf_write_style_cell_properties()
4270 odf_add_bool (state->xml, FORM "value", in odf_write_sheet_control_radio_button()
6260 odf_add_bool (state->xml, NULL, in odf_write_ooo_settings()
7087 odf_add_bool (state->xml, in odf_write_interpolation_attribute()
7119 odf_add_bool (state->xml, CHART "stacked", in odf_write_plot_style()
7121 odf_add_bool (state->xml, CHART "percentage", in odf_write_plot_style()
[all …]
H A DChangeLog3419 (odf_write_gnm_settings): use odf_add_bool
6140 (odf_add_bool) : new, the stock gsf_xml_out_add_bool uses 1, but OOo
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-format.c7808 odf_add_bool (GsfXMLOut *xout, char const *id, gboolean val) in odf_add_bool() function
8258 odf_add_bool (xout, NUMBER "grouping", FALSE); in go_format_output_fraction_to_odf()
8331 odf_add_bool (xout, NUMBER "grouping", FALSE); in go_format_output_fraction_to_odf()
8454 odf_add_bool (xout, NUMBER "grouping", comma_seen); in go_format_output_number_element_to_odf()
8757 odf_add_bool (xout, OFFICE "process-content", TRUE); in go_format_output_number_to_odf()
8854 odf_add_bool (xout, NUMBER "grouping", comma_seen); in go_format_output_scientific_number_element_to_odf()
8858 odf_add_bool (xout, GNMSTYLE "forced-exponent-sign", forced_exponent_sign); in go_format_output_scientific_number_element_to_odf()
8859 odf_add_bool (xout, GNMSTYLE "engineering", engineering); in go_format_output_scientific_number_element_to_odf()
8860 odf_add_bool (xout, GNMSTYLE "literal-E", use_literal_E); in go_format_output_scientific_number_element_to_odf()
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog8384 (odf_add_bool): new