Home
last modified time | relevance | path

Searched refs:parse_PropertySetStream (Results 1 – 4 of 4) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js4 …)}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 Dxlsx.js3007 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 Dxlsx.min.map1 …,"PropID","Offset","PropH","fail","piddsi","oldpos","parsebool","parse_PropertySetStream","NumSets…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs6251 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);