Lines Matching refs:unlink
853 // If any of the clones refer to the groups, unlink them and replace them with successors
877 *items_node = use->unlink();
1533 // unlink all non-selected boxes.
2696 desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Select <b>clones</b> to unlink."));
2714 // Set unlink to true, and fall into the next if which
2725 SPItem *unlink = NULL;
2728 unlink = use->unlink();
2729 // Unable to unlink use (external or invalid href?)
2730 if (!unlink) {
2735 unlink = dynamic_cast<SPItem *>(sp_tref_convert_to_tspan(item));
2736 g_assert(unlink != NULL);
2741 new_select.push_back(unlink);
2749 desktop->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("<b>No clones to unlink</b> in the selection."));