Searched refs:SP_SVG_NS_URI (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/extension/implementation/ |
H A D | xslt.cpp | 151 Inkscape::XML::Document * rdoc = sp_repr_do_read( result, SP_SVG_NS_URI); 202 if (!sp_repr_save_rebased_file(repr->document(), tempfilename_out.c_str(), SP_SVG_NS_URI,
|
/inkscape/src/extension/internal/ |
H A D | svg.cpp | 270 if (!sp_repr_save_rebased_file(rdoc, filename, SP_SVG_NS_URI,
|
/inkscape/src/xml/ |
H A D | repr.h | 27 #define SP_SVG_NS_URI "http://www.w3.org/2000/svg" macro
|
H A D | repr-util.cpp | 98 defaults[2].uri = g_quark_from_static_string(SP_SVG_NS_URI);
|
H A D | repr-io.cpp | 518 if ( !strcmp(default_ns, SP_SVG_NS_URI) ) {
|
/inkscape/src/ui/dialog/ |
H A D | template-load-tab.cpp | 245 Inkscape::XML::Document *rdoc = sp_repr_read_file(path.data(), SP_SVG_NS_URI);
|
/inkscape/src/ |
H A D | inkscape.cpp | 333 sp_repr_save_stream(repr->document(), file, SP_SVG_NS_URI); 614 sp_repr_save_stream (repr->document(), file, SP_SVG_NS_URI);
|
H A D | document.cpp | 511 rdoc = sp_repr_read_file(uri, SP_SVG_NS_URI); 557 Inkscape::XML::Document *rdoc = sp_repr_read_mem(buffer, length, SP_SVG_NS_URI);
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1217 Inkscape::XML::Document *rnewdoc = sp_repr_read_mem(svgdata, gtk_selection_data_get_length (data), SP_SVG_NS_URI);
|
Completed in 746 milliseconds