Lines Matching refs:id_href
2016 char *id_href = NULL;
2020 id_href = g_strdup_printf("#%s", obj_repr->attribute("id"));
2025 (!id_href || !strcmp(id_href, tile->getRepr()->attribute("xlink:href"))) &&
2027 (!id_href || !strcmp(id_href, tile->getRepr()->attribute("inkscape:tiled-clone-of"))))
2033 if (id_href) {
2034 g_free(id_href);
2035 id_href = 0;
2264 const char *id_href = g_strdup_printf("#%s", obj_repr->attribute("id"));
2605 clone->setAttribute("inkscape:tiled-clone-of", id_href);
2606 clone->setAttribute("xlink:href", id_href);