Searched refs:updateRepr (Results 1 - 25 of 69) sorted by relevance

123

/inkscape/src/
H A Dsp-object-group.cpp54 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
68 child->updateRepr(flags);
H A Dsp-flowdiv.cpp111 c_repr = child->updateRepr(xml_doc, NULL, flags);
113 c_repr = child->updateRepr(xml_doc, NULL, flags);
131 child->updateRepr(flags);
133 child->updateRepr(flags);
249 c_repr = child->updateRepr(xml_doc, NULL, flags);
251 c_repr = child->updateRepr(xml_doc, NULL, flags);
269 child->updateRepr(flags);
271 child->updateRepr(flags);
386 c_repr = child->updateRepr(xml_doc, NULL, flags);
388 c_repr = child->updateRepr(xml_do
[all...]
H A Dsp-defs.cpp83 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
97 child->updateRepr(flags);
H A Dsp-flowregion.cpp150 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
167 child->updateRepr(flags);
305 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
320 child->updateRepr(flags);
H A Dsp-tspan.cpp182 c_repr = child->updateRepr(xml_doc, NULL, flags);
184 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
202 child->updateRepr(flags);
204 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
406 c_repr = child->updateRepr(xml_doc, NULL, flags);
408 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
426 child->updateRepr(flags);
428 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
H A Dknotholder.cpp215 // result the knotholder may be destructed. So, after the updateRepr, we cannot use any
218 object->updateRepr();
230 lpeobj->updateRepr();
H A Dpersp3d.cpp320 persp->updateRepr(SP_OBJECT_WRITE_EXT);
358 persp->updateRepr(SP_OBJECT_WRITE_EXT);
365 persp->updateRepr(SP_OBJECT_WRITE_EXT);
426 (*i)->updateRepr(SP_OBJECT_WRITE_EXT);
475 (*i)->updateRepr(SP_OBJECT_WRITE_EXT); // so that undo/redo can do its job properly
H A Dsp-rect.cpp355 this->updateRepr();
368 this->updateRepr();
441 this->updateRepr();
450 this->updateRepr();
H A Dsp-style-elem-test.h87 SP_OBJECT(style_elem)->updateRepr(_doc->getReprDoc(), repr, SP_OBJECT_WRITE_ALL);
H A Dsp-filter.cpp272 Inkscape::XML::Node *crepr = child->updateRepr(doc, NULL, flags);
286 child->updateRepr(flags);
H A Dsp-object.h526 /* the no-argument version of updateRepr() is intended to be a bit more public, however -- it
540 Inkscape::XML::Node *updateRepr(unsigned int flags = SP_OBJECT_WRITE_EXT);
566 Inkscape::XML::Node *updateRepr(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, unsigned int flags);
H A Dtext-editing.cpp64 item->updateRepr();
79 item->updateRepr();
441 item->updateRepr();
572 item->updateRepr();
1033 item->updateRepr();
1051 item->updateRepr();
1069 item->updateRepr();
1110 text->updateRepr();
1130 text->updateRepr();
1215 text->updateRepr();
[all...]
H A Dvanishing-point.h101 SP_OBJECT(_persp)->updateRepr(SP_OBJECT_WRITE_EXT);
H A Dsp-conn-end.cpp167 path->updateRepr();
H A Dsp-gradient-test.h79 SP_OBJECT(gr)->updateRepr(repr, SP_OBJECT_WRITE_ALL);
/inkscape/src/widgets/
H A Dstar-toolbar.cpp97 item->updateRepr();
149 item->updateRepr();
194 item->updateRepr();
234 item->updateRepr();
274 item->updateRepr();
H A Darc-toolbar.cpp114 (SP_OBJECT(ge))->updateRepr();
172 item->updateRepr();
183 item->updateRepr();
/inkscape/src/ui/tools/
H A Dbox3d-tool.cpp546 side->updateRepr(); // calls box3d_side_write() and updates, e.g., the axes string description
550 this->box3d->updateRepr();
591 this->box3d->updateRepr();
H A Dspiral-tool.cpp357 this->spiral->updateRepr();
405 spiral->updateRepr(SP_OBJECT_WRITE_EXT);
H A Dstar-tool.cpp373 this->star->updateRepr();
429 this->star->updateRepr(SP_OBJECT_WRITE_EXT);
H A Darc-tool.cpp346 this->arc->updateRepr();
430 this->arc->updateRepr();
H A Drect-tool.cpp388 this->rect->updateRepr();
463 this->rect->updateRepr();
/inkscape/src/live_effects/
H A Dlpe-jointype.cpp153 item->updateRepr();
/inkscape/src/ui/
H A Dobject-edit.cpp848 ge->updateRepr();
893 ge->updateRepr();
932 ge->updateRepr();
970 ge->updateRepr();
1112 star->updateRepr();
1115 star->updateRepr();
1118 star->updateRepr();
1331 spiral->updateRepr();
1334 spiral->updateRepr();
/inkscape/src/ui/dialog/
H A Dobjects.cpp671 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
688 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
871 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
891 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
904 g->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
916 g->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
1406 group->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
1429 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
1457 target->updateRepr(SP_OBJECT_WRITE_NO_CHILDREN | SP_OBJECT_WRITE_EXT);
1489 item->updateRepr(SP_OBJECT_WRITE_NO_CHILDRE
[all...]

Completed in 85 milliseconds

123