Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/graphical/
H A DBuildID.java76 private static String getBuildID(String _sOfficePath, String _sIniSection) in getBuildID() argument
78 File aSOfficeFile = new File(_sOfficePath); in getBuildID()
82 String sOfficePath = FileHelper.getPath(_sOfficePath); in getBuildID()
109 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstraprc"); in getBuildIDFromBootstrap()
134 sOfficePath = FileHelper.appendPath(_sOfficePath, "versionrc"); in getBuildIDFromVersion()
171 public static String getMaster(String _sOfficePath) in getMaster() argument
173 final String sOfficePath = getOfficePath(_sOfficePath); in getMaster()
178 public static String getMinor(String _sOfficePath) in getMinor() argument
180 final String sOfficePath = getOfficePath(_sOfficePath); in getMinor()
185 public static String getCWSName(String _sOfficePath) in getCWSName() argument
[all …]
/aoo41x/main/qadevOOo/runner/convwatch/
H A DBuildID.java86 private static String getBuildIDFromBootstrap(String _sOfficePath) in getBuildIDFromBootstrap() argument
90 String sOfficePath = _sOfficePath; in getBuildIDFromBootstrap()
111 private static String getBuildIDFromVersion(String _sOfficePath) in getBuildIDFromVersion() argument
115 String sOfficePath = _sOfficePath; in getBuildIDFromVersion()

Completed in 27 milliseconds