Home
last modified time | relevance | path

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

123456

/trunk/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()
157 tmpByteArray.add(new Byte((byte)0x01)); in stringEncoder()
340 tmpByteArray.add(new Byte((byte)0x00)); in nameDefinitionEncoder()
343 tmpByteArray.add(new Byte((byte)0x00)); in nameDefinitionEncoder()
407 tmpByteArray.add(new Byte((byte)0xFF)); in threeDCellRefEncoder()
408 tmpByteArray.add(new Byte((byte)0xFF)); in threeDCellRefEncoder()
410 tmpByteArray.add(new Byte((byte)0x00)); in threeDCellRefEncoder()
420 tmpByteArray.add(new Byte((byte)0x00)); in threeDCellRefEncoder()
422 tmpByteArray.add(new Byte((byte)0x00)); in threeDCellRefEncoder()
451 tmpByteArray.add(new Byte((byte)0xFF)); in threeDAreaRefEncoder()
[all …]
/trunk/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,
391 aData->Bool, aData->Char, aData->Byte, aData->Short,
406 aData->Byte,
472 xLBT->Byte = aRet->Byte;
495 aRet->Byte = xLBT->Byte;
548 Byte arByte[] = new Byte[3];
[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()
409 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, out aRet.UShort, in performTest()
437 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, in performTest()
448 xLBT.Byte = aRet.Byte; 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()
/trunk/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()
417 r[i++]= ((Byte) ret).equals((Byte) value); in setPropertyValue()
613 Byte val1= new Byte((byte)115); in addPropertyChangeListener()
618 Byte val2= new Byte((byte)116); in addPropertyChangeListener()
626 Byte val3= new Byte((byte) 117); in addPropertyChangeListener()
636 val1= new Byte((byte)118); in addPropertyChangeListener()
916 Byte aByte= new Byte((byte)11); in setPropertyValues()
[all …]
/trunk/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
/trunk/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()
/trunk/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()
/trunk/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()
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()
808 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
817 xLBT->setByte( aRet.Byte ); in performTest()
[all …]
/trunk/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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 */
1440 /* 1-Byte, 0x00-0x7F ASCII, jedoch eigentich Sonderzeichen zwischen 0x00-0x1F */
1580 /* 1-Byte, 0x00-0x7F ASCII, jedoch eigentich Sonderzeichen zwischen 0x00-0x1F */
[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 */
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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, \
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XDataOutputStream.java91 if (dataElem instanceof Byte) { in before()
92 writeByte = ((Byte)dataElem).byteValue(); in before()

Completed in 168 milliseconds

123456