Searched refs:_xListBox (Results 1 – 2 of 2) sorted by relevance
266 public static int getListBoxItemCount(XListBox _xListBox) in getListBoxItemCount() argument271 …final String[] fieldnames = (String[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNam… in getListBoxItemCount()275 public static short getSelectedItemPos(XListBox _xListBox) in getSelectedItemPos() argument277 …short ipos[] = (short[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNames.SELECTED_IT… in getSelectedItemPos()281 public static boolean isListBoxSelected(XListBox _xListBox) in isListBoxSelected() argument283 …short ipos[] = (short[]) Helper.getUnoPropertyValue(getModel(_xListBox), PropertyNames.SELECTED_IT… in isListBoxSelected()
521 private void removeAllItems(XListBox _xListBox) in removeAllItems() argument523 _xListBox.removeItems((short) 0, _xListBox.getItemCount()); in removeAllItems()
Completed in 35 milliseconds