Lines Matching defs:bottom
352 SPObject * bottom=parent->firstChild();
353 while(dynamic_cast<SPObject*>(bottom) && dynamic_cast<SPObject*>(bottom->next) && bottom!=this && !is_item(*(bottom->next))) bottom=bottom->next;
354 if (bottom && bottom != this) {
355 Inkscape::XML::Node *ref = bottom->getRepr() ;
368 SPObject* bottom = this->document->getObjectByRepr(our_ref->root())->firstChild();
369 while(!dynamic_cast<SPItem*>(bottom->next)){
370 bottom=bottom->next;
372 target_ref = bottom->getRepr();