Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java91 int origCnt = oObj.getCount(); in _insertByIndex() local
108 result &= oObj.getCount() == origCnt + 1; in _insertByIndex()
124 result &= oObj.getCount() == origCnt + 2; in _insertByIndex()
150 if (origCnt < 200) { in _insertByIndex()
152 result &= oObj.getCount() == origCnt + 4; in _insertByIndex()
155 log.println("Number of columns is " + origCnt + ",") ; in _insertByIndex()
217 int origCnt = oObj.getCount(); in _removeByIndex() local
233 result &= oObj.getCount() == origCnt - 2; in _removeByIndex()
246 result &= oObj.getCount() == origCnt - 3; in _removeByIndex()
268 if (origCnt < 200) { in _removeByIndex()
[all …]
H A D_XTableRows.java70 int origCnt = oObj.getCount(); in _insertByIndex() local

Completed in 24 milliseconds