Lines Matching defs:mydoc
514 SPDocument * mydoc = NULL;
517 mydoc = Inkscape::Extension::open(
521 mydoc = Inkscape::Extension::open(
527 if (mydoc != NULL) {
528 mydoc->setBase(0);
529 mydoc->changeUriAndHrefs(filenameArg);
537 return mydoc;
750 SPDocument * mydoc = NULL;
752 mydoc = Inkscape::Extension::open(
764 if (mydoc) {
769 copy_doc(vd->rroot, mydoc->rroot);
773 SPNamedView *nv = sp_document_namedview(mydoc, NULL);
796 mydoc->release();