Lines Matching refs:getzipdata

3549 function getzipdata(zip, file/*:string*/, safe/*:?boolean*/)/*:any*/ {  function
3552 try { return getzipdata(zip, file); } catch(e) { return null; }
22616 …if(safegetzipfile(zip, 'META-INF/manifest.xml')) parse_manifest(getzipdata(zip, 'META-INF/manifest…
22622 if(safegetzipfile(zip, 'meta.xml')) wb.Props = parse_core_props(getzipdata(zip, 'meta.xml'));
25087 var data = getzipdata(zip, path);
25112 comments = parse_cmnt(getzipdata(zip, dfile, true), dfile, opts);
25118 tcomments = tcomments.concat(parse_tcmnt_xml(getzipdata(zip, dfile, true), opts));
25168 if(getzipdata(zip,binname, true)) dir.workbooks.push(binname);
25172 if(!getzipdata(zip,binname,true)) throw new Error("Could not find workbook");
25182 …if(dir.sst) try { strs=parse_sst(getzipdata(zip, strip_front_slash(dir.sst)), dir.sst, opts); } ca…
25186 …if(dir.style) styles = parse_sty(getzipdata(zip, strip_front_slash(dir.style)), dir.style, themes,…
25192 return parse_xlink(getzipdata(zip, strip_front_slash(link)), rels, link, opts);
25196 var wb = parse_wb(getzipdata(zip, strip_front_slash(dir.workbooks[0])), dir.workbooks[0], opts);
25201 propdata = getzipdata(zip, strip_front_slash(dir.coreprops[0]), true);
25204 propdata = getzipdata(zip, strip_front_slash(dir.extprops[0]), true);
25228 …if(opts.bookDeps && dir.calcchain) deps=parse_cc(getzipdata(zip, strip_front_slash(dir.calcchain))…
25251 …opts.xlmeta = parse_xlmeta(getzipdata(zip, strip_front_slash(dir.metadata[0])),dir.metadata[0],opt…
25255 opts.people = parse_people_xml(getzipdata(zip, strip_front_slash(dir.people[0])),opts);
25261 var nmode = (getzipdata(zip,"xl/worksheets/sheet.xml",true))?1:0;
25317 if(dir.vba.length > 0) out.vbaraw = getzipdata(zip,strip_front_slash(dir.vba[0]),true);
25318 …else if(dir.defaults && dir.defaults.bin === CT_VBA) out.vbaraw = getzipdata(zip, 'xl/vbaProject.b…