Lines Matching refs:physicalRow
16357 physicalRow = _recordTranslator$toP2[0],
16360 var cachedValue = priv.cellSettings[physicalRow][physicalColumn][key];
16365 delete priv.cellSettings[physicalRow][physicalColumn][key];
16427 physicalRow = _recordTranslator$toP4[0],
16434 if (!priv.cellSettings[physicalRow]) {
16435 priv.cellSettings[physicalRow] = [];
16437 if (!priv.cellSettings[physicalRow][physicalColumn]) {
16438 priv.cellSettings[physicalRow][physicalColumn] = new priv.columnSettings[physicalColumn]();
16440 priv.cellSettings[physicalRow][physicalColumn][key] = val;
16471 physicalRow = _recordTranslator$toP6[0],
16478 if (!priv.cellSettings[physicalRow]) {
16479 priv.cellSettings[physicalRow] = [];
16481 if (!priv.cellSettings[physicalRow][physicalColumn]) {
16482 priv.cellSettings[physicalRow][physicalColumn] = new priv.columnSettings[physicalColumn]();
16485 …cellProperties = priv.cellSettings[physicalRow][physicalColumn]; // retrieve cellProperties from c…
16487 cellProperties.row = physicalRow;
16498 var settings = cellProperties.cells.call(cellProperties, physicalRow, physicalColumn, prop);
29800 this._arrayMap = (0, _array.arrayMap)(this._arrayMap, function (logicalRow, physicalRow) { argument
34077 var physicalRow = this.instance.runHooks('modifyRow', r);
34081 if (physicalRow === null) {
34086 if (physicalRow !== null) {