Lines Matching defs:setAttribute
421 getRepr()->setAttribute("inkscape:label", label, false);
745 this->repr->setAttribute("id", this->getId());
886 conflict->getRepr()->setAttribute("id", new_conflict_id);
1013 repr->setAttribute("inkscape:collect", NULL);
1016 repr->setAttribute("id", this->getId());
1021 repr->setAttribute("xml:space", xml_space);
1027 repr->setAttribute("inkscape:collect", "always");
1029 repr->setAttribute("inkscape:collect", NULL);
1045 repr->setAttribute("style", NULL);
1047 repr->setAttribute("style", s.c_str());
1266 void SPObject::setAttribute(gchar const *key, gchar const *value, SPException *ex)
1274 getRepr()->setAttribute(key, value, false);
1276 void SPObject::setAttribute(char const *key, Glib::ustring const &value, SPException *ex)
1278 setAttribute(key, value.empty() ? NULL : value.c_str(), ex);
1280 void SPObject::setAttribute(Glib::ustring const &key, Glib::ustring const &value, SPException *ex)
1282 setAttribute( key.empty() ? NULL : key.c_str(),
1294 getRepr()->setAttribute(key, NULL, false);