Lines Matching refs:ref

1276       ref: value ? value.ref : undefined,
3591 assert(table.ref, 'Table must have ref');
3594 table.tl = colCache.decodeAddress(table.ref);
3741 ref: this.ref,
3757 var ref = colCache.decodeAddress(this._cache.ref);
3759 if (this.ref !== this._cache.ref) {
3762 var row = this.worksheet.getRow(ref.row + i);
3765 var cell = row.getCell(ref.col + j);
3772 var _row = this.worksheet.getRow(ref.row + _i);
3775 var _cell = _row.getCell(ref.col + _j);
3783 var _row2 = this.worksheet.getRow(ref.row + _i2);
3786 var _cell2 = _row2.getCell(ref.col + _j2);
3894 return this.table.ref;
4953 ref: range,
9125 ref: model.ref,
9496 value: function getDefaultRect(ref) {
9497 var l = ref.col;
9499 var t = Math.max(ref.row - 2, 0);
12905 ref: model
12921 ref: "".concat(firstAddress, ":").concat(secondAddress)
12931 this.model = node.attributes.ref;
13059 ref: model.address
13140 ref: model.ref || model.range.range,
13148 ref: model.ref
13313 this.model.ref = node.attributes.ref;
13501 if (model.ref) {
13934 this.sqRef.render(xmlStream, model.ref);
13949 this.model.ref = parser.model;
14549 var range = new Range(model.ref);
14578 var range = new Range(model.ref);
15094 sqref: model.ref
15098 rule.ref = model.ref;
15110 ref: attributes.sqref,
16257 ref: model
16265 this.model = node.attributes.ref;
16761 ref: model.address,
16771 address: node.attributes.ref,
16842 ref: model
16849 this.model = node.attributes.ref;
17093 this.model = node.attributes.ref;
18771 cfMap[cf.ref] = cf;
18787 } else if (cfMap[extCf.ref]) {
18789 cfMap[extCf.ref].rules.push(extRule);
18793 ref: extCf.ref,
18919 item.refAddress = colCache.decodeAddress(item.ref);
19209 if (comment.ref) {
19210 h[comment.ref] = comment;
23318 ref: model.autoFilterRef
23337 autoFilterRef: node.attributes.ref,
23736 ref: model.tableRef,
23763 tableRef: attributes.ref,
81676 Timeout.prototype.unref = Timeout.prototype.ref = function () {};