Searched refs:PIDSI (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 4 …PIDSI){var start_addr=blob.l;var size=blob.read_shift(4);var NumProps=blob.read_shift(4);var Props… argument
|
H A D | xlsx.js | 2914 function parse_PropertySet(blob, PIDSI) { argument 2930 if(i>0 && PIDSI) switch(PIDSI[Props[i-1][0]].t) { 2935 if(!PIDSI && blob.l <= Props[i][1]) { fail=false; blob.l = Props[i][1]; } 2938 if(PIDSI) { 2939 var piddsi = PIDSI[Props[i][0]]; 3007 function parse_PropertySetStream(file, PIDSI) { argument 3023 var PSet0 = parse_PropertySet(blob, PIDSI);
|
H A D | xlsx.min.map | 1 …parse_ClipboardData","Size","parse_VtVector","_opts","parse_PropertySet","PIDSI","start_addr","Num…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 5574 /* [MS-OSHARED] 2.3.3.2.[1-2].1 (PIDSI/PIDDSI) */ 5652 /* [MS-OSHARED] 2.3.3.2.[1-2].1 (PIDSI/PIDDSI) */ 6082 function parse_PropertySet(blob, PIDSI) { argument 6099 if(i>0 && PIDSI) switch(PIDSI[Props[i-1][0]].t) { 6107 if(PIDSI) { 6109 var piddsi = PIDSI[Props[i][0]]; 6182 function write_PropertySet(entries, RE, PIDSI) { argument 6222 var pinfo = (PIDSI/*:: || {}*/)[idx]/*:: || {} */; 6251 function parse_PropertySetStream(file, PIDSI, clsid) { argument 6269 var PSet0 = parse_PropertySet(blob, PIDSI); [all …]
|