Lines Matching refs:setAttribute
141 text->getRepr()->setAttribute("transform", NULL);
153 textpath->setAttribute("xlink:href", href_str);
156 textpath->setAttribute("startOffset", "100%");
158 textpath->setAttribute("startOffset", "50%");
167 copy->setAttribute("sodipodi:role", NULL);
168 copy->setAttribute("x", NULL);
169 copy->setAttribute("y", NULL);
178 text->getRepr()->setAttribute("x", NULL);
179 text->getRepr()->setAttribute("y", NULL);
224 o->getRepr()->setAttribute("dx", NULL);
225 o->getRepr()->setAttribute("dy", NULL);
226 o->getRepr()->setAttribute("rotate", NULL);
234 o->getRepr()->setAttribute("x", *xa_space);
236 o->getRepr()->setAttribute("x", *xa_comma);
307 text->getRepr()->setAttribute("transform", NULL);
311 root_repr->setAttribute("xml:space", "preserve"); // we preserve spaces in the text objects we create
312 root_repr->setAttribute("style", text->getRepr()->attribute("style")); // fixme: transfer style attrs too
328 clone->setAttribute("x", "0");
329 clone->setAttribute("y", "0");
331 clone->setAttribute("xlink:href", href_str);
417 rtext->setAttribute("xml:space", "preserve"); // we preserve spaces in the text objects we create
420 rtext->setAttribute("style", flowtext->getRepr()->attribute("style")); // fixme: transfer style attrs too; and from descendants
431 rtspan->setAttribute("sodipodi:role", "line"); // otherwise, why bother creating the tspan?