Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_XComboBox.java169 short oldCnt = oObj.getItemCount(); in _addItems() local
170 oObj.addItems(new String[] { "Item2", "Item3" }, oldCnt); in _addItems()
171 result = oObj.getItemCount() == oldCnt + 2; in _addItems()
191 short oldCnt = oObj.getItemCount(); in _removeItems() local
192 oObj.removeItems((short) 0, oldCnt); in _removeItems()
H A D_XListBox.java189 short oldCnt = oObj.getItemCount() ; in _addItems() local
190 oObj.addItems(new String[] {"Item2", "Item3"}, oldCnt) ; in _addItems()
191 result = oObj.getItemCount() == oldCnt + 2 ; in _addItems()
215 short oldCnt = oObj.getItemCount() ; in _removeItems() local
216 oObj.removeItems((short)0, oldCnt) ; in _removeItems()

Completed in 35 milliseconds