Lines Matching refs:groups
836 GSList *groups = NULL;
840 groups = g_slist_prepend(groups, obj);
844 if (groups == NULL) {
845 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("<b>No groups</b> to ungroup in the selection."));
846 g_slist_free(groups);
853 // If any of the clones refer to the groups, unlink them and replace them with successors
864 if (g_slist_find(groups, original) != NULL) {
885 // ungroup only the groups marked earlier
886 if (g_slist_find(groups, *item) != NULL) {
904 /** Replace all groups in the list with their member objects, recursively; returns a new list, frees old */
994 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
1047 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
1073 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
1131 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
4089 // ungroup only groups we created when setting clip/mask
4140 // ungroup marked groups added when setting mask