Lines Matching defs:child_repr
73 Inkscape::XML::Node *child_repr = xml->firstChild();
74 while (child_repr != NULL) {
75 char const * chname = child_repr->name();
83 param = Parameter::make(child_repr, ext);
86 child_repr = child_repr->next();
234 Inkscape::XML::Node *child_repr = xml->firstChild();
235 while (child_repr != NULL) {
236 char const * chname = child_repr->name();
244 page = ParamNotebookPage::makepage(child_repr, ext);
247 child_repr = child_repr->next();