Searched refs:colIdx (Results 1 – 3 of 3) sorted by relevance
281 …for ( var i = rowIdx ; tableMap[i] && tableMap[i][colIdx] && tableMap[i][colIdx][markerName] ; i++…283 …for ( var i = rowIdx - 1 ; tableMap[i] && tableMap[i][colIdx] && tableMap[i][colIdx][markerName] ;…306 var baseColIdx = colIdx - geometry.x ;311 for ( colIdx = baseColIdx ; colIdx < baseColIdx + geometry.width ; colIdx++ )466 var startIdx = colIdx + newCellSpan ;467 var endIdx = colIdx + cellSpan ;483 if ( tableMap[i].length <= colIdx )488 if ( tableMap[i][colIdx] == refCell )497 newRow.push( tableMap[i][colIdx] ) ;498 newRow.push( tableMap[i][colIdx] ) ;[all …]
67 var colIdx = FCKTableHandler._GetCellIndexSpan( tableMap, rowIdx, rbCell ) ;69 lbCell = tableMap[rowIdx][colIdx + colSpan] ;
68 var colIdx = FCKTableHandler._GetCellIndexSpan( tableMap, rowIdx, rbCell ) ;70 lbCell = tableMap[rowIdx][colIdx + colSpan] ;