Lines Matching refs:getCell

11931       editedCell = this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({
11938 editedCell = this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({
11945 editedCell = this.instance.view.wt.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell({
11952 editedCell = this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({
11959 editedCell = this.instance.view.wt.wtOverlays.bottomOverlay.clone.wtTable.getCell({
11966 editedCell = this.instance.getCell(this.row, this.col);
15144 var cell = instance.getCell(cellProperties.row, cellProperties.col);
15246 td = instance.getCell(row, col, true);
16016 this.getCell = function (row, col, topmost) {
24156 fromTD = this.wot.wtTable.getCell(new _coords2.default(fromRow, fromColumn));
24157 toTD = isMultiple ? this.wot.wtTable.getCell(new _coords2.default(toRow, toColumn)) : fromTD;
24920 value: function getCell(coords) {
24924 return this.wtTable.getCell(coords);
24933 return this.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell(coords);
24935 return this.wtOverlays.topOverlay.clone.wtTable.getCell(coords);
24938 return this.wtOverlays.bottomLeftCornerOverlay.clone.wtTable.getCell(coords);
24941 return this.wtOverlays.leftOverlay.clone.wtTable.getCell(coords);
24944 return this.wtOverlays.bottomOverlay.clone.wtTable.getCell(coords);
24948 return this.wtTable.getCell(coords);
25348 cell.TD = this.instance.wtTable.getCell(cell.coords);
25352 cell.TD = this.instance.wtTable.getCell(cell.coords);
27362 value: function getCell(coords) {
32921 var TD = wotInstance.wtTable.getCell(new _coords2.default(sourceRow, sourceColumn));
34750 td = instance.getCell(row, col);
35491 selectedCell = this.instance.getCell(selection[0], selection[1]);
36001 editedCell = this.instance.view.wt.wtOverlays.topOverlay.clone.wtTable.getCell({
36008 editedCell = this.instance.view.wt.wtOverlays.topLeftCornerOverlay.clone.wtTable.getCell({
36015 editedCell = this.instance.view.wt.wtOverlays.leftOverlay.clone.wtTable.getCell({
36022 editedCell = this.instance.getCell(this.row, this.col);
39822 var cell = this.hotMenu.getCell(row, 0);
40057 var cell = this.hotMenu.getCell(0, 0);
40074 var cell = this.hotMenu.getCell(lastRow, 0);
40094 var cell = nextRow < this.hotMenu.countRows() ? this.hotMenu.getCell(nextRow, col) : null;
40117 var cell = prevRow >= 0 ? this.hotMenu.getCell(prevRow, col) : null;
46426 instance.view.wt.wtTable.getCell = function (coords) {
46433 return _src.Table.prototype.getCell.call(this, coords);
47651 var cell = instance.getCell(_row2, _col2);
48665 var td = this.wt.getCell(coords, topmost);