Searched refs:m_aCurrentParams (Results 1 – 2 of 2) sorted by relevance
85 private TestParameters m_aCurrentParams; field in ParameterHelper94 m_aCurrentParams = param; in ParameterHelper()103 return m_aCurrentParams; in getTestParameters()242 String sAPP = (String)m_aCurrentParams.get(util.PropertyName.APP_EXECUTION_COMMAND); in getBuildID()259 XMultiServiceFactory xMSF = (XMultiServiceFactory)m_aCurrentParams.getMSF(); in getMultiServiceFactory()284 String sOfficeViewable = (String)m_aCurrentParams.get(PropertyName.OFFICE_VIEWABLE); in isHidden()362 int nMaxPages = m_aCurrentParams.getInt( PropertyName.DOC_COMPARATOR_PRINT_MAX_PAGE ); in getMaxPages()372 … String sOnlyPage = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_PRINT_ONLY_PAGE); in getOnlyPages()395 … boolean bOverwrite = m_aCurrentParams.getBool( PropertyName.DOC_COMPARATOR_OVERWRITE_REFERENCE); in getOverwrite()420 boolean bNoSmallPictures = m_aCurrentParams.getBool( PropertyName.NO_SMALL_PICTURES); in createSmallPictures()
89 TestParameters m_aCurrentParams; field in GraphicalTestArguments112 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()534 String sAPP = (String)m_aCurrentParams.get(util.PropertyName.APP_EXECUTION_COMMAND); in getBuildID()543 String sNoOffice = (String)m_aCurrentParams.get( "NoOffice" ); in shouldOfficeStart()[all …]
Completed in 21 milliseconds