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

/inkscape/src/
H A Dsp-object.cpp748 // bind if id, but no conflict -- otherwise, we can expect
873 SPObject *conflict=NULL; local
878 conflict = document->getObjectById((char const *)new_id);
881 if ( conflict && conflict != object ) {
883 sp_object_ref(conflict, NULL);
885 gchar *new_conflict_id = sp_object_get_unique_id(conflict, NULL);
886 conflict->getRepr()->setAttribute("id", new_conflict_id);
888 sp_object_unref(conflict, NULL);

Completed in 15 milliseconds