Searched refs:userPath (Results 1 – 3 of 3) sorted by relevance
189 String userPath = utils.expandMacro(xMSF, "${$ORIGIN/bootstraprc:UserInstallation}"); in getRecoveryFiles() local190 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()
266 String userPath = null; in getOfficeUserPath() local270 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()
96 OUString userPath; in operator ()() local98 ::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 33 milliseconds