Lines Matching refs:startOfDragCoords
38069 startOfDragCoords = _getDragDirectionAndR.startOfDragCoords,
38074 if (startOfDragCoords && startOfDragCoords.row > -1 && startOfDragCoords.col > -1) {
38076 …var deltas = (0, _utils.getDeltas)(startOfDragCoords, endOfDragCoords, selectionData, directionOfD…
38079 this.hot.runHooks('beforeAutofill', startOfDragCoords, endOfDragCoords, selectionData);
38088 dragLength = endOfDragCoords.row - startOfDragCoords.row + 1;
38095 dragLength = endOfDragCoords.col - startOfDragCoords.col + 1;
38107 …this.hot.populateFromArray(startOfDragCoords.row, startOfDragCoords.col, fillData, endOfDragCoords…
38647 var startOfDragCoords = void 0,
38654 startOfDragCoords = new _src.CellCoords(endSelection[0], endSelection[1]);
38659 startOfDragCoords = new _src.CellCoords(endSelection[0], startSelection[3] + 1);
38664 startOfDragCoords = new _src.CellCoords(endSelection[0], endSelection[1]);
38669 startOfDragCoords = new _src.CellCoords(startSelection[2] + 1, endSelection[1]);
38675 startOfDragCoords: startOfDragCoords, property