Lines Matching refs:bottomRight

15026       var bottomRight = priv.selRange.getBottomRightCorner();
15031 for (r = topLeft.row; r <= bottomRight.row; r++) {
15032 for (c = topLeft.col; c <= bottomRight.col; c++) {
18389 var bottomRight = this.getBottomRightCorner();
18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co…
18467 var bottomRight = this.getBottomRightCorner();
18469 … || cellCoords.col < topLeft.col || cellCoords.row > bottomRight.row || cellCoords.col > bottomRig…
18471 …this.to = new _coords2.default(Math.max(bottomRight.row, cellCoords.row), Math.max(bottomRight.col…
18492 var bottomRight = this.getBottomRightCorner();
18501 var resultBottomRow = Math.max(bottomRight.row, expandingBottomRight.row);
18502 var resultBottomCol = Math.max(bottomRight.col, expandingBottomRight.col);
18745 var bottomRight = this.getBottomRightCorner();
18748 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18749 for (var c = topLeft.col; c <= bottomRight.col; c++) {
18768 var bottomRight = this.getBottomRightCorner();
18771 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18772 for (var c = topLeft.col; c <= bottomRight.col; c++) {
18775 } else if (bottomRight.row === r && bottomRight.col === c) {
18776 out.push(bottomRight);
18797 var bottomRight = this.getBottomRightCorner();
18799 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18800 for (var c = topLeft.col; c <= bottomRight.col; c++) {
23989 bottomRight: document.createElement('DIV'),
23997 this.selectionHandles.bottomRight.className = 'bottomRightSelectionHandle';
24003 bottomRight: this.selectionHandles.bottomRight.style,
24032 this.selectionHandles.styles.bottomRight[_prop] = handleStyle[_prop];
24037 this.main.appendChild(this.selectionHandles.bottomRight);
24064 this.selectionHandles.styles.bottomRight.top = parseInt(top + height, 10) + 'px';
24065 this.selectionHandles.styles.bottomRight.left = parseInt(left + width, 10) + 'px';
24075 this.selectionHandles.styles.bottomRight.display = 'none';
24078 this.selectionHandles.styles.bottomRight.display = 'block';
24083 this.selectionHandles.styles.bottomRight.display = 'none';
24256 this.selectionHandles.styles.bottomRight.display = 'none';
32904 var bottomRight = this.cellRange.getBottomRightCorner();
32906 return [topLeft.row, topLeft.col, bottomRight.row, bottomRight.col];
41411 var bottomRight = selRange.getBottomRightCorner();
41414 var endRow = bottomRight.row;
41415 var endCol = bottomRight.col;
46174 var bottomRight = cellRange.getBottomRightCorner();
46180 mergeParent.rowspan = bottomRight.row - topLeft.row + 1;
46181 mergeParent.colspan = bottomRight.col - topLeft.col + 1;
47586 var bottomRight = selRange.getBottomRightCorner();
47589 for (var _row = topLeft.row; _row <= bottomRight.row; _row += 1) {
47590 for (var _col = topLeft.col; _col <= bottomRight.col; _col += 1) {
47641 var bottomRight = selRange.getBottomRightCorner();
47643 for (var _row2 = topLeft.row; _row2 <= bottomRight.row; _row2++) {
47644 for (var _col2 = topLeft.col; _col2 <= bottomRight.col; _col2++) {