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()
99 private static String getBuildIDFromBootstrap(String _sOfficePath, String _sIniSection) in getBuildIDFromBootstrap() argument
105 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstrap.ini"); in getBuildIDFromBootstrap()
109 sOfficePath = FileHelper.appendPath(_sOfficePath, "bootstraprc"); in getBuildIDFromBootstrap()
123 private static String getBuildIDFromVersion(String _sOfficePath, String _sIniSection) in getBuildIDFromVersion() argument
130 sOfficePath = FileHelper.appendPath(_sOfficePath, "version.ini"); in getBuildIDFromVersion()
134 sOfficePath = FileHelper.appendPath(_sOfficePath, "versionrc"); in getBuildIDFromVersion()
171 public static String getMaster(String _sOfficePath) in getMaster() 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()