Lines Matching refs:lastColumn
58 private int lastColumn = 0; field in _XTableColumns
67 lastColumn = oObj.getCount() - 1 ; in before()
106 if (lastColumn < 200) { in _insertByIndex()
107 result &= checkColumn(lastColumn + 1, lastColumn); in _insertByIndex()
110 result &= checkColumnEmpty(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()
244 if (lastColumn < 200) { in _removeByIndex()
245 result &= checkColumn(lastColumn + 1, lastColumn); in _removeByIndex()
256 if (lastColumn < 200) { in _removeByIndex()
257 result &= checkColumn(lastColumn, lastColumn); in _removeByIndex()
333 for (int i = 0; i <= lastColumn && i < 3; i++) { in fillRange()
338 for (int i = 3; i <= lastColumn && i < 10; i++) { in fillRange()