Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java322 Object shouldElement = selections[i]; in _createSelectionEnumeration() local
326 ObjCompare.compare(shouldElement, nextElement); in _createSelectionEnumeration()
328 compRes = util.ValueComparer.equalValue(shouldElement, nextElement); in _createSelectionEnumeration()
336 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createSelectionEnumeration()
395 Object shouldElement = selections[i]; in _createReverseSelectionEnumeration() local
399 ObjCompare.compare(shouldElement, nextElement); in _createReverseSelectionEnumeration()
401 compRes = util.ValueComparer.equalValue(shouldElement, nextElement); in _createReverseSelectionEnumeration()
409 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createReverseSelectionEnumeration()

Completed in 7 milliseconds