Lines Matching defs:attribute
149 return obj->getRepr()->attribute("id");
249 return strdup(newNode->attribute("id"));
482 gchar* newString = g_strconcat(newNode->attribute("style"), ";fill:none", NULL);
523 return strdup(newNode->attribute("id"));
540 return strdup(newNode->attribute("id"));
648 char *attribute, char *newval, GError **error)
661 newNode->setAttribute(attribute, newval, TRUE);
667 char *shape, char *attribute,
674 sp_repr_set_int (newNode, attribute, newval);
681 char *shape, char *attribute,
686 if (!dbus_check_string (attribute, error, "New value string was empty."))
691 sp_repr_set_svg_double (newNode, attribute, newval);
697 char *attribute, GError **error)
701 if (!dbus_check_string (attribute, error, "Attribute name empty."))
706 return g_strdup(newNode->attribute(attribute));
755 if (node->attribute("d") == NULL)
760 return strdup(node->attribute("d"));
868 if (shapenode == NULL || shapenode->attribute("d") == NULL) {
871 char * path = strdup(shapenode->attribute("d"));
966 return strdup(new_obj->getRepr()->attribute("id"));
1281 if (strcmp("layer", (next->getRepr())->attribute("inkscape:groupmode")) == 0) {
1456 return g_strdup(parent->getRepr()->attribute("id"));