Searched refs:defid (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddocument.cpp1741 Glib::ustring defid = def->attribute("id"); local
1742 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )break;
1755 if(newid != defid){ // id could be the same if it is a second paste into the same document
1771 Glib::ustring defid = def->attribute("id"); local
1772 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )continue; // this one already handled
1801 Glib::ustring defid = def->attribute("id"); local
1802 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )continue;
H A Dsp-object.cpp105 gchar const *defid);

Completed in 84 milliseconds