Home
last modified time | relevance | path

Searched refs:sInputPath (Results 1 – 9 of 9) sorted by relevance

/trunk/main/testgraphical/source/
H A Dgraphical_compare.pm243 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java141 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 DParameterHelper.java114 … 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 DJPEGComparator.java350 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 DOpenOfficePostscriptCreator.java739 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in isReferenceExists() local
740 sOutputPath = sInputPath; in isReferenceExists()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/compare/
H A DGraphicalComparator.java115 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalTestArguments.java480 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 DOfficePrint.java766 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 DConvWatch.java182 String sInputPath = FileHelper.getPath(_sAbsoluteInputFile); in createPostscriptStartCheck() local
190 a.setInputPath( sInputPath ); in createPostscriptStartCheck()

Completed in 177 milliseconds