Lines Matching refs:_this2

183       var _this2 = this;
190 var worksheet = _this2.workbook.getWorksheet(options.sheetName || options.sheetId);
1987 var _this2 = this;
2002 _this2._worksheet.getCell(index + offset, colNumber).value = value;
2364 var _this2 = this;
2369 _this2.normaliseMatrix(matrix, sheetName);
3356 var _this2 = this;
3392 var cell = _this2.getCellEx(address);
3621 var _this2 = this;
3669 var formula = _this2.getFormula(column);
4579 var _this2 = this;
4584 rows.push(_this2.addRow(row, style));
6546 var _this2 = this;
6594 if (!_this2.pipes.length) {
6599 if (!_this2.batch) {
6604 _this2._writeToBuffers(chunk);
6606 while (!_this2.corked && _this2.buffers.length > 1) {
6607 _this2._pipe(_this2.buffers.shift());
6614 if (_this2.corked) {
6620 return _this2._pipe(chunk);
6628 _this2._writeToBuffers(chunk);
6637 if (!_this2.paused) {
6638 _this2.emit('data', chunk.toBuffer());
6641 _this2._writeToBuffers(chunk);
6643 _this2.emit('readable');
9757 var _this2 = this;
9784 _this2.map['v:shape'].render(xmlStream, item, index);
10082 var _this2 = this;
10094 return _this2.conversionUnit(margin, 10, 'mm');
11051 var _this2 = this;
11057 _this2.map.Relationship.render(xmlStream, relationship);
11828 var _this2 = this;
11832 var anchor = _this2.map[item.anchorType];
13207 var _this2 = this;
13248 _this2.richTextXForm.render(xmlStream, text);
13912 var _this2 = this;
13915 _this2.cfRule.prepare(rule, options);
14031 var _this2 = this;
14034 _this2.cfXform.prepare(cf, options);
14142 var _this2 = this;
14155 _this2.cfvoXform.render(xmlStream, cfvo);
14351 var _this2 = this;
14360 _this2.cfvoXform.render(xmlStream, cfvo);
14367 _this2.cfIconXform.render(xmlStream, icon);
14716 var _this2 = this;
14725 _this2.formulaXform.render(xmlStream, formula);
15001 var _this2 = this;
15005 _this2.cfvoXform.render(xmlStream, cfvo);
15008 _this2.colorXform.render(xmlStream, color);
15086 var _this2 = this;
15100 _this2.map.cfRule.render(xmlStream, rule);
15216 var _this2 = this;
15219 _this2.cfXform.render(xmlStream, cf);
15338 var _this2 = this;
15342 _this2.cfvoXform.render(xmlStream, cfvo);
15503 var _this2;
15507 _this2 = _super3.call(this);
15508 _this2.map = {
15511 return _this2;
15664 var _this2 = this;
15672 _this2.cfvoXform.render(xmlStream, cfvo);
16465 var _this2;
16469 _this2 = _super2.call(this);
16470 _this2.map = {
16471 ext: _this2.ext = new ExtXform()
16473 return _this2;
18876 var _this2 = this;
18961 …var rIdImage = _this2.preImageId === medium.imageId ? drawingRelsHash[medium.imageId] : drawingRel…
18995 _this2.preImageId = medium.imageId;
20159 var _this2 = this;
20166 _this2.map.r.render(xmlStream, text);
20902 var _this2;
20906 _this2 = _super2.call(this);
20907 _this2.map = {
20914 return _this2;
21424 var _this2;
21428 _this2 = _super2.call(this);
21429 _this2.map = {
21433 return _this2;
22728 var _this2 = this;
22745 _this2.model[propName] = xform.model;
23304 var _this2 = this;
23307 _this2.map.filterColumn.prepare(column, {
23791 var _this2 = this;
23808 _this2.model.columns[index].filterButton = column.filterButton;
25446 var _this2 = this;
25457 _this2.write(stream, options).then(function () {
25574 var _this2 = this;
25592 _this2.push(Buffer.from(r, 'utf8'));
25965 var _this2 = this;
25968 return _this2.fieldFormatter.format(field, i, isHeadersRow);
26370 var _this2 = this;
26391_this2.checkAndEmitHeaders(); // if we have emitted all rows or we have hit the maxRows limit opti…
26395 if (i >= rowsLength || _this2.hasHitRowLimit) {
26399 _this2.parsedLineCount += 1;
26401 if (_this2.shouldSkipLine) {
26406 _this2.rowCount += 1;
26407 _this2.parsedRowCount += 1;
26408 var nextRowCount = _this2.rowCount;
26409 return _this2.transformRow(row, function (err, transformResult) {
26411 _this2.rowCount -= 1;
26420 _this2.emit('data-invalid', transformResult.row, nextRowCount, transformResult.reason);
26422 return _this2.pushRow(transformResult.row, callNext);
73793 var _this2 = this; // destroy(err, cb) is a private API
73799 _this2[kStream].destroy(null, function (err) {
80401 var _this2 = this;
80406 _this2.emit('close');