Lines Matching refs:current
274 * Fixes the current selection, removing locked objects from it
419 * this currently is to reset the current tool, which will reset it's
702 Inkscape::XML::Node *current = *i;
704 if (current->parent() == topmost_parent) {
705 Inkscape::XML::Node *spnew = current->duplicate(xml_doc);
706 sp_repr_unparent(current);
713 // At this point, current may already have no item, due to its being a clone whose original is already moved away
715 gchar const *t_str = current->attribute("transform");
719 item_t *= dynamic_cast<SPItem *>(doc->getObjectByRepr(current->parent()))->i2doc_affine();
727 sp_selection_copy_one(current, item_t, temp_clip, xml_doc);
728 sp_repr_unparent(current);
1543 // create a new perspective as a copy of the current one and link the selected boxes to it
1863 * Selects all the visible items with the same fill and/or stroke color/style as the items in the current selection
1924 * Selects all the visible items with the same object type as the items in the current selection
2412 SPObject *current=root;
2418 current = item;
2424 while ( current != root ) {
2425 path = g_slist_prepend(path, current);
2426 current = current->parent;
2430 // first, try from the current object
2663 // Get a copy of current selection.
2700 // Get a copy of current selection.
3222 // Create new <g> and insert in current layer
3572 // Generate a random value from the current time (you may create bitmap from the same object(s)
3576 guint current = (int) (cu.tv_sec * 1000000 + cu.tv_usec) % 1024;
3582 current);
3781 Inkscape::XML::Node *current = *i;
3783 if (current->parent() == topmost_parent) {
3784 Inkscape::XML::Node *spnew = current->duplicate(xml_doc);
3785 sp_repr_unparent(current);
3792 // At this point, current may already have no item, due to its being a clone whose original is already moved away
3794 gchar const *t_str = current->attribute("transform");
3798 item_t *= SP_ITEM(doc->getObjectByRepr(current->parent()))->i2doc_affine();
3806 sp_selection_copy_one(current, item_t, temp_clip, xml_doc);
3807 sp_repr_unparent(current);
3857 * and is applied to current layer
3979 Inkscape::XML::Node *current = SP_OBJECT(*i)->getRepr();
3981 Inkscape::XML::Node *apply_mask_to = current;
3984 // enclose current node in group, and apply crop/mask on that
3989 Inkscape::XML::Node *spnew = current->duplicate(xml_doc);
3990 gint position = current->position();
3991 current->parent()->appendChild(group);
3992 sp_repr_unparent(current);