Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/util/
H A Dutils.java780 String officeExecutable = ""; in validateAppExecutionCommand() local
785 officeExecutable += commandTokens.nextToken() + " "; in validateAppExecutionCommand()
786 index = officeExecutable.indexOf(officeExecCommand); in validateAppExecutionCommand()
793 officeExecutable = officeExecutable.trim(); in validateAppExecutionCommand()
794 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand()
801 f = new File(officeExecutable); in validateAppExecutionCommand()
804 f = new File(officeExecutable + ".exe"); in validateAppExecutionCommand()