Lines Matching defs:objects
313 ngettext(_("of <b>%d</b> object"), _("of <b>%d</b> objects"), len), len);
423 /* Step 1 - generate lists of children objects */
425 GSList *objects = NULL;
502 objects = g_slist_prepend (objects, nrepr);
514 if (objects) {
516 while (objects) {
517 Inkscape::XML::Node *repr = (Inkscape::XML::Node *) objects->data;
522 objects = g_slist_remove (objects, objects->data);