Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java469 int numSkippedCells = lastColumn - col + 1; in processCells() local
470 addEmptyCells(numSkippedCells, rowElement); in processCells()
609 int numSkippedCells = lastColumn - col + 1; in processCells() local
610 addEmptyCells(numSkippedCells, rowElement); in processCells()