Lines Matching refs:selected_repr

63     selected_repr (NULL),
406 if (repr == selected_repr) {
417 propagate_tree_select(selected_repr);
425 if (selected_repr) {
426 Inkscape::GC::release(selected_repr);
429 selected_repr = repr;
433 Inkscape::GC::anchor(selected_repr);
534 if (self->selected_repr) {
535 Inkscape::GC::release(self->selected_repr);
536 self->selected_repr = NULL;
554 self->selected_repr = repr;
555 Inkscape::GC::anchor(self->selected_repr);
557 self->propagate_tree_select(self->selected_repr);
559 self->set_dt_select(self->selected_repr);
872 g_assert(selected_repr != NULL);
946 selected_repr->appendChild(new_repr);
960 g_assert(selected_repr != NULL);
964 selected_repr->appendChild(text);
978 g_assert(selected_repr != NULL);
980 Inkscape::XML::Node *parent = selected_repr->parent();
981 Inkscape::XML::Node *dup = selected_repr->duplicate(parent->document());
982 parent->addChild(dup, selected_repr);
997 g_assert(selected_repr != NULL);
998 sp_repr_unparent(selected_repr);
1009 g_assert(selected_repr != NULL);
1012 selected_repr->setAttribute(g_quark_to_string(selected_attr), NULL);
1014 SPObject *updated = current_document->getObjectByRepr(selected_repr);
1028 g_assert(selected_repr != NULL);
1033 selected_repr->setAttribute(name, value, false);
1038 SPObject *updated = current_document->getObjectByRepr(selected_repr);
1055 g_assert(selected_repr != NULL);
1058 Inkscape::XML::Node *parent = selected_repr->parent();
1060 g_return_if_fail(parent->firstChild() != selected_repr);
1064 while (before && (before->next() != selected_repr)) {
1069 parent->changeOrder(selected_repr, ref);
1074 set_tree_select(selected_repr);
1075 set_dt_select(selected_repr);
1082 g_assert(selected_repr != NULL);
1084 g_return_if_fail(selected_repr->next() != NULL);
1085 Inkscape::XML::Node *parent = selected_repr->parent();
1087 parent->changeOrder(selected_repr, selected_repr->next());
1092 set_tree_select(selected_repr);
1093 set_dt_select(selected_repr);
1098 Inkscape::XML::Node *repr = selected_repr;
1131 Inkscape::XML::Node *repr = selected_repr;