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

/inkscape/src/xml/
H A Dtext-node.h32 setContent(content);
38 setContent(content);
H A Dcomment-node.h32 setContent(content);
H A Dpi-node.h30 setContent(content);
H A Dlog-builder.h60 void setContent(Node &node,
H A Dlog-builder.cpp51 void LogBuilder::setContent(Node &node, function in class:Inkscape::XML::LogBuilder
H A Dsimple-document.cpp107 _log_builder.setContent(node, old_content, new_content);
H A Dnode.h195 virtual void setContent(char const *value)=0;
H A Dsimple-node.h92 void setContent(char const *value);
H A Dsimple-node.cpp295 void SimpleNode::setContent(gchar const *content) { function in class:Inkscape::XML::SimpleNode
656 setContent(src->content());
H A Devent.cpp120 node.setContent(new_value);
H A Drepr-io.cpp619 repr->setContent(reinterpret_cast<gchar*>(node->content));
/inkscape/src/widgets/
H A Dsp-xmlview-content.cpp147 text->repr->setContent(data);
/inkscape/src/
H A Dsp-flowdiv.cpp135 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
273 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
410 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
H A Dsp-tspan.cpp206 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
430 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
H A Dtext-editing.cpp433 new_string->getRepr()->setContent(&*split_text_iter.base()); // a little ugly
435 split_obj->getRepr()->setContent(string->c_str());
714 string_item->getRepr()->setContent(string->c_str());
943 repr->setContent("");
1470 child->getRepr()->setContent(string_item->string.substr(end_char_index).c_str());
1481 child->getRepr()->setContent(string_item->string.substr(end_char_index).c_str());
1626 first->getRepr()->setContent(merged_string.c_str());
1888 next_string->getRepr()->setContent(next_string->string.c_str());
H A Drdf.cpp592 temp->setContent(text);
628 temp->setContent(text);
H A Dsp-text.cpp295 child->getRepr()->setContent(SP_STRING(child)->string.c_str());

Completed in 46 milliseconds