Lines Matching defs:new_value
111 Inkscape::Util::ptr_shared<char> new_value)
113 node.setAttribute(g_quark_to_string(name), new_value);
118 Inkscape::Util::ptr_shared<char> new_value)
120 node.setContent(new_value);
465 Inkscape::Util::ptr_shared<char> new_value)
467 if (new_value) {
468 g_warning("Event: Set attribute %s to \"%s\" on %s", g_quark_to_string(name), new_value.pointer(), node_to_string(node).c_str());
476 Inkscape::Util::ptr_shared<char> new_value)
478 if (new_value) {
479 g_warning("Event: Set content of %s to \"%s\"", node_to_string(node).c_str(), new_value.pointer());