Lines Matching refs:start

5274     start: selRange.getTopLeftCorner(),
12750 var start = format.indexOf('{');
12751 if (start === -1) {
12754 postfix = format.slice(start + 1, -1);
12755 format = format.slice(0, start + 1);
14453 …populateFromArray: function populateFromArray(start, input, end, source, method, direction, deltas…
14481 repeatCol = end ? end.col - start.col + 1 : 0;
14482 repeatRow = end ? end.row - start.row + 1 : 0;
14491 input[c].unshift(start.col + c, start.row, 0);
14496 input[c % clen][0] = start.col + c;
14503 repeatCol = end ? end.col - start.col + 1 : 0;
14504 repeatRow = end ? end.row - start.row + 1 : 0;
14512 input[r].unshift(start.row + r, start.col, 0);
14517 input[r % rlen][0] = start.row + r;
14526 current.row = start.row;
14527 current.col = start.col;
14530 row: end && start ? end.row - start.row + 1 : 1,
14531 col: end && start ? end.col - start.col + 1 : 1
14550 var rowSelectionLength = end ? end.row - start.row + 1 : 0;
14563 var colSelectionLength = end ? end.col - start.col + 1 : 0;
14570 current.col = start.col;
33999 this.interval.start();
34030 var start = {
34040 if (start.row - end.row === 0 && !this.instance.countSourceRows()) {
34044 return this.getRange(start, end, DataMap.prototype.DESTINATION_RENDERER);
34055 DataMap.prototype.getRange = function (start, end, destination) {
34072 rlen = Math.min(Math.max(maxRows - 1, 0), Math.max(start.row, end.row));
34073 clen = Math.min(Math.max(maxCols - 1, 0), Math.max(start.col, end.col));
34075 for (r = Math.min(start.row, end.row); r <= rlen; r++) {
34079 for (c = Math.min(start.col, end.col); c <= clen; c++) {
34101 DataMap.prototype.getText = function (start, end) {
34102 return _SheetClip2.default.stringify(this.getRange(start, end, this.DESTINATION_RENDERER));
34112 DataMap.prototype.getCopyableText = function (start, end) {
34113 …return _SheetClip2.default.stringify(this.getRange(start, end, this.DESTINATION_CLIPBOARD_GENERATO…
34320 value: function getByRange(start, end) {
34325 var startRow = Math.min(start.row, end.row);
34326 var startCol = Math.min(start.col, end.col);
34327 var endRow = Math.max(start.row, end.row);
34328 var endCol = Math.max(start.col, end.col);
38605 function getDeltas(start, end, data, direction) {
38609 var diffRow = end.row - start.row;
38610 var diffCol = end.col - start.col;
40763 var column = selection.start.col;
40766 …this.populateFromArray(0, column, [[null]], Math.max(selection.start.row, selection.end.row), colu…
40803 this.alter('insert_col', selection.start.col, 1, 'ContextMenu.columnLeft');
40967 var amount = selection.end.col - selection.start.col + 1;
40969 this.alter('remove_col', selection.start.col, amount, 'ContextMenu.removeColumn');
41004 var amount = selection.end.row - selection.start.row + 1;
41006 this.alter('remove_row', selection.start.row, amount, 'ContextMenu.removeRow');
41041 this.alter('insert_row', selection.start.row, 1, 'ContextMenu.rowAbove');
43066 value: function prepareColumnsToMoving(start, end) {
43069 (0, _number.rangeEach)(start, end, function (i) {
43268 var start = Math.min(from.col, to.col);
43271 if (coords.row < 0 && coords.col >= start && coords.col <= end) {
43278 priv.columnsToMove = this.prepareColumnsToMoving(start, end);
43291 var leftOffset = Math.abs(this.getColumnsWidth(start, coords.col) + mouseOffset);
43293 … this.backlight.setPosition(topPos, this.getColumnsWidth(countColumnsFrom, start) + leftOffset);
43294 … this.backlight.setSize(this.getColumnsWidth(start, end + 1), wtTable.hider.offsetHeight - topPos);
43902 var start = from.col;
43905 if (start >= end) {
43906 start = to.col;
43910 if (this.currentCol >= start && this.currentCol <= end) {
43911 (0, _number.rangeEach)(start, end, function (i) {
44782 var start = Math.min(from.row, to.row);
44785 (0, _number.rangeEach)(start, end, function (i) {
44991 var start = Math.min(from.row, to.row);
44994 if (coords.col < 0 && coords.row >= start && coords.row <= end) {
45005 … this.backlight.setSize(wtTable.hider.offsetWidth - leftPos, this.getRowsHeight(start, end + 1));
45006 this.backlight.setOffset((this.getRowsHeight(start, coords.row) + event.layerY) * -1, null);
45713 var start = from.row;
45716 if (start >= end) {
45717 start = to.row;
45721 if (this.currentRow >= start && this.currentRow <= end) {
45722 (0, _number.rangeEach)(start, end, function (i) {
46964 if (newRangeCoords.start !== null) {
46965 _this.hot.selection.setRangeStart(newRangeCoords.start);
46985 start: null,
46996 start: new _src.CellCoords(currentTouch.row, selectedRange.highlight.col),
47001 start: new _src.CellCoords(selectedRange.highlight.row, currentTouch.col),
47009 start: new _src.CellCoords(bottomRightCorner.row, currentTouch.col),
47023 start: currentTouch,
47033 start: currentTouch,
47043 start: currentTouch,
47053 start: currentTouch,
47069 start: new _src.CellCoords(currentTouch.row, topLeftCorner.col),
47074 start: new _src.CellCoords(topLeftCorner.row, currentTouch.col),
47085 start: new _src.CellCoords(selectedRange.highlight.row, currentTouch.col),
47090 start: new _src.CellCoords(currentTouch.row, topLeftCorner.col),
47098 start: new _src.CellCoords(currentTouch.row, topRightCorner.col),
47103 start: bottomLeftCorner,
47126 start: currentTouch,
48349 var start = Math.min(from.col, to.col);
48352 doNewSelection = coords.col < start || coords.col > end;
48896 value: function start() {
49234 module.exports = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length…
49238 var from = toAbsoluteIndex(start, len);