Searched defs:this_repr (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp630 Inkscape::XML::Node *this_repr = item->getRepr(); local
642 if (gchar const *a = this_repr->attribute("dx"))
644 if (gchar const *a = this_repr->attribute("dy"))
646 if (gchar const *a = this_repr->attribute("rotate"))
677 SPCSSAttr *this_node_attrs = sp_repr_css_attr(this_repr, "style");
678 SPCSSAttr *this_node_attrs_inherited = sp_repr_css_attr_inherited(this_repr, "style");
694 move_child_nodes(this_repr, new_span_repr);
695 this_repr->parent()->removeChild(this_repr);

Completed in 170 milliseconds