Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DConvWatchStarter.java255 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, m_sInputPath); in compareGraphicalDiffs() local
260 if (sNewSubDir.length() > 0) in compareGraphicalDiffs()
263 sNewReferencePath = sNewReferencePath + fs + sNewSubDir; in compareGraphicalDiffs()
267 sNewOutputPath = sNewOutputPath + fs + sNewSubDir; in compareGraphicalDiffs()
269 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in compareGraphicalDiffs()
277 …tatus(HTMLoutput, LISToutput, sEntry, sNewOutputPath, sNewReferencePath, sNewDiffPath, sNewSubDir); in compareGraphicalDiffs()
H A DGraphicalDifferenceCheck.java188 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, _sInputPath); in check() local
192 if (sNewSubDir.length() > 0) in check()
196 sNewReferencePath = sNewReferencePath + fs + sNewSubDir; in check()
199 sNewOutputPath = sNewOutputPath + fs + sNewSubDir; in check()
202 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in check()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/compare/
H A DGraphicalComparator.java86 String sNewSubDir = ""; in createSpecialFile() local
89 sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, _sInputPath); in createSpecialFile()
95 if (sNewSubDir.length() > 0) in createSpecialFile()
97 sNewReferencePath = _sReferencePath + fs + sNewSubDir; in createSpecialFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry() local
63 if (sNewSubDir.length() > 0) in callEntry()
70 sNewOutputPath = FileHelper.appendPath(sNewOutputPath, sNewSubDir); in callEntry()

Completed in 20 milliseconds