/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | TokenEncoder.java | 123 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 …]
|
/aoo42x/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, 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 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() 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 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()
|
/aoo42x/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() 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 …]
|
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/ |
H A D | NumberParser.java | 40 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 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()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
H A D | AnyConverter.java | 210 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 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() 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 …]
|
/aoo42x/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 …]
|
/aoo42x/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()
|
/aoo42x/main/jurt/java/jurt/src/test/java/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()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/ |
H A D | BuiltInType.java | 32 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 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()
|
/aoo42x/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 */ 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 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 */
|
/aoo42x/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()
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | NumberNode.java | 61 case Byte: in ParseString() 62 return (T)(Byte)Byte.parseByte(sValue); in ParseString()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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, \
|
/aoo42x/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()
|