Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java233 String[] checkModules; in getAllModuleCommand() local
236 checkModules = getCheckModuleCommand(names); in getAllModuleCommand()
238 return checkModules; in getAllModuleCommand()
243 String[] checkModules; in getCheckModuleCommand() local
244 checkModules = new String[names.length]; in getCheckModuleCommand()
251checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand()
255 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand()
258 return checkModules; in getCheckModuleCommand()
303 String[] checkModules; in getCwsModuleCommand() local
341 checkModules = getCheckModuleCommand(names); in getCwsModuleCommand()
[all …]