Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DQueryMetaData.java192 ArrayList<String> CommandNames = new ArrayList<String>(1); in getIncludedCommandNames() local
203 if (!CommandNames.contains(CurCommandName)) in getIncludedCommandNames()
205 CommandNames.add(CurCommandName); in getIncludedCommandNames()
209 String[] sIncludedCommandNames = new String[CommandNames.size()]; in getIncludedCommandNames()
210 CommandNames.toArray(sIncludedCommandNames); in getIncludedCommandNames()
H A DDBMetaData.java96 public String[] CommandNames; field in DBMetaData

Completed in 25 milliseconds