Searched refs:parse_PropertySetStream (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …)}PropH[name]=val}}}blob.l=start_addr+size;return PropH}function parse_PropertySetStream(file,PIDS… function 8 …mmary=parse_PropertySetStream(DSI,DocSummaryPIDDSI)}catch(e){}var SI=cfb.find("!SummaryInformation…
|
H A D | xlsx.js | 3007 function parse_PropertySetStream(file, PIDSI) { function 9846 if(DSI) try { cfb.DocSummary = parse_PropertySetStream(DSI, DocSummaryPIDDSI); } catch(e) {} 9850 if(SI) try { cfb.Summary = parse_PropertySetStream(SI, SummaryPIDSI); } catch(e) {}
|
H A D | xlsx.min.map | 1 …,"PropID","Offset","PropH","fail","piddsi","oldpos","parsebool","parse_PropertySetStream","NumSets…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 6251 function parse_PropertySetStream(file, PIDSI, clsid) { function 19762 var DocSummary = parse_PropertySetStream(DSI, DocSummaryPIDDSI, PSCLSID.DSI); 19769 var Summary = parse_PropertySetStream(SI, SummaryPIDSI, PSCLSID.SI);
|