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

/inkscape/src/
H A Dsp-lpe-item.cpp484 const gchar * repr_id = new_lpeobj->getRepr()->attribute("id"); local
485 gchar *hrefstr = g_strdup_printf("#%s", repr_id);
889 const gchar * repr_id = new_lpeobjs[found_index]->getRepr()->attribute("id"); local
890 gchar *hrefstr = g_strdup_printf("#%s", repr_id);
/inkscape/src/live_effects/
H A Deffect.cpp343 const gchar * repr_id = repr->attribute("id"); local
346 gchar *href = g_strdup_printf("#%s", repr_id);

Completed in 23 milliseconds