Lines Matching refs:_sOfficePath
76 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
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
187 final String sOfficePath = getOfficePath(_sOfficePath); in getCWSName()