Searched refs:writeXmlDoc2Zip (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | VsdxExport.js | 60 writeXmlDoc2Zip(zip, id, doc, true); 710 function writeXmlDoc2Zip(zip, name, xmlDoc, noHeader) function 789 writeXmlDoc2Zip(zip, that.VISIO_PAGES + pageName, xmlDoc); 795 writeXmlDoc2Zip(zip, that.VISIO_PAGES + "pages.xml", pagesXmlDoc); 796 writeXmlDoc2Zip(zip, that.VISIO_PAGES + "_rels/pages.xml.rels", pagesRelsXmlDoc); 830 writeXmlDoc2Zip(zip, fId, pageRelDoc);
|