Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java234 String[] checkModules; in getAllModuleCommand() local
237 checkModules = getCheckModuleCommand(names); in getAllModuleCommand()
239 return checkModules; in getAllModuleCommand()
244 String[] checkModules; in getCheckModuleCommand() local
245 checkModules = new String[names.length]; in getCheckModuleCommand()
252checkModules[i] = "checkModule(" + names[i].substring(0, names[i].indexOf(".")) + ")"; in getCheckModuleCommand()
256 checkModules[i] = "checkModule(" + names[i] + ")"; in getCheckModuleCommand()
259 return checkModules; in getCheckModuleCommand()
304 String[] checkModules; in getCwsModuleCommand() local
342 checkModules = getCheckModuleCommand(names); in getCwsModuleCommand()
[all …]