Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DProperties.java105 public static PropertyValue[] convertToPropertyValueArray(Object[] _oObjectArray) in convertToPropertyValueArray() argument
108 if (_oObjectArray != null) in convertToPropertyValueArray()
110 if (_oObjectArray.length > 0) in convertToPropertyValueArray()
112 retproperties = new PropertyValue[_oObjectArray.length]; in convertToPropertyValueArray()
113 for (int i = 0; i < _oObjectArray.length; i++) in convertToPropertyValueArray()
115 retproperties[i] = (PropertyValue) _oObjectArray[i]; in convertToPropertyValueArray()