Home
last modified time | relevance | path

Searched refs:Byte (Results 26 – 50 of 127) sorted by relevance

123456

/aoo41x/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapLayout.idl57 /** Byte offset between the start of two consecutive scanlines.
64 /** Byte offset between the start of two consecutive planes.
H A DIntegerBitmapLayout.idl57 /** Byte offset between the start of two consecutive scanlines.
64 /** Byte offset between the start of two consecutive planes.
/aoo41x/main/qadevOOo/runner/util/
H A Ddbg.java333 Byte b = new Byte(id[i]); in getImplID()
H A DValueComparer.java207 else if(op1.getClass() == Byte.class && op2.getClass() == Byte.class) in compareObjects()
H A DValueChanger.java77 if (oldValue instanceof Byte) { in changePValue()
78 byte oldbyte = ((Byte) oldValue).byteValue(); in changePValue()
79 newValue = new Byte((byte) (oldbyte + 1)); in changePValue()
879 if (Byte.TYPE.equals(arrType)) { in changePValue()
922 if (Byte.TYPE.equals(fType)) { in changePValue()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XDataInputStream.java102 if (dataElem instanceof Byte) { in before()
103 writeByte = ((Byte)dataElem).byteValue(); in before()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java739 retVal= new Byte(AnyConverter.toByte(obj)); in convert()
760 else if (cl.equals(Byte.class)) in convert()
761 retVal= new Byte(AnyConverter.toByte(obj)); in convert()
/aoo41x/main/stoc/test/
H A Dlanguage_binding.idl51 byte Byte;
124 [attribute] byte Byte;
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java120 writeByteValue((Byte) value); in writeValue()
201 private void writeByteValue(Byte value) { in writeByteValue()
H A DUnmarshal.java216 private Byte readByteValue() { in readByteValue()
218 return new Byte(input.readByte()); in readByteValue()
/aoo41x/main/bridges/test/
H A Dtestcomp.cxx624 types.Byte = -12; in testAllTypes()
641 OSL_ASSERT( types.Byte == retTypes.Byte ); in testAllTypes()
/aoo41x/main/bridges/test/java_uno/any/
H A DTestAny.java129 success &= testMapAny(transport, new Byte((byte) -128), in test()
131 success &= testMapAny(transport, new Byte((byte) 0), in test()
133 success &= testMapAny(transport, new Byte((byte) 127), in test()
136 new Any(Type.BYTE, new Byte((byte) -128)), in test()
139 new Any(Type.BYTE, new Byte((byte) 0)), in test()
142 new Any(Type.BYTE, new Byte((byte) 127)), in test()
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRowUpdate.java134 if (rowData.get(i) instanceof Byte) row.getByte(i + 1) ; in _updateNull()
205 int idx = findColumnOfType(Byte.class) ; in _updateByte()
/aoo41x/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl63 byte Byte;
156 [attribute] byte Byte;
/aoo41x/main/solenv/inc/
H A Dpremac.h28 #define Byte MacOSByte macro
H A Dpostmac.h27 #undef Byte
/aoo41x/main/testtools/source/bridgetest/
H A Dcppobj.cxx89 rData.Byte = nByte; in assign()
226 { return _aData.Byte; } in getByte()
261 { _aData.Byte = _byte; } in setByte()
611 nByte = _aData.Byte; in getValues()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java43 return new Byte(AnyConverter.toByte(any)); in toNumber()
/aoo41x/main/odk/examples/java/Inspector/
H A DIntrospector.java601 oReturn = Byte.valueOf(sText); in getValueOfText()
613 oReturn = Byte.valueOf(sText); in getValueOfText()
/aoo41x/main/sal/textenc/
H A Dtcvteas1.tab33 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
194 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
/aoo41x/main/qadevOOo/tests/java/mod/_stm/
H A DDataOutputStream.java115 data.add(new Byte((byte)123)) ; in createTestEnvironment()
H A DDataInputStream.java141 data.add(new Byte((byte)123)) ; in createTestEnvironment()
H A DMarkableOutputStream.java140 data.add(new Byte((byte)123)) ; in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_streams.uno/
H A DDataOutputStream.java112 data.add(new Byte((byte)123)) ; in createTestEnvironment()
H A DDataInputStream.java138 data.add(new Byte((byte)123)) ; in createTestEnvironment()

Completed in 143 milliseconds

123456