Lines Matching refs:lperef
495 Inkscape::LivePathEffect::LPEObjectReference* lperef = this->getCurrentLPEReference();
496 if (!lperef)
503 new_list.remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list
535 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference();
536 if (!lperef)
540 PathEffectList::iterator cur_it = find( new_list.begin(), new_list.end(), lperef );
556 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference();
557 if (!lperef)
561 PathEffectList::iterator cur_it = find( new_list.begin(), new_list.end(), lperef );
764 Inkscape::LivePathEffect::LPEObjectReference *lperef = this->getCurrentLPEReference();
765 if (lperef && lperef->lpeobject && lperef->lpeobject->get_lpe()) {
766 lperef->lpeobject->get_lpe()->editNextParamOncanvas(this, dt);
854 Inkscape::LivePathEffect::LPEObjectReference* lperef = getCurrentLPEReference();
856 if (lperef && lperef->lpeobject)
857 return lperef->lpeobject->get_lpe();
862 bool SPLPEItem::setCurrentPathEffect(Inkscape::LivePathEffect::LPEObjectReference* lperef)
865 if ((*it)->lpeobject_repr == lperef->lpeobject_repr) {