| /AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
| H A D | TokenEncoder.java | 123 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 …]
|
| /AOO41X/main/testtools/source/bridgetest/cli/ |
| H A D | cli_cpp_bridgetest.cxx | 193 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 D | cli_cs_bridgetest.cs | 173 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 D | cli_cs_testobj.cs | 254 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()
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 117 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 …]
|
| /AOO41X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | PolyStructTest.java | 70 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()
|
| /AOO41X/main/jurt/com/sun/star/uno/ |
| H A D | AnyConverter.java | 210 Byte ret= (Byte)convertSimple(TypeClass.BYTE, null, object); 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/stoc/test/ |
| H A D | testiadapter.cxx | 65 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 …]
|
| /AOO41X/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 136 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 …]
|
| /AOO41X/main/qadevOOo/runner/complexlib/ |
| H A D | Assurance.java | 91 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()
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshaling_Test.java | 53 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()
|
| /AOO41X/main/testtools/com/sun/star/comp/bridge/ |
| H A D | TestComponent.java | 1114 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()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/style/ |
| H A D | _CharacterProperties.java | 316 Byte aByte = new Byte((byte)75); in _CharEscapementHeight() 317 Byte max = new Byte((byte)100); in _CharEscapementHeight()
|
| /AOO41X/main/sal/textenc/ |
| H A D | tcvtlat1.tab | 33 /* 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 D | tcvtest1.tab | 33 /* 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 D | tcvtarb1.tab | 33 /* 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 */
|
| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_data.cxx | 217 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()
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | NumericalHelper.java | 128 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()
|
| /AOO41X/main/testtools/source/bridgetest/pyuno/ |
| H A D | core.py | 54 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 D | samplecomponent.py | 40 rData.Byte = nByte; 94 return self.__dict__["Struct"],v.Bool, v.Char, v.Byte, v.Short, v.UShort, v.Long, \
|
| /AOO41X/main/jurt/test/com/sun/star/uno/ |
| H A D | AnyConverter_Test.java | 61 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()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/io/ |
| H A D | _XDataOutputStream.java | 91 if (dataElem instanceof Byte) { in before() 92 writeByte = ((Byte)dataElem).byteValue(); in before()
|
| /AOO41X/main/codemaker/test/javamaker/ |
| H A D | types.idl | 62 typedef byte Byte; 81 typedef sequence< Byte > SequenceByte; 119 Byte t2; 230 [in] Byte t2,
|
| /AOO41X/main/cli_ure/qa/climaker/ |
| H A D | types.idl | 151 typedef byte Byte; 171 typedef sequence< Byte > SequenceByte; 210 Byte t2; 349 [in] Byte t2,
|
| /AOO41X/main/offapi/com/sun/star/rendering/ |
| H A D | FloatingPointBitmapLayout.idl | 57 /** Byte offset between the start of two consecutive scanlines. 64 /** Byte offset between the start of two consecutive planes.
|