Lines Matching refs:_sReferencePath

65 …public static void createReferences(String _sInputPath, String _sReferencePath, GraphicalTestArgum…  in createReferences()  argument
95 …String sNewReferencePath = _sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom(… in createReferences()
103 createOneReferenceFile(_sInputPath, _sReferencePath, _aGTA); in createReferences()
116 …public static boolean createOneReferenceFile(String _sInputFile, String _sReferencePath, Graphical… in createOneReferenceFile() argument
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()
151 …public static boolean check(String _sInputPath, String _sOutputPath, String _sReferencePath, Graph… in check() argument
153 return check(_sInputPath, _sOutputPath, _sReferencePath, null, _aGTA); in check()
171 …public static boolean check(String _sInputPath, String _sOutputPath, String _sReferencePath, Strin… in check() argument
189 String sNewReferencePath = _sReferencePath; in check()
211 … GraphicalDifferenceCheck.*/ checkOneFile(_sInputPath, _sOutputPath, _sReferencePath, _sDiffPath, … in check()
222 …boolean checkOneFile(String _sInputFile, String _sOutputPath, String _sReferencePath, GraphicalTes… in checkOneFile() argument
224 return checkOneFile( _sInputFile, _sOutputPath, _sReferencePath, null, _aGTA); in checkOneFile()
238 …boolean checkOneFile(String _sInputFile, String _sOutputPath, String _sReferencePath, String _sDif… in checkOneFile() argument
250 …= convwatch.ConvWatch.checkDiffDiff(_aGTA, _sOutputPath, _sInputFile, _sReferencePath, _sDiffPath); in checkOneFile()
255 bOk = convwatch.ConvWatch.check(_aGTA, _sOutputPath, _sInputFile, _sReferencePath); in checkOneFile()
274 …onent xComponent, String _sOutputPath, String _resultDocName, String _sReferencePath, GraphicalTes… in checkOneFile() argument
282 return convwatch.ConvWatch.check(_aGTA, _sOutputPath, sInputFile, _sReferencePath); in checkOneFile()