Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DProperties.java107 PropertyValue[] retproperties = null; in convertToPropertyValueArray() local
112 retproperties = new PropertyValue[_oObjectArray.length]; in convertToPropertyValueArray()
115 retproperties[i] = (PropertyValue) _oObjectArray[i]; in convertToPropertyValueArray()
119 return retproperties; in convertToPropertyValueArray()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java472 PropertyValue[][] retproperties; in getScrollFieldValues() local
473 retproperties = new PropertyValue[scrollfields.size()][]; in getScrollFieldValues()
479 retproperties[i] = curproperties; in getScrollFieldValues()
481 return retproperties; in getScrollFieldValues()

Completed in 15 milliseconds