Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/runner/util/
H A Dutils.java129 String fullDocPath = getFullTestDocName(sDocName); in getFullTestURL() local
130 if (fullDocPath.startsWith("http:")) { in getFullTestURL()
131 return fullDocPath; in getFullTestURL()
133 if (fullDocPath.startsWith("file:")) { in getFullTestURL()
134 return fullDocPath; in getFullTestURL()
139 if (fullDocPath.startsWith("\\\\")) { in getFullTestURL()
143 fullDocPath = fullDocPath.replace('\\', '/'); in getFullTestURL()
145 if (fullDocPath.startsWith("//")) { in getFullTestURL()
147 } else if (fullDocPath.startsWith("/")) { in getFullTestURL()
153 if (!fullDocPath.endsWith("/")) { in getFullTestURL()
[all …]