Searched refs:toByte (Results 1 – 11 of 11) 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()212 try { AnyConverter.toByte(anyChar); failed(""); in test_toByte()214 try { AnyConverter.toByte(aShort); failed(""); in test_toByte()216 try { AnyConverter.toByte(anyShort); 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()224 try { AnyConverter.toByte(anyLong); 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()
737 retVal= AnyConverter.toByte(obj); in convert()759 retVal= AnyConverter.toByte(obj); in convert()
43 return new Byte(AnyConverter.toByte(any)); in toNumber()
714 return new Byte(AnyConverter.toByte(any)); in toNumber()
783 updatedObject.updateByte(columnIndex, AnyConverter.toByte(value)); in updateObject()874 parameters.setByte(index, AnyConverter.toByte(any)); in setObject()
352 value = AnyConverter.toByte(any); in fill()813 nRet = AnyConverter.toByte(value); in getInt8()
209 static public byte toByte(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toByte() method in AnyConverter
292 sValue += AnyConverter.toByte(_objectElement); in getDisplayValueOfPrimitiveType()
323 dblValue = (double) AnyConverter.toByte(CurGroupValue); in modifyCellContent()
865 sOut.append(com.sun.star.uno.AnyConverter.toByte(aAny)); in impl_logAny()