Home
last modified time | relevance | path

Searched refs:id_changes (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Did-clash.cpp274 id_changelist_type *id_changes) in change_clashing_ids() argument
319 id_changes->push_back(id_changeitem_type(elem, old_id)); in change_clashing_ids()
335 fix_up_refs(refmap_type const &refmap, const id_changelist_type &id_changes) in fix_up_refs() argument
338 const id_changelist_type::const_iterator pp_end = id_changes.end(); in fix_up_refs()
339 for (pp = id_changes.begin(); pp != pp_end; ++pp) { in fix_up_refs()
360 id_changelist_type id_changes; in prevent_id_clashes() local
365 &id_changes); in prevent_id_clashes()
366 fix_up_refs(refmap, id_changes); in prevent_id_clashes()
431 id_changelist_type id_changes; in rename_id() local
433 id_changes.push_back(id_changeitem_type(elem, old_id)); in rename_id()
[all …]