Lines Matching refs:m_aCurrentParams
89 TestParameters m_aCurrentParams; field in GraphicalTestArguments
112 m_aCurrentParams = param; in GraphicalTestArguments()
398 XMultiServiceFactory xMSF = (XMultiServiceFactory)m_aCurrentParams.getMSF(); in getMultiServiceFactory()
481 sInputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_INPUT_PATH); in getInputPath()
491 sOutputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_OUTPUT_PATH); in getOutputPath()
501 … sReferencePath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_REFERENCE_PATH); in getReferencePath()
511 sDiffPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_DIFF_PATH); in getDiffPath()
518 … boolean bOverwrite = m_aCurrentParams.getBool( PropertyName.DOC_COMPARATOR_OVERWRITE_REFERENCE); in getOverwrite()
524 …sReferenceInputPath = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_REFERENCE_INPUT_PAT… in getReferenceInputPath()
534 String sAPP = (String)m_aCurrentParams.get(util.PropertyName.APP_EXECUTION_COMMAND); in getBuildID()
543 String sNoOffice = (String)m_aCurrentParams.get( "NoOffice" ); in shouldOfficeStart()
698 String sTempPath = (String)m_aCurrentParams.get( PropertyName.TEMPPATH ); in cancelRequest()