Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java168 Field propField= null; in registerProperty() local
171 propField= getClass().getDeclaredField(memberName); in registerProperty()
177 Class cl= propField.getType(); in registerProperty()
629 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue() local
630 if (propField != null) in convertPropertyValue()
632 curVal[0]= propField.get(this); in convertPropertyValue()
633 Class memberClass= propField.getType(); in convertPropertyValue()
810 if (propField != null) in setPropertyValueNoBroadcast()
811 propField.set(this, newVal); in setPropertyValueNoBroadcast()
844 if (propField != null) in getPropertyValue()
[all …]

Completed in 14 milliseconds