Searched refs:_sReferencePath (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | GraphicalDifferenceCheck.java | 103 createOneReferenceFile(_sInputPath, _sReferencePath, _aGTA); in createReferences() 123 return OfficePrint.buildReference(_aGTA, _sReferencePath, _sInputFile); in createOneReferenceFile() 132 …public static boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestA… in isReferenceExists() argument 134 return OfficePrint.isReferenceExists(_aGTA, _sReferencePath, _sInputFile); in isReferenceExists() 153 return check(_sInputPath, _sOutputPath, _sReferencePath, null, _aGTA); in check() 189 String sNewReferencePath = _sReferencePath; in check() 211 … GraphicalDifferenceCheck.*/ checkOneFile(_sInputPath, _sOutputPath, _sReferencePath, _sDiffPath, … in check() 224 return checkOneFile( _sInputFile, _sOutputPath, _sReferencePath, null, _aGTA); in checkOneFile() 250 …= convwatch.ConvWatch.checkDiffDiff(_aGTA, _sOutputPath, _sInputFile, _sReferencePath, _sDiffPath); in checkOneFile() 255 bOk = convwatch.ConvWatch.check(_aGTA, _sOutputPath, _sInputFile, _sReferencePath); in checkOneFile() [all …]
|
H A D | DocumentConverter.java | 201 void runGDC(String _sInputFile, String _sReferencePath) in runGDC() argument 227 FileHelper.makeDirectories("", _sReferencePath); in runGDC() 228 String sOutputFile = _sReferencePath; in runGDC() 253 OfficePrint.convertDocument(_sInputFile, _sReferencePath, aGTA); in runGDC()
|
H A D | ReferenceBuilder.java | 220 void runGDC(String _sInputPath, String _sReferencePath) in runGDC() argument 225 … if (GraphicalDifferenceCheck.isReferenceExists(_sInputPath, _sReferencePath, aGTA) == false) in runGDC() 259 … GraphicalDifferenceCheck.createOneReferenceFile(_sInputPath, _sReferencePath, aGTA); in runGDC()
|
H A D | ConvWatchStarter.java | 303 …putter _aLISToutput, String _sInputFile, String _sOutputPath, String _sReferencePath, String _sDif… in runGDCWithStatus() argument 345 …GraphicalDifferenceCheck.checkOneFile(_sInputFile, _sOutputPath, _sReferencePath, _sDiffPath, aGTA… in runGDCWithStatus()
|
H A D | PRNCompare.java | 143 public void setReferencePath(String _sReferencePath) { m_sReferencePath = _sReferencePath; } in setReferencePath() argument
|
/aoo41x/main/qadevOOo/runner/util/compare/ |
H A D | GraphicalComparator.java | 83 …protected String createSpecialFile(String _sEntry, String _sInputPath, String _sReferencePath, Str… in createSpecialFile() argument 97 sNewReferencePath = _sReferencePath + fs + sNewSubDir; in createSpecialFile() 101 sNewReferencePath = _sReferencePath; in createSpecialFile()
|
Completed in 107 milliseconds