Home
last modified time | relevance | path

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

/aoo41x/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()
631 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue() local
632 if (propField != null) in convertPropertyValue()
634 curVal[0]= propField.get(this); in convertPropertyValue()
635 Class memberClass= propField.getType(); in convertPropertyValue()
812 if (propField != null) in setPropertyValueNoBroadcast()
813 propField.set(this, newVal); in setPropertyValueNoBroadcast()
846 if (propField != null) in getPropertyValue()
[all …]

Completed in 24 milliseconds