Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java781 String officeExecutable = ""; in validateAppExecutionCommand() local
786 officeExecutable += commandTokens.nextToken() + " "; in validateAppExecutionCommand()
787 index = officeExecutable.indexOf(officeExecCommand); in validateAppExecutionCommand()
794 officeExecutable = officeExecutable.trim(); in validateAppExecutionCommand()
795 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand()
802 f = new File(officeExecutable); in validateAppExecutionCommand()
805 f = new File(officeExecutable + ".exe"); in validateAppExecutionCommand()

Completed in 21 milliseconds