Lines Matching defs:second
674 // not to be written if the second param has a style set which the first does not
742 iter_pair.second = end;
748 iter_pair.second = start;
759 layout->getSourceOfCharacter(iter_pair.second, &rawptr, &end_text_iter);
845 layout->validateIterator(&iter_pair.second);
1380 /** returns true if \a first and \a second contain all the same attributes
1384 static bool css_attrs_are_equal(SPCSSAttr const *first, SPCSSAttr const *second)
1388 gchar const *other_attr = second->attribute(g_quark_to_string(attrs->key));
1392 attrs = second->attributeList();
1615 SPObject *second = first->getNext();
1616 if (second == NULL) return false;
1619 Inkscape::XML::Node *second_repr = second->getRepr();
1623 if (SP_IS_STRING(first) && SP_IS_STRING(second)) {
1625 Glib::ustring merged_string = SP_STRING(first)->string + SP_STRING(second)->string;
1634 if (is_line_break_object(second)) return false;
1643 TextTagAttributes *attributes_second = attributes_for_object(second);