Searched refs:sInputPath (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/testgraphical/source/ |
H A D | graphical_compare.pm | 243 my $sInputPath = $sDocumentPoolPath; 244 $sInputPath = appendPath($sInputPath, $sDocumentPool); 245 $sInputPath = appendPath($sInputPath, $sDocumentName); 247 if (! -f $sInputPath ) 361 $sInputPath = appendPath($sInputPath, $sDocumentName); 407 $sInputPath = appendPath($sInputPath, getEnvironment()); 408 $sInputPath = appendPath($sInputPath, $sDocumentPool); 409 $sInputPath = appendPath($sInputPath, $sDocumentName); 510 if (! -e $sInputPath) 515 $sInputPath = 0; [all …]
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | EnhancedComplexTestCase.java | 141 String sInputPath = _aParam.getInputPath(); in foreachPSorPDFinInputPath() local 142 File aInputPath = new File(sInputPath); in foreachPSorPDFinInputPath() 158 if (sInputPath.toLowerCase().endsWith(".ini")) in foreachPSorPDFinInputPath() 181 callEntry(sInputPath, _aParam); in foreachPSorPDFinInputPath() 334 String sInputPath = _aParam.getInputPath(); in foreachJPEGcompareWithJPEG() local 335 File aInputPath = new File(sInputPath); in foreachJPEGcompareWithJPEG() 351 if (sInputPath.toLowerCase().endsWith(".ini")) in foreachJPEGcompareWithJPEG() 417 String sInputPath = _aParam.getInputPath(); in foreachResultCreateHTML() local 418 File aInputPath = new File(sInputPath); in foreachResultCreateHTML() 426 if (sInputPath.toLowerCase().endsWith(".ini") ) in foreachResultCreateHTML() [all …]
|
H A D | ParameterHelper.java | 114 … String sInputPath = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_INPUT_PATH ); in getInputPath() local 115 if (sInputPath == null || sInputPath.length() == 0) in getInputPath() 121 m_sInputPath = helper.StringHelper.removeQuoteIfExists(sInputPath); in getInputPath()
|
H A D | JPEGComparator.java | 350 String sInputPath = _aParams.getInputPath(); in checkOnePicture() local 351 if (sInputPath.toLowerCase().endsWith("index.ini")) in checkOnePicture() 367 String sInputPath = _aParams.getInputPath(); in checkOnePicture() local 368 if (sInputPath.toLowerCase().endsWith("index.ini")) in checkOnePicture()
|
H A D | OpenOfficePostscriptCreator.java | 739 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in isReferenceExists() local 740 sOutputPath = sInputPath; in isReferenceExists()
|
/aoo41x/main/qadevOOo/runner/util/compare/ |
H A D | GraphicalComparator.java | 115 String sInputPath = m_aArguments.getInputPath(); in isReferenceOrDiffExistent() local 116 if (FileHelper.isDir(sInputPath)) in isReferenceOrDiffExistent() 118 …Object[] aList = DirectoryHelper.traverse(sInputPath, FileHelper.getFileFilter(), m_aArguments.inc… in isReferenceOrDiffExistent() 123 …String sNewReferencePath = createSpecialFile(sEntry, sInputPath, m_aArguments.getReferencePath(), … in isReferenceOrDiffExistent() 134 …String sNewReferencePath = createSpecialFile(sInputPath, "", m_aArguments.getReferencePath(), _sNe… in isReferenceOrDiffExistent()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | GraphicalTestArguments.java | 480 String sInputPath; in getInputPath() local 481 sInputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_INPUT_PATH); in getInputPath() 482 checkIfMSWindowsConformPath(sInputPath); in getInputPath() 483 return sInputPath; in getInputPath()
|
H A D | OfficePrint.java | 766 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in isReferenceExists() local 767 sOutputPath = sInputPath; in isReferenceExists() 822 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in buildReference() local 823 sOutputPath = sInputPath; in buildReference()
|
H A D | ConvWatch.java | 182 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in createPostscriptStartCheck() local 190 a.setInputPath( sInputPath ); in createPostscriptStartCheck()
|
Completed in 78 milliseconds