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

/inkscape/src/xml/
H A Ddocument.h93 virtual Node *createTextNode(char const *content)=0;
94 virtual Node *createTextNode(char const *content, bool is_CData)=0;
H A Dsimple-document.h46 Node *createTextNode(char const *content);
47 Node *createTextNode(char const *content, bool const is_CData);
H A Dsimple-document.cpp58 Node *SimpleDocument::createTextNode(char const *content) { function in class:Inkscape::XML::SimpleDocument
62 Node *SimpleDocument::createTextNode(char const *content, bool const is_CData) { function in class:Inkscape::XML::SimpleDocument
H A Drepr-io.cpp589 return xml_doc->createTextNode(reinterpret_cast<gchar *>(node->content),
/inkscape/src/
H A Dsp-tspan.cpp186 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
261 Inkscape::XML::Node* rch = xml_doc->createTextNode("");
410 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
H A Dsp-style-elem-test.h139 Inkscape::XML::Node *const content_repr = _doc->getReprDoc()->createTextNode(".myclass { }");
H A Dsp-flowdiv.cpp115 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
253 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
390 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
H A Dtext-editing.cpp307 return xml_doc->createTextNode(old_node->content());
556 Inkscape::XML::Node *rstring = xml_doc->createTextNode("");
967 Inkscape::XML::Node *rstr = xml_doc->createTextNode(p);
976 Inkscape::XML::Node *rstr = xml_doc->createTextNode(content);
1463 Inkscape::XML::Node *text_before = xml_doc->createTextNode(string_item->string.substr(0, start_char_index).c_str());
1467 Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(start_char_index, end_char_index - start_char_index).c_str());
1478 Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(0, end_char_index).c_str());
1486 Inkscape::XML::Node *text_before = xml_doc->createTextNode(string_item->string.substr(0, start_char_index).c_str());
1490 Inkscape::XML::Node *text_in_span = xml_doc->createTextNode(string_item->string.substr(start_char_index).c_str());
H A Dtext-chemistry.cpp348 Inkscape::XML::Node *text_repr = xml_doc->createTextNode(text_ustring.c_str()); // FIXME: transfer all formatting! and convert newlines into flowParas!
435 Inkscape::XML::Node *text_repr = xml_doc->createTextNode(text_string); // FIXME: transfer all formatting!!!
H A Drdf.cpp583 temp = xmldoc->createTextNode( text );
619 temp = xmldoc->createTextNode( text );
671 Inkscape::XML::Node * child = xmldoc->createTextNode( g_strstrip(str) );
H A Dsp-tref.cpp403 Inkscape::XML::Node *newStringRepr = xml_doc->createTextNode(charData.c_str());
H A Dsp-flowtext.cpp546 Inkscape::XML::Node *new_text = xml_doc->createTextNode(new_string.c_str());
655 Inkscape::XML::Node *text = xml_doc->createTextNode("");
H A Dsp-object.cpp1509 elem->appendChildRepr(xml_doc->createTextNode(value));
H A Dsp-text.cpp273 crepr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
/inkscape/share/extensions/
H A Dinkweb.js53 element.appendChild( document.createTextNode( attributes.text ) );
/inkscape/src/ui/dialog/
H A Dxml-tree.cpp963 Inkscape::XML::Node *text = xml_doc->createTextNode("");
H A Ddocument-properties.cpp1326 obj->appendChildRepr(xml_doc->createTextNode(_EmbeddedContent.get_buffer()->get_text().c_str()));
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1293 Inkscape::XML::Node *text_content = _xml_doc->createTextNode(text_buffer.c_str());
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp966 Inkscape::XML::Node *rstring = xml_doc->createTextNode(value);
H A Dtext-tool.cpp413 Inkscape::XML::Node *rstring = xml_doc->createTextNode("");

Completed in 91 milliseconds