Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java164 private void checkIfOfficeExists(String _sOfficePathWithTrash) in checkIfOfficeExists() argument
167 int nIndex = _sOfficePathWithTrash.indexOf("soffice.exe"); in checkIfOfficeExists()
170 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 11); in checkIfOfficeExists()
174 nIndex = _sOfficePathWithTrash.indexOf("soffice"); in checkIfOfficeExists()
177 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 7); in checkIfOfficeExists()

Completed in 19 milliseconds