Searched refs:_sOfficePathWithTrash (Results 1 – 1 of 1) sorted by relevance
164 private void checkIfOfficeExists(String _sOfficePathWithTrash) in checkIfOfficeExists() argument167 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 14 milliseconds