Searched defs:newid (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddocument.cpp1754 Glib::ustring newid = trg->getId(); local
1755 if(newid != defid){ // id could be the same if it is a second paste into the same document
1779 Glib::ustring newid = trg->getId(); local
1780 if( newid.find( DuplicateDefString ) != Glib::ustring::npos )continue; // this one already handled
H A Dselection-chemistry.cpp2656 const gchar *newid = cm->getFirstObjectID(); local
2657 if (!newid) {
2661 gchar *newref = g_strdup_printf("#%s", newid);

Completed in 51 milliseconds