Home
last modified time | relevance | path

Searched refs:rowElement (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java438 Element rowElement = null; in processCells() local
468 if (col <= lastColumn && rowElement != null) { in processCells()
470 addEmptyCells(numSkippedCells, rowElement); in processCells()
520 root.appendChild(rowElement); in processCells()
537 addEmptyCells(numColsSkipped, rowElement); in processCells()
593 rowElement.appendChild(cellElement); in processCells()
608 if (col <= lastColumn && rowElement != null) { in processCells()
610 addEmptyCells(numSkippedCells, rowElement); in processCells()
657 rowElement.setAttribute(ATTRIBUTE_TABLE_NUM_ROWS_REPEATED, in addEmptyRows()
661 root.appendChild(rowElement); in addEmptyRows()
[all …]

Completed in 19 milliseconds