Lines Matching refs:tableCell
46 var tableCell = null;
110 if (size !== null && tableCell.geometry.width < size.width + 10) {
111 tableCell.geometry.width = size.width + 10;
114 tableCell.insert(rowCell);
115 tableCell.geometry.height += 26;
350 tableCell = null;
554 tableCell = new mxCell(tableModel.Name, new mxGeometry(dx, 0, maxNameLenght, 26),
556 tableCell.vertex = true;
561 tableCell.geometry.width = size.width + maxNameLenght;
565 cells.push(tableCell);
575 dx += tableCell.geometry.width + 40;
576 tableCell = null;