Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/jurt/com/sun/star/uno/
H A DAnyConverter.java211 return ret.byteValue(); in toByte()
436 return new Short( ((Byte)object).byteValue() ); in convertSimple()
452 return new Integer( ((Byte)object).byteValue() ); in convertSimple()
473 return new Long( ((Byte)object).byteValue() ); in convertSimple()
499 return new Float( ((Byte)object).byteValue() ); in convertSimple()
510 return new Double( ((Byte)object).byteValue() ); in convertSimple()
/aoo41x/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java205 assure("", val == aByte.byteValue()); in test_toByte()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
257 assure("", sh == aByte.byteValue()); in test_toShort()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
323 assure("", val == aByte.byteValue()); in test_toInt()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
390 assure("", val == aByte.byteValue()); in test_toLong()
398 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toLong()
462 assure("", val == aByte.byteValue()); // 111 = 111.0 in test_toFloat()
464 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toFloat()
[all …]
/aoo41x/main/package/qa/storages/
H A DRegressionTest_125919.java69 pBytes36[nInitInd] = ( new Integer( nInitInd >> ( ( nInitInd % 2 ) * 8 ) ) ).byteValue(); in test()
71 pBytes18[nInitInd] = ( new Integer( 256 - pBytes36[nInitInd] ) ).byteValue(); in test()
/aoo41x/main/extensions/test/ole/OleConverterVar1/
H A DconvTest.cxx511 BYTE byteValue; in printVariant() local
531 hr= SafeArrayGetElement( sarray, &i, &byteValue); in printVariant()
533 V_UI1( &varTemp)= byteValue; in printVariant()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java129 retValue = b.byteValue(); in toByte()
783 retValue = (((Byte) aTypeObject.aValue).byteValue() != 0); in toBoolean()
1249 return ((Byte) typeObject.aValue).byteValue(); in getByte()
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java238 r[i++]= ((Byte) ret).byteValue() == 1; in setPropertyValue()
739 r[i++]= cl.bytePropA == val1.byteValue(); in addPropertyChangeListener()
919 ….charPropA == 'A' && cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteValue() == 11; in setPropertyValues()
924 r[i++]= cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteValue() == 11; in setPropertyValues()
953 && ((Byte) values[2]).byteValue() == 11; in getPropertyValues()
1377 r[i++]= bytePropA == ((Byte)value).byteValue(); in test_setPropertyValueNoBroadcast()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XDataOutputStream.java92 writeByte = ((Byte)dataElem).byteValue(); in before()
H A D_XDataInputStream.java103 writeByte = ((Byte)dataElem).byteValue(); in before()
/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java191 by = ((Byte)value).byteValue(); in setPropertyValue()
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java202 write8Bit(value == null ? 0 : value.byteValue()); in writeByteValue()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java125 cellRefArray[i] = tmpByte.byteValue(); in getByte()
/aoo41x/main/qadevOOo/runner/util/
H A DValueChanger.java78 byte oldbyte = ((Byte) oldValue).byteValue(); in changePValue()

Completed in 93 milliseconds