Searched refs:id_href (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp2016 char *id_href = NULL; local
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 local
[all...]

Completed in 22 milliseconds