Searched refs:TAG_TABLE_CELL (Results 1 – 8 of 8) sorted by relevance
60 else if (OfficeConstants.TAG_TABLE_CELL.equals(tag)) in canConvertTag()74 } else if (OfficeConstants.TAG_TABLE_CELL.equals(tag)) { in canConvertAttribute()
557 cellElement = (Element) doc.createElement(TAG_TABLE_CELL); in processCells()693 Element cellElement = (Element) doc.createElement(TAG_TABLE_CELL); in addEmptyCells()
455 if (nodeName.equals(TAG_TABLE_CELL)) { in traverseTableRow()
53 private static final String SUPPORTED_TAG1 = OfficeConstants.TAG_TABLE_CELL;
90 if (cc.canConvertAttribute(OfficeConstants.TAG_TABLE_CELL, in emptyCell()
247 if (cc_.canConvertAttribute(OfficeConstants.TAG_TABLE_CELL, in mergeCells()
259 public final static String TAG_TABLE_CELL = "table:table-cell"; field
Completed in 69 milliseconds