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

/inkscape/src/
H A Dtext-editing.cpp1463 Inkscape::XML::Node *text_before = xml_doc->createTextNode(string_item->string.substr(0, start_char_index).c_str()); local
1464 common_ancestor->getRepr()->addChild(text_before, prev_repr);
1465 common_ancestor->getRepr()->addChild(child_span, text_before);
1466 Inkscape::GC::release(text_before);
1486 Inkscape::XML::Node *text_before = xml_doc->createTextNode(string_item->string.substr(0, start_char_index).c_str()); local
1487 common_ancestor->getRepr()->addChild(text_before, prev_repr);
1488 common_ancestor->getRepr()->addChild(child_span, text_before);
1489 Inkscape::GC::release(text_before);

Completed in 490 milliseconds