Searched refs:toByte (Results 1 – 9 of 9) sorted by relevance
204 byte val= AnyConverter.toByte(aByte); in test_toByte()206 val= AnyConverter.toByte(anyByte); in test_toByte()210 try { AnyConverter.toByte(aChar); failed(""); in test_toByte()214 try { AnyConverter.toByte(aShort); failed(""); in test_toByte()218 try { AnyConverter.toByte(aInt); failed(""); in test_toByte()220 try { AnyConverter.toByte(anyInt); failed(""); in test_toByte()222 try { AnyConverter.toByte(aLong); failed(""); in test_toByte()226 try { AnyConverter.toByte(aFloat); failed(""); in test_toByte()234 try { AnyConverter.toByte(aObj); failed(""); in test_toByte()236 try { AnyConverter.toByte(aStr); failed(""); in test_toByte()[all …]
95 public static byte toByte(Object aValue) in toByte() method in NumericalHelper880 retValue[i] = toByte(obj[i]); in toByteArray()887 toByte(anArrayValue) in toByteArray()1190 aTypeObject.aValue = new Byte(AnyConverter.toByte(aValue)); in getTypeObject()
43 return new Byte(AnyConverter.toByte(any)); in toNumber()
714 return new Byte(AnyConverter.toByte(any)); in toNumber()
739 retVal= new Byte(AnyConverter.toByte(obj)); in convert()761 retVal= new Byte(AnyConverter.toByte(obj)); in convert()
209 static public byte toByte(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toByte() method in AnyConverter
323 dblValue = (double) AnyConverter.toByte(CurGroupValue); in modifyCellContent()
292 sValue += AnyConverter.toByte(_objectElement); in getDisplayValueOfPrimitiveType()
865 sOut.append(com.sun.star.uno.AnyConverter.toByte(aAny)); in impl_logAny()
Completed in 47 milliseconds