Home
last modified time | relevance | path

Searched refs:gsf_xml_out_new (Results 1 – 22 of 22) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write-docprops.c283 GsfXMLOut *xml = gsf_xml_out_new (part); in xlsx_write_docprops_app()
379 GsfXMLOut *xml = gsf_xml_out_new (part); in xlsx_write_docprops_core()
497 GsfXMLOut *xml = gsf_xml_out_new (part); in xlsx_write_docprops_custom()
H A Dxlsx-write-pivot.c98 xml = gsf_xml_out_new (record_part); in xlsx_write_pivot_cache_records()
268 xml = gsf_xml_out_new (cache_def_part); in xlsx_write_pivot_cache_definition()
H A Dxlsx-write.c505 xml = gsf_xml_out_new (part); in xlsx_write_shared_strings()
1366 GsfXMLOut *xml = gsf_xml_out_new (part); in xlsx_write_styles()
2769 xml = gsf_xml_out_new (comments_part); in xlsx_write_comments()
2906 xml = gsf_xml_out_new (sheet_part); in xlsx_write_sheet()
3166 xml = gsf_xml_out_new (GSF_OUTPUT (wb_part)); in xlsx_write_workbook()
H A Dxlsx-write-drawing.c1388 xml = gsf_xml_out_new (chart_part); in xlsx_write_chart()
1526 xml = gsf_xml_out_new (drawing_part); in xlsx_write_drawing_objects()
1995 xml = gsf_xml_out_new (drawing_part); in xlsx_write_legacy_drawing_objects()
/dports/devel/libgsf/libgsf-1.14.47/tests/
H A Dtest-xml.c29 GsfXMLOut *xml = gsf_xml_out_new (mem); in test_xml_indent()
/dports/editors/abiword/abiword-3.0.5/plugins/epub/exp/xp/
H A Die_exp_EPUB.cpp135 GsfXMLOut * containerXml = gsf_xml_out_new(container); in writeContainer()
221 GsfXMLOut* ncxXml = gsf_xml_out_new(ncx); in EPUB2_writeNavigation()
401 GsfXMLOut* navXHTML = gsf_xml_out_new(nav); in EPUB3_writeNavigation()
577 GsfXMLOut* opfXml = gsf_xml_out_new(opf); in package()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dlibgsf.syms302 gsf_xml_out_new
H A Dgsf-libxml.h181 GsfXMLOut *gsf_xml_out_new (GsfOutput *output);
H A Dgsf-open-pkg-utils.c679 GsfXMLOut *xml = gsf_xml_out_new (out); in gsf_outfile_open_pkg_close()
716 xml = gsf_xml_out_new (rels); in gsf_outfile_open_pkg_close()
H A Dgsf-libxml.c1598 gsf_xml_out_new (GsfOutput *output) in gsf_xml_out_new() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dssindex.c188 state.output = gsf_xml_out_new (gsf_stdout); in ssindex()
H A Dxml-sax-write.c1508 state.output = gsf_xml_out_new (output); in gnm_xml_file_save_full()
1641 state.state.output = gsf_xml_out_new (buf); in gnm_cellregion_to_xml()
H A Dssdiff.c267 state->xml = gsf_xml_out_new (state->output); in xml_diff_start()
H A Dsheet-object-graph.c312 xout = gsf_xml_out_new (output); in gnm_sog_write_object()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/spectra/
H A Dwindow.cc357 xout = gsf_xml_out_new (output); in on_get_data()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/table/
H A Dgchemtable-curve.cc83 xout = gsf_xml_out_new (output); in on_get_data()
/dports/editors/abiword/abiword-3.0.5/plugins/goffice/unix/
H A DAbiGOChart.cpp345 GsfXMLOut* xml = gsf_xml_out_new (output); in cb_update_graph()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/loaders/cml/
H A Dcml.cc574 GsfXMLOut *xml = gsf_xml_out_new (out); in Write()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/calc/
H A Dgchemcalc.cc497 xout = gsf_xml_out_new (output); in on_get_data()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-axis-color-map.c318 xml = gsf_xml_out_new (output); in gog_axis_color_map_save()
H A Dgog-theme.c446 GsfXMLOut *xml = gsf_xml_out_new (output); in gog_theme_save()
/dports/devel/libgsf/libgsf-1.14.47/
H A DChangeLog950 (gsf_xml_out_new): Just call g_object_new.