Searched defs:new_string (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/util/
H A Dshare.cpp25 char *new_string=new (GC::ATOMIC) char[length+1]; local
26 std::memcpy(new_string, string, length);
27 new_string[length] = 0;
28 return share_unsafe(new_string);
/inkscape/src/
H A Dsp-flowtext.cpp543 Glib::ustring new_string; local
545 new_string += *span_text_start_iter++; // grr. no substr() with iterators
546 Inkscape::XML::Node *new_text = xml_doc->createTextNode(new_string.c_str());
H A Dsp-object.cpp1534 char* new_string = child->textualContent(); local
1535 g_string_append(text, new_string);
1536 g_free(new_string);
H A Dtext-editing.cpp432 SPString *new_string = SP_STRING(split_text_object_tree_at(split_obj, char_index)); local
433 new_string->getRepr()->setContent(&*split_text_iter.base()); // a little ugly

Completed in 2105 milliseconds