Home
last modified time | relevance | path

Searched refs:toByte (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java204 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 …]
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java95 public static byte toByte(Object aValue) in toByte() method in NumericalHelper
880 retValue[i] = toByte(obj[i]); in toByteArray()
887 toByte(anArrayValue) in toByteArray()
1190 aTypeObject.aValue = new Byte(AnyConverter.toByte(aValue)); in getTypeObject()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java43 return new Byte(AnyConverter.toByte(any)); in toNumber()
H A DComponent.java714 return new Byte(AnyConverter.toByte(any)); in toNumber()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java739 retVal= new Byte(AnyConverter.toByte(obj)); in convert()
761 retVal= new Byte(AnyConverter.toByte(obj)); in convert()
/aoo41x/main/jurt/com/sun/star/uno/
H A DAnyConverter.java209 static public byte toByte(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toByte() method in AnyConverter
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java323 dblValue = (double) AnyConverter.toByte(CurGroupValue); in modifyCellContent()
/aoo41x/main/odk/examples/java/Inspector/
H A DUnoNode.java292 sValue += AnyConverter.toByte(_objectElement); in getDisplayValueOfPrimitiveType()
/aoo41x/main/framework/qa/complex/framework/autosave/
H A DProtocol.java865 sOut.append(com.sun.star.uno.AnyConverter.toByte(aAny)); in impl_logAny()

Completed in 58 milliseconds