Home
last modified time | relevance | path

Searched refs:userPath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java189 String userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstraprc:UserInstallation}"); in getRecoveryFiles() local
190 System.out.println("userPath:'" + userPath + "'"); in getRecoveryFiles()
192 …if (userPath.equals(""))userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstrap.ini:UserInstallati… in getRecoveryFiles()
193 System.out.println("userPath:'" + userPath + "'"); in getRecoveryFiles()
195 …if (userPath.equals("")) throw new com.sun.star.io.IOException("could not get user path at bootstr… in getRecoveryFiles()
197 String recoveryFolder = utils.getSystemURL(userPath + "/user/backup"); in getRecoveryFiles()
199 …String recoveryXCU = utils.getSystemURL(userPath + "/user/registry/data/org/openoffice/Office/Reco… in getRecoveryFiles()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java266 String userPath = null; in getOfficeUserPath() local
270 userPath = (String) getOfficeSettingsValue(msf, "UserConfig"); in getOfficeUserPath()
277 if (userPath.charAt(userPath.length() - 1) == '/') { in getOfficeUserPath()
278 userPath = userPath.substring(0, userPath.length() - 1); in getOfficeUserPath()
280 int index = userPath.lastIndexOf('/'); in getOfficeUserPath()
282 userPath = userPath.substring(0, index); in getOfficeUserPath()
285 return userPath; in getOfficeUserPath()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx96 OUString userPath; in operator ()() local
98 ::utl::Bootstrap::locateUserInstallation( userPath ); in operator ()()
112 reinterpret_cast<sal_uInt8 const *>(userPath.getStr()); in operator ()()
113 sal_Size size = (userPath.getLength() * sizeof (sal_Unicode)); in operator ()()

Completed in 28 milliseconds