Home
last modified time | relevance | path

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

/AOO41X/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 )
250 log_print("ERROR: File '$sInputPath' doesn't exists.\n");
275 print PROPERTYFILE "DOC_COMPARATOR_INPUT_PATH=$sInputPath\n";
360 my $sInputPath = getProjectOutput();
361 $sInputPath = appendPath($sInputPath, $sDocumentName);
369 " -DOC_COMPARATOR_INPUT_PATH " . quoteIfNeed($sInputPath) .
406 my $sInputPath = appendPath(getProjectRoot(), "references");
[all …]
/AOO41X/main/qadevOOo/runner/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()
177 if (sInputPath.toLowerCase().endsWith(".ps") || in foreachPSorPDFinInputPath()
178 sInputPath.toLowerCase().endsWith(".pdf") || in foreachPSorPDFinInputPath()
179 sInputPath.toLowerCase().endsWith(".prn")) in foreachPSorPDFinInputPath()
181 callEntry(sInputPath, _aParam); in foreachPSorPDFinInputPath()
185 String sInputPathWithPDF = sInputPath + ".pdf"; in foreachPSorPDFinInputPath()
196 String sInputPathWithPS = sInputPath + ".ps"; in foreachPSorPDFinInputPath()
205 String sPath = FileHelper.getPath(sInputPath); in foreachPSorPDFinInputPath()
[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()
/AOO41X/main/qadevOOo/runner/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()
/AOO41X/main/qadevOOo/runner/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()