Lines Matching refs:propName

37         String propName = "ResultSet";  in _ResultSet()  local
41 …ldValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValue(propName)); in _ResultSet()
47 oObj.setPropertyValue(propName, newValue); in _ResultSet()
50 …etValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValue(propName)); in _ResultSet()
52 tRes.tested(propName, this.compare(newValue, getValue)); in _ResultSet()
54 log.println("could not set property '"+ propName +"' to a new value!"); in _ResultSet()
55 tRes.tested(propName, false); in _ResultSet()
57 log.println("could not set property '"+ propName +"' to a new value!"); in _ResultSet()
58 tRes.tested(propName, false); in _ResultSet()
60 if (this.isOptional(propName)){ in _ResultSet()
62 log.println("Property '" + propName in _ResultSet()
64 tRes.tested(propName,true); in _ResultSet()
67 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ResultSet()
68 tRes.tested(propName, false); in _ResultSet()
71 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ResultSet()
72 tRes.tested(propName, false); in _ResultSet()
80 String propName = "ActiveConnection"; in _ActiveConnection() local
84 …Value = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyValue(propName)); in _ActiveConnection()
90 oObj.setPropertyValue(propName, newValue); in _ActiveConnection()
93 …Value = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyValue(propName)); in _ActiveConnection()
95 tRes.tested(propName, this.compare(newValue, getValue)); in _ActiveConnection()
97 log.println("could not set property '"+ propName +"' to a new value! " + e.toString()); in _ActiveConnection()
98 tRes.tested(propName, false); in _ActiveConnection()
100 log.println("could not set property '"+ propName +"' to a new value! " + e.toString()); in _ActiveConnection()
101 tRes.tested(propName, false); in _ActiveConnection()
103 if (this.isOptional(propName)){ in _ActiveConnection()
105 log.println("Property '" + propName in _ActiveConnection()
107 tRes.tested(propName,true); in _ActiveConnection()
110 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ActiveConnection()
111 tRes.tested(propName, false); in _ActiveConnection()
114 log.println("could not get property '"+ propName +"' from XPropertySet!"); in _ActiveConnection()
115 tRes.tested(propName, false); in _ActiveConnection()