Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java575 … String sOutputPath = (String)param.get( convwatch.PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); in getOutputPath() local
576 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
578 if (!sOutputPath.endsWith("/") || // construct the output file name in getOutputPath()
579 !sOutputPath.endsWith("\\")) in getOutputPath()
581 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
584 sOutputPath += DateHelper.getDateTimeForFilename(); in getOutputPath()
585 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
590 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath()
592 m_sOutputPath = sOutputPath; in getOutputPath()
602 String sOutputPath = getOutputPath(/*_nType*/); in storeComponent() local
[all …]
H A DOfficePrint.java758 String sOutputPath; in isReferenceExists() local
761 sOutputPath = _sAbsoluteOutputPath; in isReferenceExists()
767 sOutputPath = sInputPath; in isReferenceExists()
775 String sAbsolutePrintFilename = sOutputPath + fs + sPrintFilename + ".prn"; in isReferenceExists()
814 String sOutputPath; in buildReference() local
817 sOutputPath = _sAbsoluteOutputPath; in buildReference()
818 FileHelper.makeDirectories("", sOutputPath); in buildReference()
823 sOutputPath = sInputPath; in buildReference()
831 String sAbsolutePrintFilename = sOutputPath + fs + sPrintFilename + ".prn"; in buildReference()
H A DGraphicalTestArguments.java488 String sOutputPath; in getOutputPath() local
489 sOutputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_OUTPUT_PATH); in getOutputPath()
490 checkIfMSWindowsConformPath(sOutputPath); in getOutputPath()
491 return sOutputPath; in getOutputPath()
/AOO42X/main/qadevOOo/runner/graphical/
H A DOpenOfficeDatabaseReportExtractor.java196 String sOutputPath = m_aParameterHelper.getOutputPath(); in load() local
197 File aOutputPath = new File(sOutputPath); in load()
201 String sDestinationFile = FileHelper.appendPath(sOutputPath, sFilename); in load()
447 …String sOutputPath = (String)m_aParameterHelper.getTestParameters().get( convwatch.PropertyName.DO… in getOutputPath() local
448 sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
451sOutputPath = FileHelper.appendPath(sOutputPath, DateHelper.getDateTimeForFilename()); in getOutputPath()
457 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath()
459 m_sOutputPath = sOutputPath; in getOutputPath()
469 String sOutputPath = getOutputPath(/*_nType*/); in storeComponent() local
480 sOutputPath = FileHelper.appendPath(sOutputPath, sName); in storeComponent()
[all …]
H A DParameterHelper.java129 … String sOutputPath = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); in getOutputPath() local
130 if (sOutputPath == null || sOutputPath.length() == 0) in getOutputPath()
136 m_sOutputPath = helper.StringHelper.removeQuoteIfExists(sOutputPath); in getOutputPath()
H A DOpenOfficePostscriptCreator.java522 String sOutputPath = FileHelper.getPath(sOutputFilename); in impl_printToFileWithOOo() local
523 File aFile = new File(sOutputPath); in impl_printToFileWithOOo()
731 String sOutputPath; in isReferenceExists() local
734 sOutputPath = _sAbsoluteOutputPath; in isReferenceExists()
740 sOutputPath = sInputPath; in isReferenceExists()
748 … String sAbsolutePrintFilename = FileHelper.appendPath(sOutputPath, sPrintFilename + ".prn"); in isReferenceExists()
H A DEnhancedComplexTestCase.java387 String sOutputPath = _aParam.getOutputPath(); in foreachJPEGcompareWithJPEG() local
388 … String sBasenameIni = FileHelper.appendPath(sOutputPath, sBasename + ".ps.ini"); in foreachJPEGcompareWithJPEG()
/AOO42X/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java516 …String sOutputPath = util.utils.getOfficeTemp/*Dir*/(getMSF());// (String)param.get( convwatch.Pro… in getOutputPath() local
518 if (!sOutputPath.endsWith("/") || // construct the output file name in getOutputPath()
519 !sOutputPath.endsWith("\\")) in getOutputPath()
521 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
523 sOutputPath += "tmp_123"; in getOutputPath()
524 sOutputPath += System.getProperty("file.separator"); in getOutputPath()
529 … File aOutputFile = new File(sOutputPath); // create the directory of the given output path in getOutputPath()
532 return sOutputPath; in getOutputPath()
540 String sOutputPath = getOutputPath(_nType); in storeComponent() local
543 sOutputPath += getDocumentPoolName(_nType); in storeComponent()
[all …]
/AOO42X/main/testgraphical/source/
H A Dgraphical_compare.pm254 my $sOutputPath = getProjectOutput();
276 print PROPERTYFILE "DOC_COMPARATOR_OUTPUT_PATH=$sOutputPath\n";
363 my $sOutputPath = getProjectOutput();
370 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .
419 my $sOutputPath = getProjectOutputReference();
420 rmkdir $sOutputPath;
422 my $sIndexFile = appendPath($sOutputPath, "index.ini");
438 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .
473 my $sOutputPath = getProjectOutput();
481 " -DOC_COMPARATOR_OUTPUT_PATH " . quoteIfNeed($sOutputPath) .