Searched refs:toByte (Results 1 – 11 of 11) sorted by relevance
194 byte val= AnyConverter.toByte(aByte); in test_toByte()196 val= AnyConverter.toByte(anyByte); in test_toByte()200 try { AnyConverter.toByte(aChar); fail(""); in test_toByte()202 try { AnyConverter.toByte(anyChar); fail(""); in test_toByte()204 try { AnyConverter.toByte(aShort); fail(""); in test_toByte()206 try { AnyConverter.toByte(anyShort); fail(""); in test_toByte()208 try { AnyConverter.toByte(aInt); fail(""); in test_toByte()210 try { AnyConverter.toByte(anyInt); fail(""); in test_toByte()212 try { AnyConverter.toByte(aLong); fail(""); in test_toByte()214 try { AnyConverter.toByte(anyLong); fail(""); 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()
352 value = AnyConverter.toByte(any); in fill()813 nRet = AnyConverter.toByte(value); in getInt8()
783 updatedObject.updateByte(columnIndex, AnyConverter.toByte(value)); in updateObject()874 parameters.setByte(index, AnyConverter.toByte(any)); in setObject()
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()