| 246 | } |
| 247 | |
| 248 | void ExpressionVisitor::updateLabelReference(Expression &e, |
| 249 | DocumentObject *obj, const std::string &ref, const char *newLabel) |
| 250 | { |
| 251 | e._updateLabelReference(obj,ref,newLabel); |
| 252 | } |
| 253 | |
| 254 | bool ExpressionVisitor::updateElementReference(Expression &e, App::DocumentObject *feature, bool reverse) { |
| 255 | return e._updateElementReference(feature,reverse,*this); |
no test coverage detected