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

/inkscape/src/
H A Dsp-tag-use.cpp128 gchar *uri_string = ref->getURI()->toString(); local
129 repr->setAttribute("xlink:href", uri_string);
130 g_free(uri_string);
H A Dsp-filter.cpp345 gchar *uri_string = this->href->getURI()->toString(); local
346 repr->setAttribute("xlink:href", uri_string);
347 g_free(uri_string);
H A Dsp-tref.cpp179 gchar *uri_string = this->uriOriginalRef->getURI()->toString(); local
180 debug("uri_string=%s", uri_string);
181 repr->setAttribute("xlink:href", uri_string);
182 g_free(uri_string);
H A Dsp-use.cpp175 gchar *uri_string = this->ref->getURI()->toString(); local
176 repr->setAttribute("xlink:href", uri_string);
177 g_free(uri_string);
H A Dsp-gradient.cpp606 gchar *uri_string = this->ref->getURI()->toString(); local
607 repr->setAttribute("xlink:href", uri_string);
608 g_free(uri_string);
H A Dbox3d.cpp225 gchar *uri_string = box->persp_ref->getURI()->toString(); local
226 repr->setAttribute("inkscape:perspectiveID", uri_string);
227 g_free(uri_string);

Completed in 32 milliseconds