Lines Matching +refs:_ref +refs:current

14460           current = {};
14526 current.row = start.row;
14527 current.col = start.col;
14558 …&& current.row > end.row && rowSelectionLength > rowInputLength || !priv.settings.allowInsertRow &…
14570 current.col = start.col;
14571 cellMeta = instance.getCellMeta(current.row, current.col);
14575 current.row++;
14583 …& current.col > end.col && colSelectionLength > colInputLength || !priv.settings.allowInsertColumn…
14586 cellMeta = instance.getCellMeta(current.row, current.col);
14590 current.col++;
14595 current.col++;
14601 var orgValue = instance.getDataAtCell(current.row, current.col);
14632 setData.push([current.row, current.col, value]);
14635 current.col++;
14637 current.row++;
14757 instance.view.wt.selections.current.clear();
14766 instance.view.wt.selections.current.add(priv.selRange.highlight);
14993 instance.view.wt.selections.current.clear();
18556 var _ref = [this.getTopLeftCorner(), this.getBottomRightCorner()];
18557 this.from = _ref[0];
18558 this.to = _ref[1];
25347 …cell.coords = this.instance.selections.current.cellRange.highlight; // selections.current is curre…
32589 this.redrawSelectionBorders(selections.current);
36827 var current = 0;
36843 from: current,
36844 to: Math.min(current + AutoColumnSize.CALCULATION_STEP, length)
36847 current = current + AutoColumnSize.CALCULATION_STEP + 1;
36849 if (current < length) {
36867 current = this.getSyncCalculationLimit() + 1;
36870 if (current < length) {
37137 var changedColumns = (0, _array.arrayMap)(changes, function (_ref) { argument
37138 var _ref2 = _slicedToArray(_ref, 2),
37495 var current = 0;
37509 …_this4.calculateRowsHeight({ from: current, to: Math.min(current + AutoRowSize.CALCULATION_STEP, l…
37510 current = current + AutoRowSize.CALCULATION_STEP + 1;
37512 if (current < length) {
37530 current = this.getSyncCalculationLimit() + 1;
37533 if (current < length) {
38280 return this.hot.view.wt.selections.current.getCorners();
48217 selections.current = selections[0];
48622 var _ref = this.instance.getSelected() || [],
48623 _ref2 = _slicedToArray(_ref, 4),