Lines Matching refs:normal
134 String normal = null; field in _XPropertySet.PropsToTest
167 PTT.normal=ptt[0]; in _getPropertySetInfo()
308 if ( PTT.normal.equals("none") ) { in _setPropertyValue()
312 gValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
314 oObj.setPropertyValue(PTT.normal, sValue); in _setPropertyValue()
315 sValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
318 "property '"+ PTT.normal+"'"); in _setPropertyValue()
322 "property '"+ PTT.normal+"'"); in _setPropertyValue()
326 "property '"+ PTT.normal+"'"); in _setPropertyValue()
330 "property '"+ PTT.normal+"'"); in _setPropertyValue()
356 String toCheck = PTT.normal; in _getPropertyValue()
358 if ( PTT.normal.equals("none") ) { in _getPropertyValue()
368 PTT.normal+"'"); in _getPropertyValue()
373 PTT.normal+"'"); in _getPropertyValue()
505 String normal = ""; in getPropsToTest() local
544 if ( isWritable && isNotNull && canChange) normal+=name+";"; in getPropsToTest()
558 PTT.normal=getRandomString(normal); in getPropsToTest()