Lines Matching refs:_aGTA

65 …rences(String _sInputPath, String _sReferencePath, GraphicalTestArguments _aGTA) throws ConvWatchE…  in createReferences()  argument
91 …aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSubDirector… in createReferences()
96 createOneReferenceFile(sEntry, sNewReferencePath, _aGTA); in createReferences()
103 createOneReferenceFile(_sInputPath, _sReferencePath, _aGTA); in createReferences()
116 …ceFile(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA) throws ConvWatchE… in createOneReferenceFile() argument
119 if (_aGTA != null) in createOneReferenceFile()
121 _aGTA.setInputFile(_sInputFile); in createOneReferenceFile()
123 return OfficePrint.buildReference(_aGTA, _sReferencePath, _sInputFile); in createOneReferenceFile()
132 …boolean isReferenceExists(String _sInputFile, String _sReferencePath, GraphicalTestArguments _aGTA) in isReferenceExists() argument
134 return OfficePrint.isReferenceExists(_aGTA, _sReferencePath, _sInputFile); in isReferenceExists()
151 …Path, String _sOutputPath, String _sReferencePath, GraphicalTestArguments _aGTA ) throws ConvWatch… in check() argument
153 return check(_sInputPath, _sOutputPath, _sReferencePath, null, _aGTA); in check()
171 …utPath, String _sReferencePath, String _sDiffPath, GraphicalTestArguments _aGTA ) throws ConvWatch… in check() argument
182 …aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSubDirector… in check()
205 … bOk &= checkOneFile(sEntry, sNewOutputPath, sNewReferencePath, sNewDiffPath, _aGTA); in check()
211 …icalDifferenceCheck.*/ checkOneFile(_sInputPath, _sOutputPath, _sReferencePath, _sDiffPath, _aGTA); in check()
222 …File, String _sOutputPath, String _sReferencePath, GraphicalTestArguments _aGTA) throws ConvWatch… in checkOneFile() argument
224 return checkOneFile( _sInputFile, _sOutputPath, _sReferencePath, null, _aGTA); in checkOneFile()
238 …utPath, String _sReferencePath, String _sDiffPath, GraphicalTestArguments _aGTA ) throws ConvWatch… in checkOneFile() argument
241 if (_aGTA != null) in checkOneFile()
243 _aGTA.setInputFile(_sInputFile); in checkOneFile()
250 …bOk = convwatch.ConvWatch.checkDiffDiff(_aGTA, _sOutputPath, _sInputFile, _sReferencePath, _sDiffP… in checkOneFile()
255 bOk = convwatch.ConvWatch.check(_aGTA, _sOutputPath, _sInputFile, _sReferencePath); in checkOneFile()
274 …th, String _resultDocName, String _sReferencePath, GraphicalTestArguments _aGTA ) throws ConvWatch… in checkOneFile() argument
282 return convwatch.ConvWatch.check(_aGTA, _sOutputPath, sInputFile, _sReferencePath); in checkOneFile()