Lines Matching refs:topLeft

15025       var topLeft = priv.selRange.getTopLeftCorner();
15031 for (r = topLeft.row; r <= bottomRight.row; r++) {
15032 for (c = topLeft.col; c <= bottomRight.col; c++) {
18388 var topLeft = this.getTopLeftCorner();
18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co…
18466 var topLeft = this.getTopLeftCorner();
18469 …if (cellCoords.row < topLeft.row || cellCoords.col < topLeft.col || cellCoords.row > bottomRight.r…
18470 …this.from = new _coords2.default(Math.min(topLeft.row, cellCoords.row), Math.min(topLeft.col, cell…
18491 var topLeft = this.getTopLeftCorner();
18499 var resultTopRow = Math.min(topLeft.row, expandingTopLeft.row);
18500 var resultTopCol = Math.min(topLeft.col, expandingTopLeft.col);
18744 var topLeft = this.getTopLeftCorner();
18748 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18749 for (var c = topLeft.col; c <= bottomRight.col; c++) {
18767 var topLeft = this.getTopLeftCorner();
18771 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18772 for (var c = topLeft.col; c <= bottomRight.col; c++) {
18773 if (topLeft.row === r && topLeft.col === c) {
18774 out.push(topLeft);
18796 var topLeft = this.getTopLeftCorner();
18799 for (var r = topLeft.row; r <= bottomRight.row; r++) {
18800 for (var c = topLeft.col; c <= bottomRight.col; c++) {
23987 topLeft: document.createElement('DIV'),
23995 this.selectionHandles.topLeft.className = 'topLeftSelectionHandle';
24001 topLeft: this.selectionHandles.topLeft.style,
24033 this.selectionHandles.styles.topLeft[_prop] = handleStyle[_prop];
24036 this.main.appendChild(this.selectionHandles.topLeft);
24055 var handleWidth = parseInt(this.selectionHandles.styles.topLeft.width, 10);
24058 this.selectionHandles.styles.topLeft.top = parseInt(top - handleWidth, 10) + 'px';
24059 this.selectionHandles.styles.topLeft.left = parseInt(left - handleWidth, 10) + 'px';
24071 this.selectionHandles.styles.topLeft.display = 'block';
24082 this.selectionHandles.styles.topLeft.display = 'none';
24089 this.selectionHandles.styles.topLeft.zIndex = '9999';
24092 this.selectionHandles.styles.topLeft.zIndex = '';
24255 this.selectionHandles.styles.topLeft.display = 'none';
32903 var topLeft = this.cellRange.getTopLeftCorner();
32906 return [topLeft.row, topLeft.col, bottomRight.row, bottomRight.col];
41410 var topLeft = selRange.getTopLeftCorner();
41412 var startRow = topLeft.row;
41413 var startCol = topLeft.col;
46173 var topLeft = cellRange.getTopLeftCorner();
46177 mergeParent.row = topLeft.row;
46178 mergeParent.col = topLeft.col;
46180 mergeParent.rowspan = bottomRight.row - topLeft.row + 1;
46181 mergeParent.colspan = bottomRight.col - topLeft.col + 1;
47585 var topLeft = selRange.getTopLeftCorner();
47589 for (var _row = topLeft.row; _row <= bottomRight.row; _row += 1) {
47590 for (var _col = topLeft.col; _col <= bottomRight.col; _col += 1) {
47640 var topLeft = selRange.getTopLeftCorner();
47643 for (var _row2 = topLeft.row; _row2 <= bottomRight.row; _row2++) {
47644 for (var _col2 = topLeft.col; _col2 <= bottomRight.col; _col2++) {