Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java58 private int lastColumn = 0; field in _XTableColumns
106 if (lastColumn < 200) { in _insertByIndex()
107 result &= checkColumn(lastColumn + 1, lastColumn); in _insertByIndex()
122 if (lastColumn < 200) { in _insertByIndex()
123 result &= checkColumn(lastColumn + 2, lastColumn); in _insertByIndex()
138 if (lastColumn < 200) { in _insertByIndex()
139 result &= checkColumn(lastColumn + 4, lastColumn); in _insertByIndex()
231 if (lastColumn < 200) { in _removeByIndex()
232 result &= checkColumn(lastColumn + 2, lastColumn); in _removeByIndex()
245 result &= checkColumn(lastColumn + 1, lastColumn); in _removeByIndex()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java452 int lastColumn = decoder.getNumberOfColumns(); in processCells() local
468 if (col <= lastColumn && rowElement != null) { in processCells()
469 int numSkippedCells = lastColumn - col + 1; in processCells()
484 addEmptyRows(deltaRows-1, root, lastColumn); in processCells()
608 if (col <= lastColumn && rowElement != null) { in processCells()
609 int numSkippedCells = lastColumn - col + 1; in processCells()
/trunk/main/oox/source/token/
H A Dtokens.txt2897 lastColumn
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl245 long lastColumn; ///< 0 based, inclusive
4255 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).
4632 A struct of (type(insert, delete, update), firstRow, lastRow, firstColumn, lastColumn).

Completed in 62 milliseconds