Searched refs:get_child_by_repr (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dobject-test.h203 SPGroup *n_group = dynamic_cast<SPGroup *>(group->get_child_by_repr(new_group));
H A Dsp-object.cpp605 SPObject *SPObject::get_child_by_repr(Inkscape::XML::Node *repr) function in class:SPObject
637 SPObject *prev = ref ? object->get_child_by_repr(ref) : NULL;
656 SPObject *ochild = this->get_child_by_repr(child);
667 SPObject *ochild = object->get_child_by_repr(child);
669 SPObject *prev = new_ref ? object->get_child_by_repr(new_ref) : NULL;
H A Dsp-object.h696 SPObject *get_child_by_repr(Inkscape::XML::Node *repr);
H A Dsp-item-group.cpp106 SPItem *item = dynamic_cast<SPItem *>(get_child_by_repr(child));
138 SPItem *item = dynamic_cast<SPItem *>(get_child_by_repr(child));
H A Dsp-lpe-item.cpp774 SPObject *ochild = this->get_child_by_repr(child);
783 SPObject *ochild = this->get_child_by_repr(child);
H A Dpersp3d.cpp212 return reinterpret_cast<Persp3D *>( defs->get_child_by_repr(repr) );
H A Dsp-gradient.cpp459 SPObject *ochild = this->get_child_by_repr(child);
H A Dtext-editing.cpp1494 child = common_ancestor->get_child_by_repr(child_span);
1506 child = common_ancestor->get_child_by_repr(child_span);

Completed in 39 milliseconds