Searched refs:sOfficePath (Results 1 – 3 of 3) sorted by relevance
33 String sOfficePath = ""; in getOfficePath() local41 sOfficePath = _sApp.substring(1, nIdx); in getOfficePath()53 sOfficePath = _sApp; in getOfficePath()57 sOfficePath = _sApp.substring(0, nIdx); in getOfficePath()62 sOfficePath = _sApp; in getOfficePath()66 return sOfficePath; in getOfficePath()71 final String sOfficePath = getOfficePath(_sApp); in getBuildID() local102 String sOfficePath; in getBuildIDFromBootstrap() local111 IniFile aIniFile = new IniFile(sOfficePath); in getBuildIDFromBootstrap()127 String sOfficePath; in getBuildIDFromVersion() local[all …]
35 String sOfficePath = ""; in getBuildID() local54 sOfficePath = _sApp; in getBuildID()65 File aSOfficeFile = new File(sOfficePath); in getBuildID()68 int nIdx = sOfficePath.lastIndexOf(fs); in getBuildID()69 sOfficePath = sOfficePath.substring(0, nIdx); in getBuildID()90 String sOfficePath = _sOfficePath; in getBuildIDFromBootstrap() local93 sOfficePath += fs + "bootstrap.ini"; in getBuildIDFromBootstrap()97 sOfficePath += fs + "bootstraprc"; in getBuildIDFromBootstrap()115 String sOfficePath = _sOfficePath; in getBuildIDFromVersion() local118 sOfficePath += fs + "version.ini"; in getBuildIDFromVersion()[all …]
166 String sOfficePath = ""; in checkIfOfficeExists() local170 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 11); in checkIfOfficeExists()177 sOfficePath = _sOfficePathWithTrash.substring(0, nIndex + 7); in checkIfOfficeExists()186 sOfficePath = helper.StringHelper.removeQuoteIfExists(sOfficePath); in checkIfOfficeExists()188 log.println(sOfficePath); in checkIfOfficeExists()189 File sOffice = new File(sOfficePath); in checkIfOfficeExists()192 … log.println("ERROR: There exists no office installation at given path: '" + sOfficePath + "'"); in checkIfOfficeExists()
Completed in 31 milliseconds