Searched refs:tempdoc (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/
H A Dclipboard.cpp390 SPDocument *tempdoc = _retrieveClipboard(target); local
391 if ( tempdoc == NULL ) {
396 sp_import_document(desktop, tempdoc, in_place);
397 tempdoc->doUnref();
407 SPDocument *tempdoc = _retrieveClipboard("image/x-inkscape-svg"); local
408 if ( tempdoc == NULL ) {
412 Inkscape::XML::Node *root = tempdoc->getReprRoot();
454 SPDocument *tempdoc = _retrieveClipboard("image/x-inkscape-svg"); local
455 if ( tempdoc == NULL ) {
466 Inkscape::XML::Node *root = tempdoc
508 SPDocument *tempdoc = _retrieveClipboard("image/x-inkscape-svg"); local
571 SPDocument *tempdoc = _retrieveClipboard("image/x-inkscape-svg"); local
604 SPDocument *tempdoc = _retrieveClipboard(); // any target will do here local
633 SPDocument *tempdoc = _retrieveClipboard(); // any target will do here local
1126 SPDocument *tempdoc = NULL; local
[all...]
/inkscape/src/
H A Dstyle.cpp671 Inkscape::XML::SimpleDocument *tempdoc = new Inkscape::XML::SimpleDocument; local
672 Inkscape::XML::Node *tempnode = tempdoc->createElement("prefs");
682 Inkscape::GC::release(tempdoc);
683 delete tempdoc;

Completed in 163 milliseconds