Lines Matching refs:propName

40         protected Object getNewValue(String propName, Object oldValue) {
52 protected Object getNewValue(String propName, Object oldValue) {
62 String propName = "ResultSet"; in _ResultSet() local
66 …ldValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValue(propName)); in _ResultSet()
72 oObj.setPropertyValue(propName, newValue); in _ResultSet()
75 …etValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValue(propName)); in _ResultSet()
77 tRes.tested(propName, this.compare(newValue, getValue)); in _ResultSet()
79 log.println("could not set property '"+ propName +"' to a new value!"); in _ResultSet()
80 tRes.tested(propName, false); in _ResultSet()
82 log.println("could not set property '"+ propName +"' to a new value!"); in _ResultSet()
83 tRes.tested(propName, false); in _ResultSet()
85 if (this.isOptional(propName)){ in _ResultSet()
87 log.println("Property '" + propName in _ResultSet()
89 tRes.tested(propName,true); in _ResultSet()
92 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ResultSet()
93 tRes.tested(propName, false); in _ResultSet()
96 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ResultSet()
97 tRes.tested(propName, false); in _ResultSet()
106 String propName = "ActiveConnection"; in _ActiveConnection() local
110 …Value = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyValue(propName)); in _ActiveConnection()
116 oObj.setPropertyValue(propName, newValue); in _ActiveConnection()
119 …Value = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyValue(propName)); in _ActiveConnection()
121 tRes.tested(propName, this.compare(newValue, getValue)); in _ActiveConnection()
123 log.println("could not set property '"+ propName +"' to a new value! " + e.toString()); in _ActiveConnection()
124 tRes.tested(propName, false); in _ActiveConnection()
126 log.println("could not set property '"+ propName +"' to a new value! " + e.toString()); in _ActiveConnection()
127 tRes.tested(propName, false); in _ActiveConnection()
129 if (this.isOptional(propName)){ in _ActiveConnection()
131 log.println("Property '" + propName in _ActiveConnection()
133 tRes.tested(propName,true); in _ActiveConnection()
136 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ActiveConnection()
137 tRes.tested(propName, false); in _ActiveConnection()
140 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ActiveConnection()
141 tRes.tested(propName, false); in _ActiveConnection()