Home
last modified time | relevance | path

Searched refs:sReferenceType (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/qadevOOo/runner/graphical/
H A DParameterHelper.java187 …String sReferenceType = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_REFERENCE_TYP… in getReferenceType() local
188 if (sReferenceType == null || sReferenceType.length() == 0) in getReferenceType()
195 m_sReferenceType = sReferenceType; in getReferenceType()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DGraphicalTestArguments.java117 String sReferenceType = (String)param.get( PropertyName.DOC_COMPARATOR_REFERENCE_TYPE ); in GraphicalTestArguments() local
118 if (sReferenceType == null || sReferenceType.length() == 0) in GraphicalTestArguments()
124 setReferenceType(sReferenceType); in GraphicalTestArguments()

Completed in 20 milliseconds