Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java395 toIntArray(aValue); in isIntegerArray()
831 public static int[] toIntArray(Object anArrayValue) in toIntArray() method in NumericalHelper
1093 public static int[] toIntArray(Object anArrayValue, int[] defaultValue) in toIntArray() method in NumericalHelper
1097 return toIntArray(anArrayValue); in toIntArray()