Searched refs:_sApp (Results 1 – 2 of 2) sorted by relevance
31 private static String getOfficePath(String _sApp) in getOfficePath() argument35 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 …]
33 public static String getBuildID(String _sApp) in getBuildID() argument36 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 7 milliseconds