Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java642 public static String[] combineListboxList(String sFirstEntry, String[] MainList) in combineListboxList() argument
650 String[] ResultList = new String[MainList.length + 1]; in combineListboxList()
652 System.arraycopy(MainList, 0, ResultList, 1, MainList.length); in combineListboxList()

Completed in 23 milliseconds