Lines Matching defs:child_repr
82 Inkscape::XML::Node *child_repr = repr->firstChild();
84 while (child_repr != NULL) {
85 char const * chname = child_repr->name();
92 gchar const *val = child_repr->firstChild()->content();
96 name = g_strdup (child_repr->firstChild()->content());
99 _help = g_strdup (child_repr->firstChild()->content());
103 param = Parameter::make(child_repr, this);
108 _deps.push_back(new Dependency(child_repr));
111 for (Inkscape::XML::Node *child = child_repr->firstChild(); child != NULL ; child = child->next()) {
119 silent = !strcmp( child_repr->attribute("silent"), "true" );
121 child_repr = child_repr->next();