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

/inkscape/src/
H A Dfile.cpp1068 SPDocument *target_document = desktop->getDocument(); local
1093 Inkscape::XML::Node *obj_copy = obj->duplicate(target_document->getReprDoc());
1109 if(target_document->getObjectById(obj->attribute("id"))) continue;
1110 Inkscape::XML::Node *obj_copy = obj->duplicate(target_document->getReprDoc());
1128 target_document->ensureUpToDate();

Completed in 95 milliseconds