Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java39 private void callEntry(String _sEntry, ParameterHelper _aParam) in callEntry() argument
44 File aFile = new File(_aParam.getInputPath()); in callEntry()
45 String sPath = _aParam.getInputPath(); in callEntry()
54 sPath = FileHelper.getPath(_aParam.getInputPath()); in callEntry()
59 String sNewOutputPath = _aParam.getOutputPath(); in callEntry()
83 checkOneFile(_sEntry, sNewOutputPath, _aParam); in callEntry()
99 public void foreachDocumentinInputPath(ParameterHelper _aParam) in foreachDocumentinInputPath() argument
102 File aInputPath = new File(_aParam.getInputPath()); in foreachDocumentinInputPath()
108 traverseDirectory(aFileFilter, _aParam); in foreachDocumentinInputPath()
112 callEntry(_aParam.getInputPath(), _aParam); in foreachDocumentinInputPath() local
[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()