Lines Matching refs:substring
72 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()
111 String arcPth = objdscPth.substring(0, i - 1); in getFullTestDocName()
251 return res.substring(res.indexOf("=") + 1); in getVersion()
277 userPath = userPath.substring(0, userPath.length() - 1); in getOfficeUserPath()
281 userPath = userPath.substring(0, index); in getOfficeUserPath()
353 tempDir = tempDir.substring(0, tempDir.length() - 1); in getUsersTempDir()
391 dir = dir.substring("file:///".length()); in getOfficeTempDir()
423 sysDir = dir.substring("file://".length()); in getOfficeTempDirSys()
433 sysDir = sysDir.substring(1); in getOfficeTempDirSys()
453 sysDir = fileURL.substring("file://".length()); in getSystemURL()
458 sysDir = sysDir.substring(1); in getSystemURL()
794 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand()