Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/convwatch/
H A DGraphicalDifferenceCheck.java315 …ate static String createInputFile(XComponent xComponent, String _sOutputPath, String resultDocName) in createInputFile() argument
322 if(resultDocName == null) in createInputFile()
323 resultDocName = "OOoTestDocument"; in createInputFile()
324 if(resultDocName.indexOf('.') == -1) in createInputFile()
325 resultDocName = suffix.insert(0, resultDocName).toString(); in createInputFile()
328 … resultURL = URLHelper.getFileURLFromSystemPath(ensureEndingFileSep(_sOutputPath) + resultDocName); in createInputFile()

Completed in 16 milliseconds