Lines Matching defs:aValue

95     public static byte toByte(Object aValue)  in toByte()
153 public static char toChar(Object aValue) in toChar()
218 public static short toShort(Object aValue) in toShort()
268 …public static boolean isValidAndNumerical(Object aValue) throws com.sun.star.lang.IllegalArgumentE… in isValidAndNumerical()
280 …public static boolean isValidAndBoolean(Object aValue) throws com.sun.star.lang.IllegalArgumentExc… in isValidAndBoolean()
293 public static boolean isValid(Object aValue) in isValid()
310 public static boolean isNumerical(Object aValue) in isNumerical()
351 public static boolean isInteger(Object aValue) throws com.sun.star.lang.IllegalArgumentException in isInteger()
372 public static boolean isStringArray(Object aValue) in isStringArray()
391 public static boolean isIntegerArray(Object aValue) in isIntegerArray()
501 public static int toInt(Object aValue) in toInt()
557 public static long toLong(Object aValue) in toLong()
613 public static float toFloat(Object aValue) in toFloat()
669 public static double toDouble(Object aValue) in toDouble()
725 public static String toString(Object aValue) in toString()
775 public static boolean toBoolean(Object aValue) in toBoolean()
998 public static long toLong(Object aValue, long defaultValue) in toLong()
1017 public static float toFloat(Object aValue, float defaultValue) in toFloat()
1036 public static double toDouble(Object aValue, double defaultValue) in toDouble()
1055 public static String toString(Object aValue, String defaultValue) in toString()
1074 public static boolean toBoolean(Object aValue, boolean defaultValue) in toBoolean()
1173 private static TypeObject getTypeObject(Object aValue) in getTypeObject()
1361 public Object aValue; field in NumericalHelper.TypeObject