Searched refs:officeExecutable (Results 1 – 1 of 1) sorted by relevance
780 String officeExecutable = ""; in validateAppExecutionCommand() local785 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()