Lines Matching refs:count

88         int count = oObj.getSelectionCount();  in _addSelection()  local
90 bOK &= (count == 0); in _addSelection()
92 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _addSelection()
102 count = oObj.getSelectionCount(); in _addSelection()
103 if (count != (i+1)){ in _addSelection()
104 log.println("ERROR: add a selection but selection count ("+count+ ") " + in _addSelection()
112 count = oObj.getSelectionCount(); in _addSelection()
117 if (count != oObj.getSelectionCount()){ in _addSelection()
118 …ln("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + count + ")"); in _addSelection()
144 int count = oObj.getSelectionCount(); in _removeSelection() local
146 bOK &= (count == 0); in _removeSelection()
148 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _removeSelection()
159 count = oObj.getSelectionCount(); in _removeSelection()
160 if (count != (i+1)){ in _removeSelection()
161 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _removeSelection()
169 count = oObj.getSelectionCount(); in _removeSelection()
179 count = oObj.getSelectionCount(); in _removeSelection()
180 if (count != (oldCount - i - 1)){ in _removeSelection()
181 log.println("ERROR: removed a selection but selection count ("+count+ ") " + in _removeSelection()
188 count = oObj.getSelectionCount(); in _removeSelection()
194 if (count != oObj.getSelectionCount()){ in _removeSelection()
195 …ln("ERROR: the selected count ("+oObj.getSelectionCount() +") is not that before (" + count + ")"); in _removeSelection()
237 int count = oObj.getSelectionCount(); in _clearSelection() local
239 bOK &= (count == 0); in _clearSelection()
241 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _clearSelection()
252 count = oObj.getSelectionCount(); in _clearSelection()
253 if (count != (i+1)){ in _clearSelection()
254 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _clearSelection()
260 count = oObj.getSelectionCount(); in _clearSelection()
265 count = oObj.getSelectionCount(); in _clearSelection()
267 bOK &= (count == 0); in _clearSelection()
269 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _clearSelection()
281 int count = oObj.getSelectionCount(); in _createSelectionEnumeration() local
283 bOK &= (count == 0); in _createSelectionEnumeration()
285 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _createSelectionEnumeration()
296 count = oObj.getSelectionCount(); in _createSelectionEnumeration()
297 if (count != (i+1)){ in _createSelectionEnumeration()
298 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _createSelectionEnumeration()
354 int count = oObj.getSelectionCount(); in _createReverseSelectionEnumeration() local
356 bOK &= (count == 0); in _createReverseSelectionEnumeration()
358 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _createReverseSelectionEnumeration()
369 count = oObj.getSelectionCount(); in _createReverseSelectionEnumeration()
370 if (count != (i+1)){ in _createReverseSelectionEnumeration()
371 log.println("ERROR: added a selection but selection count ("+count+ ") " + in _createReverseSelectionEnumeration()