Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java831 public static int[] toIntArray(Object anArrayValue) in toIntArray() argument
835 TypeObject aTypeObject = getTypeObject(anArrayValue); in toIntArray()
853 toInt(anArrayValue) in toIntArray()
865 public static byte[] toByteArray(Object anArrayValue) in toByteArray() argument
869 TypeObject aTypeObject = getTypeObject(anArrayValue); in toByteArray()
887 toByte(anArrayValue) in toByteArray()
899 public static short[] toShortArray(Object anArrayValue) in toShortArray() argument
903 TypeObject aTypeObject = getTypeObject(anArrayValue); in toShortArray()
921 toShort(anArrayValue) in toShortArray()
933 public static String[] toStringArray(Object anArrayValue) in toStringArray() argument
[all …]