Lines Matching refs:_this3
2375 var _this3 = this;
2380 _this3.normaliseMatrix(matrix, sheetName);
3688 var _this3 = this;
3722 var formula = _this3.getFormula(column);
4647 var _this3 = this;
4657 var rDst = _this3._rows[rowNum + i];
6676 var _this3 = this;
6682 _this3._flush();
6684 _this3.pipes.forEach(function (pipe) {
6688 _this3.emit('finish');
9847 var _this3 = this;
9851 _this3.map['xdr:twoCellAnchor'].reconcile(anchor, options);
9853 _this3.map['xdr:oneCellAnchor'].reconcile(anchor, options);
11841 var _this3 = this;
11846 var anchor = _this3.map[item.anchorType];
13921 var _this3 = this;
13931 return _this3.cfRule.render(xmlStream, rule);
14040 var _this3 = this;
14045 return _this3.cfXform.render(xmlStream, cf);
21524 var _this3;
21528 _this3 = _super3.call(this);
21529 _this3.map = {
21544 return _this3;
23071 var _this3;
23075 _this3 = _super2.call(this);
23076 _this3.model = {
23103 return _this3;
23315 var _this3 = this;
23321 _this3.map.filterColumn.render(xmlStream, column);
25610 var _this3 = this;
25619 _this3.push(Buffer.from(r, 'utf8'));
26434 var _this3 = this;
26447 if (_this3.shouldEmitRows) {
26455 return _this3.skipRow(cb);
26459 if (_this3.shouldEmitRows) {
26460 return _this3.rowTransformerValidator.transformAndValidate(withHeaders.row, cb);
26464 return _this3.skipRow(cb);
26468 _this3.rowCount -= 1;
26469 _this3.parsedRowCount -= 1;