Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java266 public static int getListBoxItemCount(XListBox _xListBox) in getListBoxItemCount() argument
271 …final String[] fieldnames = (String[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNam… in getListBoxItemCount()
275 public static short getSelectedItemPos(XListBox _xListBox) in getSelectedItemPos() argument
277 …short ipos[] = (short[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNames.SELECTED_IT… in getSelectedItemPos()
281 public static boolean isListBoxSelected(XListBox _xListBox) in isListBoxSelected() argument
283 …short ipos[] = (short[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNames.SELECTED_IT… in isListBoxSelected()
H A DFieldSelection.java521 private void removeAllItems(XListBox _xListBox) in removeAllItems() argument
523 _xListBox.removeItems((short) 0, _xListBox.getItemCount()); in removeAllItems()

Completed in 36 milliseconds