Home
last modified time | relevance | path

Searched refs:_aParam (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java44 File aFile = new File(_aParam.getInputPath()); in callEntry()
45 String sPath = _aParam.getInputPath(); in callEntry()
59 String sNewOutputPath = _aParam.getOutputPath(); in callEntry()
108 traverseDirectory(aFileFilter, _aParam); in foreachDocumentinInputPath()
112 callEntry(_aParam.getInputPath(), _aParam); in foreachDocumentinInputPath() local
118 …Object[] aList = DirectoryHelper.traverse(_aParam.getInputPath(), _aFileFilter, _aParam.isIncludeS… in traverseDirectory()
128 callEntry(sEntry, _aParam); in traverseDirectory()
141 String sInputPath = _aParam.getInputPath(); in foreachPSorPDFinInputPath()
170 callEntry(sEntry, _aParam); in foreachPSorPDFinInputPath()
288 callEntry(sEntry, _aParam); in runThroughEveryReportInIndex()
[all …]
H A DOffice.java39 public Office(ParameterHelper _aParam, String _sResult) in Office() argument
41 m_aParameterHelper = _aParam; in Office()
44 if (_aParam.getReferenceType().toLowerCase().equals("ooo") || in Office()
45 _aParam.getReferenceType().toLowerCase().equals("o3") || in Office()
46 _aParam.getReferenceType().toLowerCase().equals("ps") || in Office()
47 _aParam.getReferenceType().toLowerCase().equals("pdf")) in Office()
49 m_aOffice = new OpenOfficePostscriptCreator(_aParam, m_sResult); in Office()
51 else if (_aParam.getReferenceType().toLowerCase().equals("msoffice")) in Office()
53 m_aOffice = new MSOfficePostscriptCreator(_aParam, m_sResult); in Office()
H A DJPEGCreator.java238 String createJPEG(String _sFile, String _sAdditional, ParameterHelper _aParam) in createJPEG() argument
263 if (_aParam.getOutputPath() != null) in createJPEG()
265 sTmpDir = _aParam.getOutputPath(); in createJPEG()
275 …sJPEGNameSchema = createJPEGsFromPostscript(sTmpDir, sFileDir, sBasename, _aParam.getResolutionInD… in createJPEG()
H A DMSOfficePostscriptCreator.java64 public MSOfficePostscriptCreator(ParameterHelper _aParam, String _sResult) in MSOfficePostscriptCreator() argument
66 m_aParameterHelper = _aParam; in MSOfficePostscriptCreator()
78 _aParam.getTestParameters().put(util.PropertyName.APP_KILL_COMMAND, sKillCommand); in MSOfficePostscriptCreator()
H A DOpenOfficePostscriptCreator.java67 public OpenOfficePostscriptCreator(ParameterHelper _aParam, String _sResult) in OpenOfficePostscriptCreator() argument
69 m_aParameterHelper = _aParam; in OpenOfficePostscriptCreator()

Completed in 35 milliseconds