Lines Matching refs:r

930     var r = document.selection.createRange();
932 if (r == null) {
938 re.moveToBookmark(r.getBookmark());
957 var r = document.selection.createRange();
959 if (r == null) {
964 return re.text.indexOf(r.text) + r.text.length;
14346 for (var r = 0, minRows = priv.settings.minRows; r < minRows - rows; r++) {
14455 var r,
14488 for (r = 0, rlen = input[c].length; r < repeatRow - rlen; r++) {
14489 input[c].push(input[c][r % rlen]);
14505 for (r = 0, rlen = input.length, rmax = Math.max(rlen, repeatRow); r < rmax; r++) {
14506 if (r < rlen) {
14509 for (c = 0, clen = input[r].length; c < repeatCol - clen; c++) {
14510 input[r].push(input[r][c % clen]);
14512 input[r].unshift(start.row + r, start.col, 0);
14513 (_instance3 = instance).spliceRow.apply(_instance3, _toConsumableArray(input[r]));
14517 input[r % rlen][0] = start.row + r;
14518 … (_instance4 = instance).spliceRow.apply(_instance4, _toConsumableArray(input[r % rlen]));
14557 for (r = 0; r < rlen; r++) {
14561 var visualRow = r - skippedRow;
15027 var r,
15031 for (r = topLeft.row; r <= bottomRight.row; r++) {
15033 if (!instance.getCellMeta(r, c).readOnly) {
15034 changes.push([r, c, '']);
15581 var r = 0;
15585 for (r = 0, rlen = priv.settings.startRows; r < rlen; r++) {
15653 this.getData = function (r, c, r2, c2) {
15654 if ((0, _mixed.isUndefined)(r)) {
15657 …return datamap.getRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2), datamap.DESTINATIO…
16190 this.getSourceData = function (r, c, r2, c2) {
16193 if (r === void 0) {
16196 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2));
16215 this.getSourceDataArray = function (r, c, r2, c2) {
16218 if (r === void 0) {
16221 data = dataSource.getByRange(new _src.CellCoords(r, c), new _src.CellCoords(r2, c2), true);
18748 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18750 … if (!(this.from.row === r && this.from.col === c) && !(this.to.row === r && this.to.col === c)) {
18751 out.push(new _coords2.default(r, c));
18771 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18773 if (topLeft.row === r && topLeft.col === c) {
18775 } else if (bottomRight.row === r && bottomRight.col === c) {
18778 out.push(new _coords2.default(r, c));
18799 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18801 var breakIteration = callback(r, c);
22026 reject: function reject(r) {
22029 $$reject(r);
23635 var r,
23650 for (r = 0, rLen = rows.length; r < rLen; r += 1) {
23651 rows[r] = rows[r].split('\t');
23653 for (c = 0, cLen = rows[r].length; c < cLen; c += 1) {
23659 arr[a][last] = arr[a][last] + '\n' + rows[r][0];
23661 if (multiline && countQuotes(rows[r][0]) & 1) {
23667 if (c === cLen - 1 && rows[r][c].indexOf('"') === 0 && countQuotes(rows[r][c]) & 1) {
23668 arr[a].push(rows[r][c].substring(1).replace(/""/g, '"'));
23671 arr[a].push(rows[r][c].replace(/""/g, '"'));
23691 var r,
23698 for (r = 0, rLen = arr.length; r < rLen; r += 1) {
23699 cLen = arr[r].length;
23705 val = arr[r][c];
23721 if (r !== rLen - 1) {
30803 entry.r = true;
30819 entry.r = true;
30836 while (entry && entry.r) entry = entry.p;
30866 r: false // <- removed
30888 while (entry && entry.r) entry = entry.p;
33550 for (var r = 0; r < rlen; r++) {
33551 if (typeof data[r] === 'undefined') {
33552 data[r] = [];
33554 data[r].push(null);
33665 for (var r = 0, rlen = this.instance.countSourceRows(); r < rlen; r++) {
33666 data[r].splice(logicColumns[0], amount);
33963 for (var r = 0; r < this.instance.countSourceRows(); r++) {
33965 this.set(r, this.colToProp(c), '');
34056 var r,
34075 for (r = Math.min(start.row, end.row); r <= rlen; r++) {
34077 var physicalRow = this.instance.runHooks('modifyRow', r);
34084 row.push(getFn.call(this, r, this.colToProp(c)));
39769 this.hotMenu.addHook('afterSelection', function (r, c, r2, c2, preventScrolling) {
39770 return _this2.onAfterSelection(r, c, r2, c2, preventScrolling);
40390 value: function onAfterSelection(r, c, r2, c2, preventScrolling) {
46643 for (var r = 0; r < rowCount; r++) {
46644 mergeParent = this.mergeCells.mergedCellInfoCollection.getInfo(r, calc.startColumn);
46652 mergeParent = this.mergeCells.mergedCellInfoCollection.getInfo(r, calc.endColumn);
50984 for (var i = 0, r = 0; i < cells; i++)
51029 if (++r === 7) {
51035 r = 0;