Searched defs:unlink (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dpersp3d-reference.cpp32 unlink();
45 Persp3DReference::unlink(void) function in class:Persp3DReference
H A Dsp-tag-use-reference.cpp58 unlink();
66 unlink();
85 SPTagUsePath::unlink(void) function in class:SPTagUsePath
H A Dsp-use-reference.cpp58 unlink();
66 unlink();
85 SPUsePath::unlink(void) function in class:SPUsePath
182 offset->unlink();
H A Dsp-use.cpp575 this->unlink();
677 SPItem *SPUse::unlink() { function in class:SPUse
H A Dselection-chemistry.cpp853 // 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; local
2728 unlink = use->unlink();
2729 // Unable to unlink use (external or invalid href?)
2730 if (!unlink) {
[all...]
/inkscape/src/live_effects/
H A Dlpeobject-reference.cpp40 unlink();
57 unlink();
76 LPEObjectReference::unlink(void) function in class:Inkscape::LivePathEffect::LPEObjectReference
123 lpeobjref->unlink();
/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.cpp112 unlink(w);
318 void OriginalPathArrayParam::unlink(PathAndDirection* to) function in class:Inkscape::LivePathEffect::OriginalPathArrayParam
332 unlink(to);
419 unlink(w);

Completed in 73 milliseconds