Lines Matching defs:child_repr
107 Inkscape::XML::Node *child_repr = module->get_repr()->firstChild();
108 while (child_repr != NULL) {
109 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "xslt")) {
110 child_repr = child_repr->firstChild();
111 while (child_repr != NULL) {
112 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "file")) {
113 _filename = solve_reldir(child_repr);
115 child_repr = child_repr->next();
120 child_repr = child_repr->next();