Searched refs:second_repr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp1619 Inkscape::XML::Node *second_repr = second->getRepr(); local
1621 if (first_repr->type() != second_repr->type()) return false;
1627 second_repr->parent()->removeChild(second_repr);
1633 if (strcmp(first_repr->name(), second_repr->name()) != 0) return false;
1636 gchar const *second_style = second_repr->attribute("style");
1648 move_child_nodes(second_repr, first_repr);
1649 second_repr->parent()->removeChild(second_repr);

Completed in 20 milliseconds