Lines Matching refs:child_span
1451 Inkscape::XML::Node *child_span = xml_doc->createElement(span_object_name);
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_repr);
1504 child_span->appendChild(child_repr);
1506 child = common_ancestor->get_child_by_repr(child_span);
1508 Inkscape::GC::release(child_span);