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

/inkscape/src/
H A Dtext-chemistry.cpp152 gchar *href_str = g_strdup_printf("#%s", shape->getRepr()->attribute("id")); local
153 textpath->setAttribute("xlink:href", href_str);
154 g_free(href_str);
330 gchar *href_str = g_strdup_printf("#%s", item->getRepr()->attribute("id")); local
331 clone->setAttribute("xlink:href", href_str);
332 g_free(href_str);
H A Dselection-chemistry.cpp2622 gchar *href_str = g_strdup_printf("#%s", sel_repr->attribute("id")); local
2623 clone->setAttribute("xlink:href", href_str, false);
2624 g_free(href_str);
/inkscape/src/ui/tools/
H A Dspray-tool.cpp1123 gchar *href_str = g_strdup_printf("#%s", old_repr->attribute("id")); local
1124 clone->setAttribute("xlink:href", href_str, false);
1125 g_free(href_str);

Completed in 208 milliseconds