Lines Matching refs:setAttribute

152         repr->setAttribute("id", id);
154 repr->setAttribute("transform", transform);
156 repr->setAttribute("style", style);
158 repr->setAttribute("inkscape:path-effect", path_effect);
164 repr->setAttribute("inkscape:original-d", dstring);
166 repr->setAttribute("d", dstring);
244 repr->setAttribute("style", style);
246 repr->setAttribute("inkscape:path-effect", path_effect);
250 repr->setAttribute("inkscape:original-d", str);
252 repr->setAttribute("d", str);
254 repr->setAttribute("transform", sp_svg_transform_write(transform));
264 repr->setAttribute("id", id);
433 repr->setAttribute("id", id);
478 g_repr->setAttribute("aria-label", original_text.c_str() );
481 g_repr->setAttribute("transform", item->getRepr()->attribute("transform"));
485 g_repr->setAttribute("mask", mask_str);
489 g_repr->setAttribute("clip-path", clip_path_str);
491 g_repr->setAttribute("inkscape:transform-center-x", item->getRepr()->attribute("inkscape:transform-center-x"), false);
492 g_repr->setAttribute("inkscape:transform-center-y", item->getRepr()->attribute("inkscape:transform-center-y"), false);
497 g_repr->setAttribute("style", style_str.c_str());
533 p_repr->setAttribute("d", def_str);
537 p_repr->setAttribute("style", style_str.c_str());
572 repr->setAttribute("transform", item->getRepr()->attribute("transform"));
577 repr->setAttribute("style", style_str.c_str());
582 repr->setAttribute("mask", mask_str);
587 repr->setAttribute("clip-path", clip_path_str);
590 repr->setAttribute("inkscape:transform-center-x", item->getRepr()->attribute("inkscape:transform-center-x"), false);
591 repr->setAttribute("inkscape:transform-center-y", item->getRepr()->attribute("inkscape:transform-center-y"), false);
595 repr->setAttribute("d", def_str);
633 path->getRepr()->setAttribute("inkscape:original-d", str);
635 path->getRepr()->setAttribute("d", str);
644 path->getRepr()->setAttribute("sodipodi:nodetypes", g_strreverse(nodetypes));