Lines Matching +refs:val +refs:url
126 const gchar *val = repr_elem->attribute(attr);
127 if (val && val[0] == '#') {
128 std::string id(val+1);
136 /* check for url(#...) references in 'fill' or 'stroke' */
150 /* check for url(#...) references in 'filter' */
161 /* check for url(#...) references in markers */
175 /* check for other url(#...) references */
277 gchar *url = g_strdup_printf("url(#%s)", obj->getId());
278 it->elem->getRepr()->setAttribute(it->attr, url);
279 g_free(url);
284 gchar *url = g_strdup_printf("url(#%s)", obj->getId());
285 sp_repr_css_set_property(style, it->attr, url);
286 g_free(url);
345 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId());
346 it->elem->getRepr()->setAttribute(it->attr, url);
347 g_free(url);
352 gchar *url = g_strdup_printf("url(#%s)", to_obj->getId());
353 sp_repr_css_set_property(style, it->attr, url);
354 g_free(url);