Searched refs:ValueToSet (Results 1 – 8 of 8) sorted by relevance
352 Object ValueToSet = null; in changeProp() local368 ValueToSet = s2; in changeProp()370 ValueToSet = s1; in changeProp()373 ValueToSet = ValueChanger.changePValue(gValue); in changeProp()377 ValueToSet="Main index entry"; in changeProp()380 ValueToSet="Emphasis"; in changeProp()385 oProps.setPropertyValue(name,ValueToSet); in changeProp()399 log.println("new: "+ValueToSet.toString()); in changeProp()
89 Object ValueToSet = null; in changeProp() local97 ValueToSet = newPoints( (Point[]) gValue); in changeProp()100 ValueToSet = ValueChanger.changePValue(gValue); in changeProp()103 oObj.setPropertyValue(name,ValueToSet); in changeProp()
80 Object ValueToSet = null; in changeProp() local88 ValueToSet = ValueChanger.changePValue(gValue); in changeProp()90 ValueToSet = newStyle(gValue); in changeProp()93 oObj.setPropertyValue(name,ValueToSet); in changeProp()
67 Object ValueToSet = null; in changeProp() local79 ValueToSet = ValueChanger.changePValue(gValue); in changeProp()81 props[nr].Value=ValueToSet; in changeProp()
95 Object ValueToSet = null; in changeProp() local112 ValueToSet = ValueChanger.changePValue(gValue); in changeProp()114 props[nr].Value=ValueToSet; in changeProp()
118 Object ValueToSet = null; in tryChangeProp() local126 ValueToSet = ValueChanger.changePValue( gValue ); in tryChangeProp()128 oObj.setPropertyValue( name, ValueToSet ); in tryChangeProp()
46 Object ValueToSet = ValueChanger.changePValue(oldValue); in _TextRotation()47 int ro = ((Integer) ValueToSet).intValue() * 100; in _TextRotation()
155 Double ValueToSet = (Double) ValueChanger.changePValue(oldValue);156 double stm = ValueToSet.doubleValue();
Completed in 146 milliseconds