Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 25 of 144) sorted by relevance

123456

/AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java123 Byte tmpByte = (Byte) e.nextElement(); in getByte()
141 tmpByteArray.add(new Byte((byte)t.getTokenID())); in operatorEncoder()
155 tmpByteArray.add(new Byte((byte)t.getTokenID())); in stringEncoder()
156 tmpByteArray.add(new Byte((byte)(t.getValue().length()))); in stringEncoder()
157 tmpByteArray.add(new Byte((byte)0x01)); in stringEncoder()
160 tmpByteArray.add(new Byte(stringBytes[i])); in stringEncoder()
177 tmpByteArray.add(new Byte((byte)t.getTokenID())); in numEncoder()
180 tmpByteArray.add(new Byte(tempByte[byteIter])); in numEncoder()
327 tmpByteArray.add(new Byte((byte)t.getTokenID())); in nameDefinitionEncoder()
339 tmpByteArray.add(new Byte((byte)definedNameIndex)); in nameDefinitionEncoder()
[all …]
/AOO42X/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx193 check( rData1->Byte == rData2->Byte, "### byte does not match!" );
209 rData1->Byte == rData2->Byte &&
225 bool bBool, Char cChar, Byte nByte,
236 rData->Byte = nByte;
252 bool bBool, Char cChar, Byte nByte,
291 bReturn = testAny( 0, __box(data->Byte), xLBT ) && bReturn;
391 aData->Bool, aData->Char, aData->Byte, aData->Short,
406 aData->Byte,
417 aSetData->Bool, aSetData->Char, aSetData->Byte, aSetData->Short,
425 aSetData->Bool, aSetData->Char, aSetData->Byte, aSetData->Short, aSetData->UShort,
[all …]
H A Dcli_cs_bridgetest.cs173 check( rData1.Byte == rData2.Byte, "### byte does not match!" ); in equals()
189 rData1.Byte == rData2.Byte && in equals()
216 rData.Byte = nByte; in assign()
272 bReturn = testAny( null, data.Byte ,xLBT ) && bReturn; in performAnyTest()
373 aData.Bool, aData.Char, aData.Byte, aData.Short, in performTest()
386 aData.Bool, aData.Char, aData.Byte, aData.Short, aData.UShort, in performTest()
393 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, in performTest()
401 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, aSetData.UShort, in performTest()
409 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, out aRet.UShort, in performTest()
418 ref aRet.Bool, ref aRet.Char, ref aRet.Byte, ref aRet.Short, ref aRet.UShort, in performTest()
[all …]
H A Dcli_cs_testobj.cs254 public byte Byte property in cs_testobj.BridgeTestObject
658 new Any((System.Byte) 0x80), in testConstructorsService()
672 new Any(typeof(byte[]), new byte[] { (System.Byte) 0x80}), in testConstructorsService()
723 new TestPolyStruct((Byte) 0x80), in testConstructorsService()
/AOO42X/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java117 value= new Byte((byte) 111); in setPropertyValue()
120 r[i++]= ((Byte) ret).equals((Byte) value); in setPropertyValue()
192 value= new Byte((byte) 111); in setPropertyValue()
195 r[i++]= ((Byte) ret).equals((Byte) value); in setPropertyValue()
236 cl.setPropertyValue("PropObjectA", new Any( new Type(byte.class), new Byte((byte)1))); in setPropertyValue()
238 r[i++]= ((Byte) ret).byteValue() == 1; in setPropertyValue()
249 value= new Byte((byte) 111); in setPropertyValue()
303 value= new Any(new Type(byte.class), new Byte((byte) 111)); in setPropertyValue()
306 r[i++]= ret instanceof Byte && util.anyEquals(value, ret); in setPropertyValue()
358 value= new Any(new Type(byte.class), new Byte((byte) 111)); in setPropertyValue()
[all …]
/AOO42X/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DNumberParser.java40 meNumberType = NumberType.Byte; in NumberParser()
41 meJavaNumberType = JavaNumberType.Byte; in NumberParser()
188 case Byte: return Byte.parseByte(sNumber); in ParseNumber()
211 case Byte: in CompareTo()
212 return ((Byte)aLeft).compareTo((Byte)aRight); in CompareTo()
234 Byte, enumConstant
249 Byte, enumConstant
/AOO42X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DPolyStructTest.java70 new Byte((byte) 0), in run()
73 new Byte(Byte.MIN_VALUE), in run()
75 new TestPolyStruct(new Byte(Byte.MIN_VALUE))).member); in run()
77 new Byte(Byte.MAX_VALUE), in run()
79 new TestPolyStruct(new Byte(Byte.MAX_VALUE))).member); in run()
/AOO42X/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java210 Byte ret= (Byte)convertSimple(TypeClass.BYTE, null, object); in toByte()
437 return Short.valueOf( ((Byte)object).byteValue() ); in convertSimple()
453 return Integer.valueOf( ((Byte)object).byteValue() ); in convertSimple()
474 return Long.valueOf( ((Byte)object).byteValue() ); in convertSimple()
500 return Float.valueOf( ((Byte)object).byteValue() ); in convertSimple()
511 return Double.valueOf( ((Byte)object).byteValue() ); in convertSimple()
/AOO42X/main/stoc/test/
H A Dtestiadapter.cxx65 OSL_ENSURE( rData1.Byte == rData2.Byte, "### byte does not match!" ); in equals()
81 rData1.Byte == rData2.Byte && in equals()
132 rData.Byte = nByte; in assign()
213 { return _aData.Byte; } in getByte()
248 { _aData.Byte = _byte; } in setByte()
729 nByte = _aData.Byte; in getValues()
776 aData.Bool, aData.Char, aData.Byte, aData.Short, aData.UShort, in performTest()
784 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, aSetData.UShort, in performTest()
791 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
799 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
[all …]
/AOO42X/main/testtools/source/bridgetest/
H A Dbridgetest.cxx136 check( rData1.Byte == rData2.Byte, "### byte does not match!" ); in equals()
152 rData1.Byte == rData2.Byte && in equals()
203 rData.Byte = nByte; in assign()
259 bReturn = testAny( data.Byte ,xLBT ) && bReturn; in performAnyTest()
400 (TestElement &) aSetData, aData.Bool, aData.Char, aData.Byte, in performTest()
408 aSetData.Bool, aSetData.Char, aSetData.Byte, aSetData.Short, in performTest()
417 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
426 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
444 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
455 xLBT->setByte(aRet.Byte); in performTest()
[all …]
/AOO42X/main/qadevOOo/runner/complexlib/
H A DAssurance.java91 assureEquals( "Equality test failed", new Byte( expected ), new Byte( actual ), false ); in assureEquals()
101 assureEquals( message, new Byte( expected ), new Byte( actual ), false ); in assureEquals()
/AOO42X/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java53 new Byte((byte)47), in test()
87 new Type(Byte.class), in test()
135 TypeDescription.getTypeDescription(Byte.class), in test()
305 else if(op1.getClass() == Byte.class && op2.getClass() == Byte.class) in compareObjects()
/AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltInType.java32 Byte, enumConstant
58 case "byte": return Byte; in GetForName()
87 case Byte: sTypeName = "byte"; break; in GetQualifiedName()
/AOO42X/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java1114 Byte.MIN_VALUE, in testConstructorsService()
1128 new byte[] { Byte.MIN_VALUE }, in testConstructorsService()
1157 new Byte(Byte.MIN_VALUE), in testConstructorsService()
1171 new byte[] { Byte.MIN_VALUE }, in testConstructorsService()
1215 new TestPolyStruct(new Byte(Byte.MIN_VALUE)), in testConstructorsService()
1237 new TestPolyStruct(new byte[] {Byte.MIN_VALUE}), in testConstructorsService()
/AOO42X/main/sal/textenc/
H A Dtcvtlat1.tab33 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
208 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
342 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
515 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
690 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
865 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1040 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1145 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
1210 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
1338 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
[all …]
H A Dtcvtest1.tab33 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
192 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
398 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
604 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
740 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
875 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1031 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1177 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1378 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
1513 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
[all …]
H A Dtcvtarb1.tab33 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
228 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
386 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
539 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme */
717 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
818 /* 1-Byte, 0x00-0x7F ASCII ohne Ausnahme, 0x80-0x9F Control-Caracter wie in Unicode */
/AOO42X/main/qadevOOo/tests/java/ifc/style/
H A D_CharacterProperties.java316 Byte aByte = new Byte((byte)75); in _CharEscapementHeight()
317 Byte max = new Byte((byte)100); in _CharEscapementHeight()
/AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java61 case Byte: in ParseString()
62 return (T)(Byte)Byte.parseByte(sValue); in ParseString()
/AOO42X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx217 retVal= __typeof(System::Byte); break; in mapUnoType()
359 case System::TypeCode::Byte: in mapCliType()
776 System::Byte aByte= *__try_cast<System::Byte*>(cli_data); in map_to_uno()
892 *(sal_Int8*) &pAny->pReserved = *__try_cast<System::Byte*>(aAny.Value); in map_to_uno()
1148 *(sal_Int8*) p = *__try_cast<System::Byte*>(val); in map_to_uno()
1290 sri::Marshal::Copy(__try_cast<System::Byte[]>(cli_data), 0, in map_to_uno()
1717 aField->SetValue(cliObj, __box(*(System::Byte*) p)); in map_to_cli()
1786 System::Byte arByte[]= new System::Byte[nElements]; in map_to_cli()
/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java128 Byte b = new Byte((String) aTypeObject.aValue); in toByte()
783 retValue = (((Byte) aTypeObject.aValue).byteValue() != 0); in toBoolean()
1190 aTypeObject.aValue = new Byte(AnyConverter.toByte(aValue)); in getTypeObject()
1249 return ((Byte) typeObject.aValue).byteValue(); in getByte()
1417 aShortVal[i] = new Byte(vals[i]); in convertSequenceToObjectArray()
/AOO42X/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java61 Byte aByte= new Byte((byte) 111);
76 anyByte= new Any(new Type(Byte.TYPE), aByte); in AnyConverter_Test()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
398 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toLong()
464 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toFloat()
520 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toDouble()
/AOO42X/main/testtools/source/bridgetest/pyuno/
H A Dcore.py54 rData.Byte = nByte;
89 self.tobj.Byte = 43
115 self.failUnless( 43 == self.tobj.Byte , "Byte attribute" )
266 self.failUnless(mybyte == self.tobj.Byte, "outparam 4 test")
H A Dsamplecomponent.py40 rData.Byte = nByte;
94 return self.__dict__["Struct"],v.Bool, v.Char, v.Byte, v.Short, v.UShort, v.Long, \
/AOO42X/main/qadevOOo/tests/java/ifc/io/
H A D_XDataOutputStream.java91 if (dataElem instanceof Byte) { in before()
92 writeByte = ((Byte)dataElem).byteValue(); in before()

123456