Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java502 public class PropertyValueSwitcher extends PropertyTester class in MultiPropertyTest
517 public PropertyValueSwitcher(Object val1, Object val2) in PropertyValueSwitcher() method in MultiPropertyTest.PropertyValueSwitcher
568 testProperty(propName, new PropertyValueSwitcher(val1, val2)); in testProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java250 rules = new PropertyValueSwitcher(rules1, rules2); in before()