Searched defs:add_whitespace (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/xml/
H A Drepr-io.cpp57 bool add_whitespace, gchar const *default_ns,
63 gint indent_level, bool add_whitespace,
871 bool add_whitespace, gchar const *default_ns,
919 return sp_repr_write_stream_element(repr, out, 0, add_whitespace, elide_prefix, attributes,
924 bool add_whitespace, Glib::QueryQuark elide_prefix,
940 repr_write_comment( out, repr->content(), add_whitespace, indent_level, indent );
949 add_whitespace, elide_prefix,
967 gint indent_level, bool add_whitespace,
983 if (add_whitespace && indent) {
1004 add_whitespace
870 sp_repr_write_stream_root_element(Node *repr, Writer &out, bool add_whitespace, gchar const *default_ns, int inlineattrs, int indent, gchar const *const old_href_base, gchar const *const new_href_base) argument
923 sp_repr_write_stream( Node *repr, Writer &out, gint indent_level, bool add_whitespace, Glib::QueryQuark elide_prefix, int inlineattrs, int indent, gchar const *const old_href_base, gchar const *const new_href_base) argument
966 sp_repr_write_stream_element( Node * repr, Writer & out, gint indent_level, bool add_whitespace, Glib::QueryQuark elide_prefix, List<AttributeRecord const> attributes, int inlineattrs, int indent, gchar const *old_href_base, gchar const *new_href_base ) argument
[all...]

Completed in 338 milliseconds