Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/graphical/
H A DBuildID.java31 private static String getOfficePath(String _sApp) in getOfficePath() argument
35 if (_sApp.startsWith("\"")) in getOfficePath()
37 int nIdx = _sApp.indexOf("\"", 1); in getOfficePath()
41 sOfficePath = _sApp.substring(1, nIdx); in getOfficePath()
47 if (! (_sApp.endsWith("soffice.exe") || _sApp.endsWith("soffice"))) in getOfficePath()
50 int nIdx = _sApp.indexOf(" ", 1); in getOfficePath()
53 sOfficePath = _sApp; in getOfficePath()
57 sOfficePath = _sApp.substring(0, nIdx); in getOfficePath()
62 sOfficePath = _sApp; in getOfficePath()
69 public static String getBuildID(String _sApp) in getBuildID() argument
[all …]
/aoo4110/main/qadevOOo/runner/convwatch/
H A DBuildID.java33 public static String getBuildID(String _sApp) in getBuildID() argument
36 if (_sApp.startsWith("\"")) in getBuildID()
38 int nIdx = _sApp.indexOf("\"", 1); in getBuildID()
45 sOfficePath = _sApp.substring(1, nIdx); in getBuildID()
51 int nIdx = _sApp.indexOf(" ", 1); in getBuildID()
54 sOfficePath = _sApp; in getBuildID()
58 sOfficePath = _sApp.substring(0, nIdx); in getBuildID()

Completed in 19 milliseconds