Home
last modified time | relevance | path

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

/trunk/main/testtools/qa/cliversioning/
H A DVersionTestCase.java39 String unoPath = System.getProperty("path"); in checkVersion() local
40 if (unoPath == null || unoPath.length() == 0) in checkVersion()
52 "PATH=" + unoPath, "SystemRoot=" + sSystemRoot}; in checkVersion()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java761 String unoPath = System.getenv("UNO_PATH"); in startupService() local
762 if (unoPath == null) in startupService()
766 cmdArray[0] = (new File(unoPath, OFFICE_APP_NAME)).getPath(); in startupService()

Completed in 16 milliseconds