Lines Matching defs:attrs
679 Inkscape::Util::List<Inkscape::XML::AttributeRecord const> attrs = dest_node_attrs->attributeList();
680 for ( ; attrs ; attrs++) {
681 gchar const *key = g_quark_to_string(attrs->key);
683 if ((this_attr == NULL || strcmp(attrs->value, this_attr)) && this_node_attrs->attribute(key) == NULL)
1386 Inkscape::Util::List<Inkscape::XML::AttributeRecord const> attrs = first->attributeList();
1387 for ( ; attrs ; attrs++) {
1388 gchar const *other_attr = second->attribute(g_quark_to_string(attrs->key));
1389 if (other_attr == NULL || strcmp(attrs->value, other_attr))
1392 attrs = second->attributeList();
1393 for ( ; attrs ; attrs++) {
1394 gchar const *other_attr = first->attribute(g_quark_to_string(attrs->key));
1395 if (other_attr == NULL || strcmp(attrs->value, other_attr))
1589 TextTagAttributes *attrs = attributes_for_object(*item);
1590 if (attrs && attrs->anyAttributesSet()) {
1675 TextTagAttributes *attrs = attributes_for_object((*item)->firstChild());
1676 if (attrs && attrs->anyAttributesSet()) {
1703 TextTagAttributes *attrs = attributes_for_object(child);
1704 if (attrs && attrs->anyAttributesSet()) {
1757 TextTagAttributes *attrs = attributes_for_object(child);
1758 if (attrs && attrs->anyAttributesSet()) return false;
1759 attrs = attributes_for_object(*item);
1760 if (attrs && attrs->anyAttributesSet()) return false;