Searched refs:lastColumn (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XTableColumns.java | 58 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 …]
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 452 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()
|
/aoo42x/main/oox/source/token/ |
H A D | tokens.txt | 2897 lastColumn
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 245 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 45 milliseconds