Lines Matching refs:next
130 for ( Event const *action = log ; action ; action = action->next ) {
254 for ( action = b ; action->next ; action = action->next ) {
255 prev_ptr = &action->next;
259 action->next = a;
273 log = action->next;
295 Opposite *opposite=dynamic_cast<Opposite *>(action->next);
306 Inkscape::XML::Event *remaining=opposite->next;
327 Inkscape::XML::EventChgAttr *chg_attr=dynamic_cast<Inkscape::XML::EventChgAttr *>(this->next);
338 this->next = chg_attr->next;
347 Inkscape::XML::EventChgContent *chg_content=dynamic_cast<Inkscape::XML::EventChgContent *>(this->next);
356 this->next = chg_content->next;
365 Inkscape::XML::EventChgOrder *chg_order=dynamic_cast<Inkscape::XML::EventChgOrder *>(this->next);
379 Inkscape::XML::Event *after=chg_order->next;
390 this->next = chg_order->next;