Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java131 return fullDocPath; in getFullTestURL()
134 return fullDocPath; in getFullTestURL()
143 fullDocPath = fullDocPath.replace('\\', '/'); in getFullTestURL()
153 if (!fullDocPath.endsWith("/")) { in getFullTestURL()
156 fullDocPath += "/"; in getFullTestURL()
169 String fullDocPath = sDocName; in getFullURL() local
170 fullDocPath = fullDocPath.replace('\\', '/'); in getFullURL()
173 return fullDocPath; in getFullURL()
176 return fullDocPath; in getFullURL()
196 if (!fullDocPath.endsWith("/")) { in getFullURL()
[all …]

Completed in 26 milliseconds