Lines Matching refs:lang

82         catch (com.sun.star.lang.IllegalArgumentException e)  in getType()
96 throws com.sun.star.lang.IllegalArgumentException in toByte()
131 catch (java.lang.NumberFormatException e) in toByte()
133 throw new com.sun.star.lang.IllegalArgumentException( in toByte()
141 throw new com.sun.star.lang.IllegalArgumentException( in toByte()
154 throws com.sun.star.lang.IllegalArgumentException in toChar()
196 catch (java.lang.NumberFormatException e) in toChar()
198 throw new com.sun.star.lang.IllegalArgumentException( in toChar()
206 throw new com.sun.star.lang.IllegalArgumentException( in toChar()
219 throws com.sun.star.lang.IllegalArgumentException in toShort()
252 catch (java.lang.NumberFormatException e) in toShort()
254 throw new com.sun.star.lang.IllegalArgumentException( in toShort()
262 throw new com.sun.star.lang.IllegalArgumentException( 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()
329 catch (com.sun.star.lang.IllegalArgumentException e) in isNumerical()
351 public static boolean isInteger(Object aValue) throws com.sun.star.lang.IllegalArgumentException in isInteger()
379 catch (com.sun.star.lang.IllegalArgumentException e) in isStringArray()
398 catch (com.sun.star.lang.IllegalArgumentException e) in isIntegerArray()
502 throws com.sun.star.lang.IllegalArgumentException in toInt()
535 catch (java.lang.NumberFormatException e) in toInt()
537 throw new com.sun.star.lang.IllegalArgumentException( in toInt()
545 throw new com.sun.star.lang.IllegalArgumentException( in toInt()
558 throws com.sun.star.lang.IllegalArgumentException in toLong()
591 catch (java.lang.NumberFormatException e) in toLong()
593 throw new com.sun.star.lang.IllegalArgumentException( in toLong()
601 throw new com.sun.star.lang.IllegalArgumentException( in toLong()
614 throws com.sun.star.lang.IllegalArgumentException in toFloat()
647 catch (java.lang.NumberFormatException e) in toFloat()
649 throw new com.sun.star.lang.IllegalArgumentException( in toFloat()
657 throw new com.sun.star.lang.IllegalArgumentException( in toFloat()
670 throws com.sun.star.lang.IllegalArgumentException in toDouble()
703 catch (java.lang.NumberFormatException e) in toDouble()
705 throw new com.sun.star.lang.IllegalArgumentException( in toDouble()
713 throw new com.sun.star.lang.IllegalArgumentException( in toDouble()
726 throws com.sun.star.lang.IllegalArgumentException in toString()
763 throw new com.sun.star.lang.IllegalArgumentException( in toString()
776 throws com.sun.star.lang.IllegalArgumentException in toBoolean()
809 catch (java.lang.NumberFormatException e) in toBoolean()
811 throw new com.sun.star.lang.IllegalArgumentException( in toBoolean()
819 throw new com.sun.star.lang.IllegalArgumentException( in toBoolean()
832 throws com.sun.star.lang.IllegalArgumentException in toIntArray()
866 throws com.sun.star.lang.IllegalArgumentException in toByteArray()
900 throws com.sun.star.lang.IllegalArgumentException in toShortArray()
934 throws com.sun.star.lang.IllegalArgumentException in toStringArray()
1004 catch (com.sun.star.lang.IllegalArgumentException e) in toLong()
1023 catch (com.sun.star.lang.IllegalArgumentException e) in toFloat()
1042 catch (com.sun.star.lang.IllegalArgumentException e) in toDouble()
1061 catch (com.sun.star.lang.IllegalArgumentException e) in toString()
1080 catch (com.sun.star.lang.IllegalArgumentException e) in toBoolean()
1099 catch (com.sun.star.lang.IllegalArgumentException e) in toIntArray()
1118 catch (com.sun.star.lang.IllegalArgumentException e) in toShortArray()
1137 catch (com.sun.star.lang.IllegalArgumentException e) in toStringArray()
1174 throws com.sun.star.lang.IllegalArgumentException in getTypeObject()
1179 throw new com.sun.star.lang.IllegalArgumentException("Cannot convert a null object."); in getTypeObject()
1232 throw new com.sun.star.lang.IllegalArgumentException( in getTypeObject()
1242 throws com.sun.star.lang.IllegalArgumentException in getByte()
1246 throw new com.sun.star.lang.IllegalArgumentException( in getByte()
1256 throws com.sun.star.lang.IllegalArgumentException in getChar()
1260 throw new com.sun.star.lang.IllegalArgumentException( in getChar()
1270 throws com.sun.star.lang.IllegalArgumentException in getShort()
1274 throw new com.sun.star.lang.IllegalArgumentException( in getShort()
1287 throws com.sun.star.lang.IllegalArgumentException in getInt()
1291 throw new com.sun.star.lang.IllegalArgumentException( in getInt()
1302 throws com.sun.star.lang.IllegalArgumentException in getFloat()
1306 throw new com.sun.star.lang.IllegalArgumentException( in getFloat()
1316 throws com.sun.star.lang.IllegalArgumentException in getDouble()
1320 throw new com.sun.star.lang.IllegalArgumentException( in getDouble()
1330 throws com.sun.star.lang.IllegalArgumentException in getLong()
1334 throw new com.sun.star.lang.IllegalArgumentException( in getLong()
1344 throws com.sun.star.lang.IllegalArgumentException in getBool()
1348 throw new com.sun.star.lang.IllegalArgumentException( in getBool()
1404 throws com.sun.star.lang.IllegalArgumentException in convertSequenceToObjectArray()
1481 catch (java.lang.ClassCastException e) in convertSequenceToObjectArray()
1484 throw new com.sun.star.lang.IllegalArgumentException( in convertSequenceToObjectArray()
1594 catch (com.sun.star.lang.IllegalArgumentException e) in getRomanEquivalent()
1616 double dblfactor = java.lang.Math.pow(10.0, (double) _ndecimals); in roundDouble()