Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DBuildID.java33 String sOfficePath = ""; in getOfficePath() local
41 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() local
102 String sOfficePath; in getBuildIDFromBootstrap() local
111 IniFile aIniFile = new IniFile(sOfficePath); in getBuildIDFromBootstrap()
127 String sOfficePath; in getBuildIDFromVersion() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBuildID.java35 String sOfficePath = ""; in getBuildID() local
54 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() local
93 sOfficePath += fs + "bootstrap.ini"; in getBuildIDFromBootstrap()
97 sOfficePath += fs + "bootstraprc"; in getBuildIDFromBootstrap()
115 String sOfficePath = _sOfficePath; in getBuildIDFromVersion() local
118 sOfficePath += fs + "version.ini"; in getBuildIDFromVersion()
[all …]
H A DReportDesignerTest.java166 String sOfficePath = ""; in checkIfOfficeExists() local
170 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 23 milliseconds