Searched refs:our_ref (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-tag.cpp26 Inkscape::XML::Node *our_ref = getRepr(); local
29 if (target_ref == our_ref) {
36 target_ref = our_ref;
45 our_ref->parent()->removeChild(our_ref);
46 target_ref->addChild(our_ref, NULL);
47 } else if (target_ref->parent() != our_ref->parent()) {
49 our_ref->parent()->removeChild(our_ref);
50 target_ref->parent()->addChild(our_ref, target_re
[all...]
H A Dsp-item.cpp363 Inkscape::XML::Node *our_ref = getRepr(); local
368 SPObject* bottom = this->document->getObjectByRepr(our_ref->root())->firstChild();
375 if (target_ref == our_ref) {
382 our_ref->parent()->removeChild(our_ref);
383 target_ref->addChild(our_ref, NULL);
384 } else if (target_ref->parent() != our_ref->parent()) {
386 our_ref->parent()->removeChild(our_ref);
387 target_ref->parent()->addChild(our_ref, target_re
[all...]

Completed in 1242 milliseconds