Lines Matching refs:rroot
97 rroot(NULL),
316 Inkscape::XML::Node *rroot = rdoc->root();
321 document->rroot = rroot;
357 const std::string typeString = NodeTraits::get_type_string(*rroot);
370 document->root->invoke_build(document, rroot, false);
373 rroot->setAttribute("inkscape:version", Inkscape::version_string);
378 rroot->setAttribute("sodipodi:docbase", NULL);
381 rroot->setAttribute("baseProfile", NULL);
419 rroot->addChild(rnew, NULL);
427 rroot->addChild(r, NULL);
508 Inkscape::XML::Node *rroot;
514 rroot = rdoc->root();
517 if (strcmp(rroot->name(), "svg:svg") != 0) return NULL;
560 Inkscape::XML::Node *rroot = rdoc->root();
561 if ( strcmp(rroot->name(), "svg:svg") != 0 ) {