Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java600 java.util.Vector<String> NameVector = null; in getFolderTitles() local
611 NameVector = new java.util.Vector<String>(nameList.length); in getFolderTitles()
624 NameVector.addElement(nameList[i]); in getFolderTitles()
628 String[] LocNameList = new String[NameVector.size()]; in getFolderTitles()
631 NameVector.copyInto(LocNameList); in getFolderTitles()