Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java316 final ArrayList moduleNames = new ArrayList(); in getCwsModuleCommand() local
325 moduleNames.add(sModuleName); in getCwsModuleCommand()
328 names = (String[]) moduleNames.toArray(new String[0]); in getCwsModuleCommand()
505 final ArrayList moduleNames = new ArrayList(); in getModulesFromSourceRoot() local
518 moduleNames.add(sModuleName); in getModulesFromSourceRoot()
522 final String[] names = (String[]) moduleNames.toArray(new String[0]); in getModulesFromSourceRoot()
/aoo42x/main/qadevOOo/runner/helper/
H A DCwsDataExchangeImpl.java82 final ArrayList<String> moduleNames = new ArrayList<String>(); in getModules() local
99 moduleNames.add(line); in getModules()
103 return moduleNames; in getModules()

Completed in 21 milliseconds