Lines Matching refs:substring
73 docpth = docpth.substring(0, docpth.length() - 1); in getFullTestDocName()
112 String arcPth = objdscPth.substring(0, i - 1); in getFullTestDocName()
252 return res.substring(res.indexOf("=") + 1); in getVersion()
278 userPath = userPath.substring(0, userPath.length() - 1); in getOfficeUserPath()
282 userPath = userPath.substring(0, index); in getOfficeUserPath()
354 tempDir = tempDir.substring(0, tempDir.length() - 1); in getUsersTempDir()
392 dir = dir.substring("file:///".length()); in getOfficeTempDir()
424 sysDir = dir.substring("file://".length()); in getOfficeTempDirSys()
434 sysDir = sysDir.substring(1); in getOfficeTempDirSys()
454 sysDir = fileURL.substring("file://".length()); in getSystemURL()
459 sysDir = sysDir.substring(1); in getSystemURL()
795 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand()