Lines Matching refs:Props

2761 function xlml_set_prop(Props, tag, val) {  argument
2766 Props[tag] = val;
2918 var Props = [], i = 0;
2924 Props[i] = [PropID, Offset + start_addr];
2928 if(blob.l !== Props[i][1]) {
2930 if(i>0 && PIDSI) switch(PIDSI[Props[i-1][0]].t) {
2931 … case 0x02 /*VT_I2*/: if(blob.l +2 === Props[i][1]) { blob.l+=2; fail = false; } break;
2932 … case 0x50 /*VT_STRING*/: if(blob.l <= Props[i][1]) { blob.l=Props[i][1]; fail = false; } break;
2933 …case 0x100C /*VT_VECTOR|VT_VARIANT*/: if(blob.l <= Props[i][1]) { blob.l=Props[i][1]; fail = false…
2935 if(!PIDSI && blob.l <= Props[i][1]) { fail=false; blob.l = Props[i][1]; }
2936 …if(fail) throw new Error("Read Error: Expected address " + Props[i][1] + ' at ' + blob.l + ' :' + …
2939 var piddsi = PIDSI[Props[i][0]];
2971 if(Props[i][0] === 0x1) {
2976 blob.l = Props[Dictionary][1];
2980 } else if(Props[i][0] === 0) {
2981 if(CodePage === 0) { Dictionary = i; blob.l = Props[i+1][1]; continue; }
2984 var name = DictObj[Props[i][0]];
8632 var Props = {}, Custprops = {}, pidx = 0, cp = {}; variable
8763 else if(Rn[1]==="/") xlml_set_prop(Props, Rn[3], str.slice(pidx, Rn.index));
9162 out.Props = Props;
9836 WorkbookP.Props = WorkbookP.Custprops = props; /* TODO: split up properties */
11207 if(opts.bookProps) { out.Props = props; out.Custprops = custprops; }
11249 Props: props, property in parse_zip.out
11302 zip.file(f, write_core_props(wb.Props, opts));
11307 if(!wb.Props) wb.Props = {};
11308 wb.Props.SheetNames = wb.SheetNames;
11309 wb.Props.Worksheets = wb.SheetNames.length;
11310 zip.file(f, write_ext_props(wb.Props, opts));
11314 if(wb.Custprops !== wb.Props && keys(wb.Custprops||{}).length > 0) {