Lines Matching refs:br

2502               br: this.range.br && this.range.br.model,
2528 br: new Anchor(this.worksheet, {
2537 br: range.br && new Anchor(this.worksheet, range.br, 0),
2662 var br = colCache.decodeAddress(l);
2664 top: Math.min(tl.row, br.row),
2665 left: Math.min(tl.col, br.col),
2666 bottom: Math.max(tl.row, br.row),
2667 right: Math.max(tl.col, br.col),
2670 this.setTLBR(tl.row, tl.col, br.row, br.col, s);
2910 return "".concat(this._serialisedSheetName + this.tl, ":").concat(this.br);
5861 var br = this.decodeAddress(parts[1]);
5863 top: Math.min(tl.row, br.row),
5864 left: Math.min(tl.col, br.col),
5865 bottom: Math.max(tl.row, br.row),
5866 right: Math.max(tl.col, br.col)
5870 result.br = this.n2l(result.right) + result.bottom;
5871 result.dimensions = "".concat(result.tl, ":").concat(result.br);
5888 var br = this.decodeAddress(parts[1]);
5889 var top = Math.min(tl.row, br.row);
5890 var left = Math.min(tl.col, br.col);
5891 var bottom = Math.max(tl.row, br.row);
5892 var right = Math.max(tl.col, br.col);
5894 br = this.n2l(right) + bottom;
5908 br: {
5909 address: br,
5915 dimensions: "".concat(tl, ":").concat(br)
9850 if (anchor.br) {
11804 return range.br ? 'xdr:twoCellAnchor' : 'xdr:oneCellAnchor';
11913 if (anchor.br) {
12669 this.map['xdr:to'].render(xmlStream, model.range.br);
12688 this.model.range.br = this.map['xdr:to'].model;
75288 var br = this._b | 0;
75299 tr = fn5(ar, br, cr, dr, er, words[zr[i]], hr[0], sr[i]);
75302 tr = fn4(ar, br, cr, dr, er, words[zr[i]], hr[1], sr[i]);
75305 tr = fn3(ar, br, cr, dr, er, words[zr[i]], hr[2], sr[i]);
75308 tr = fn2(ar, br, cr, dr, er, words[zr[i]], hr[3], sr[i]);
75312 tr = fn1(ar, br, cr, dr, er, words[zr[i]], hr[4], sr[i]);
75323 cr = br;
75324 br = tr;
75331 this._d = this._e + al + br | 0;