Searched refs:byteValue (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/jurt/com/sun/star/uno/ |
H A D | AnyConverter.java | 211 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()
|
/aoo4110/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 205 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 …]
|
/aoo4110/main/package/qa/storages/ |
H A D | RegressionTest_125919.java | 69 pBytes36[nInitInd] = ( new Integer( nInitInd >> ( ( nInitInd % 2 ) * 8 ) ) ).byteValue(); in test() 71 pBytes18[nInitInd] = ( new Integer( 256 - pBytes36[nInitInd] ) ).byteValue(); in test()
|
/aoo4110/main/extensions/test/ole/OleConverterVar1/ |
H A D | convTest.cxx | 511 BYTE byteValue; in printVariant() local 531 hr= SafeArrayGetElement( sarray, &i, &byteValue); in printVariant() 533 V_UI1( &varTemp)= byteValue; in printVariant()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | NumericalHelper.java | 129 retValue = b.byteValue(); in toByte() 783 retValue = (((Byte) aTypeObject.aValue).byteValue() != 0); in toBoolean() 1249 return ((Byte) typeObject.aValue).byteValue(); in getByte()
|
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 238 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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/io/ |
H A D | _XDataOutputStream.java | 92 writeByte = ((Byte)dataElem).byteValue(); in before()
|
H A D | _XDataInputStream.java | 103 writeByte = ((Byte)dataElem).byteValue(); in before()
|
/aoo4110/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 191 by = ((Byte)value).byteValue(); in setPropertyValue()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshal.java | 202 write8Bit(value == null ? 0 : value.byteValue()); in writeByteValue()
|
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | TokenEncoder.java | 125 cellRefArray[i] = tmpByte.byteValue(); in getByte()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 78 byte oldbyte = ((Byte) oldValue).byteValue(); in changePValue()
|
Completed in 86 milliseconds