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

/inkscape/src/
H A Dtext-editing.cpp1451 Inkscape::XML::Node *child_span = xml_doc->createElement(span_object_name); local
1452 sp_repr_css_set(child_span, const_cast<SPCSSAttr*>(css), "style"); // better hope that prototype wasn't nonconst for a good reason
1465 common_ancestor->getRepr()->addChild(child_span, text_before);
1468 child_span->appendChild(text_in_span);
1477 common_ancestor->getRepr()->addChild(child_span, prev_repr);
1479 child_span->appendChild(text_in_span);
1488 common_ancestor->getRepr()->addChild(child_span, text_before);
1491 child_span->appendChild(text_in_span);
1494 child = common_ancestor->get_child_by_repr(child_span);
1501 common_ancestor->getRepr()->addChild(child_span, child_rep
[all...]

Completed in 28 milliseconds