Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java869 Class arrType = oldValue.getClass().getComponentType() ; in changePValue() local
870 newValue = Array.newInstance(arrType, Array.getLength(oldValue)) ; in changePValue()
872 if (!arrType.isPrimitive()) { in changePValue()
876 if (Boolean.TYPE.equals(arrType)) { in changePValue()
879 if (Byte.TYPE.equals(arrType)) { in changePValue()
883 if (Character.TYPE.equals(arrType)) { in changePValue()
887 if (Double.TYPE.equals(arrType)) { in changePValue()
890 if (Float.TYPE.equals(arrType)) { in changePValue()
893 if (Integer.TYPE.equals(arrType)) { in changePValue()
896 if (Long.TYPE.equals(arrType)) { in changePValue()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx750 ABPropertyType arrType; in createHeaderForProperty() local
769 arrType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(arrValue) ); in createHeaderForProperty()
772 arrHeaders[i] = createHeaderForProperty(arrType, arrValue, arrLabel); in createHeaderForProperty()

Completed in 21 milliseconds