Searched defs:clipdoc (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp1060 * @param clipdoc The document to paste
1062 * @pre @c clipdoc is not empty and items can be added to the current layer
1064 void sp_import_document(SPDesktop *desktop, SPDocument *clipdoc, bool in_place) argument
1069 Inkscape::XML::Node *root = clipdoc->getReprRoot();
1073 desktop->doc()->importDefs(clipdoc);

Completed in 18 milliseconds