/aoo41x/main/io/test/stm/ |
H A D | marktest.cxx | 275 Sequence< sal_Int8 > aByte(256); in testSimple() local 279 aByte.getArray()[i] = i; in testSimple() 283 rOutput->writeBytes( aByte ); in testSimple() 285 aByte.realloc( 10 ); in testSimple() 286 rOutput->writeBytes( aByte ); in testSimple() 292 aByte.getArray()[i] = i+10; in testSimple() 295 rOutput->writeBytes( aByte ); in testSimple() 303 rInput->readBytes( aByte ,256); in testSimple() 306 ERROR_ASSERT( i == ((sal_uInt8*)(aByte.getArray()))[i] , "in between mark failure" ); in testSimple()
|
/aoo41x/main/extensions/test/stm/ |
H A D | marktest.cxx | 275 Sequence< BYTE > aByte(256); in testSimple() local 279 aByte.getArray()[i] = i; in testSimple() 283 rOutput->writeBytes( aByte ); in testSimple() 285 aByte.realloc( 10 ); in testSimple() 286 rOutput->writeBytes( aByte ); in testSimple() 292 aByte.getArray()[i] = i+10; in testSimple() 295 rOutput->writeBytes( aByte ); in testSimple() 303 rInput->readBytes( aByte ,256); in testSimple() 306 ERROR_ASSERT( i == aByte.getArray()[i] , "in between mark failure" ); in testSimple()
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 109 public void inParameters(bool aBool, byte aByte, in inParameters() argument 122 m_Byte = aByte; in inParameters() 143 public void outParameters(out bool aBool, out byte aByte, in outParameters() argument 156 aByte = m_Byte; in outParameters() 179 public void inoutParameters(ref bool aBool, ref byte aByte, in inoutParameters() argument 195 byte _byte = aByte; in inoutParameters() 196 aByte = m_Byte; in inoutParameters()
|
H A D | climaker.cs | 1214 byte aByte = 0xff; in testInterface() 1233 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface() 1266 l.assure(aByte == outByte); in testInterface() 1313 l.assure(aByte == inoutByte); in testInterface() 1334 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface() 1341 l.assure(obj.retByte() == aByte); in testInterface() 1364 obj.attrByte = aByte; in testInterface() 1365 l.assure(obj.attrByte == aByte); in testInterface()
|
H A D | types.idl | 80 void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort, 89 void outParameters([out] boolean aBool, [out] byte aByte, [out] short aShort, 98 void inoutParameters([inout] boolean aBool, [inout] byte aByte, [inout] short aShort,
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 61 Byte aByte= new Byte((byte) 111); field in AnyConverter_Test 204 byte val= AnyConverter.toByte(aByte); in test_toByte() 205 assure("", val == aByte.byteValue()); in test_toByte() 256 short sh= AnyConverter.toShort(aByte); in test_toShort() 257 assure("", sh == aByte.byteValue()); in test_toShort() 322 int val= AnyConverter.toInt(aByte); in test_toInt() 323 assure("", val == aByte.byteValue()); in test_toInt() 389 long val= AnyConverter.toLong(aByte); in test_toLong() 390 assure("", val == aByte.byteValue()); in test_toLong() 461 float val= AnyConverter.toFloat(aByte); in test_toFloat() [all …]
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 85 /* [out] */ unsigned char __RPC_FAR *aByte, in outValuesAll() argument 107 hr= outByte( aByte); in outValuesAll() 435 /* [out][in] */ unsigned char __RPC_FAR *aByte, in inoutValuesAll() argument 449 inoutByte( aByte); in inoutValuesAll()
|
H A D | Callback.h | 81 /* [out][in] */ unsigned char __RPC_FAR *aByte, 108 /* [out] */ unsigned char __RPC_FAR *aByte,
|
H A D | XCallback_Impl.idl | 52 [out] unsigned char* aByte, 92 [in,out] unsigned char* aByte,
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1465 sal_Int8 aByte; in testInterface() local 1545 xCallback->outByte( aByte); in testInterface() 1546 sprintf( buff,"XCallback::outByte, value: %d", aByte); in testInterface() 1584 sal_Int8 aByte; in testInterface() local 1592 aByte, in testInterface() 1746 sal_Int8 aByte= 0xf; in testInterface() local 1747 xCallback->inoutByte( aByte); in testInterface() 1749 sprintf( buff, "out value sal_Int8: %d", aByte); in testInterface() 1810 sal_Int8 aByte= 0xf; in testInterface() local 1816 aByte, aShort, aLong ); in testInterface()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxstr.cxx | 278 sal_uInt8 aByte = static_cast< sal_uInt8 >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in StringToByteArray() local 279 pNew->PutByte( aByte ); in StringToByteArray()
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 418 fprintf(stdout, "%d", constValue.m_value.aByte); in printConstValue() 492 if (constValue1.m_value.aByte != constValue2.m_value.aByte) in checkConstValue() 498 constValue1.m_value.aByte, constValue2.m_value.aByte); in checkConstValue()
|
/aoo41x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _CharacterProperties.java | 316 Byte aByte = new Byte((byte)75); in _CharEscapementHeight() local 318 testProperty("CharEscapementHeight", aByte, max) ; in _CharEscapementHeight()
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods1.cxx | 1072 sal_uInt8 aByte; in lcl_ReadSbxVariable() local 1073 *pStrm >> aByte; in lcl_ReadSbxVariable() 1075 if( bBinary && SbiRuntime::isVBAEnabled() && aByte == 1 && pStrm->IsEof() ) in lcl_ReadSbxVariable() 1076 aByte = 0; in lcl_ReadSbxVariable() 1078 rVar.PutByte( aByte ); in lcl_ReadSbxVariable()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 524 vector<sal_uInt8> aByte(1); in Encrypt() local 525 aByte[0] = nData; in Encrypt() 526 EncryptBytes(rStrm, aByte); in Encrypt()
|
/aoo41x/main/registry/source/ |
H A D | reflread.cxx | 373 sal_uInt8 aByte = sal_False; in readBYTEConstant() local 379 aByte = readBYTE(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readBYTEConstant() 383 return aByte; in readBYTEConstant() 676 value->aByte = m_pCP->readBYTEConstant(cpIndex); in getFieldConstValue()
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 1842 ByteString aByte( String(sFormatName), gsl_getSystemTextEncoding() ); in CreateAndInsert() 1843 aByte.Append( " | " ); in CreateAndInsert() 1844 aByte.Append(ByteString( String(sFormat), gsl_getSystemTextEncoding() )); in CreateAndInsert() 1845 aByte.Append( " | " ); in CreateAndInsert() 1846 aByte.Append(ByteString::CreateFromInt32( nIndex )); in CreateAndInsert()
|
/aoo41x/main/registry/inc/registry/ |
H A D | types.h | 216 sal_uInt8 aByte; member
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 124 return rVal.m_value.aByte; in getRTValueAsInt32() 146 return Any( &rVal.m_value.aByte, ::getCppuType( (const sal_Int8 *)0 ) ); in getRTValue()
|
/aoo41x/main/idlc/source/ |
H A D | astconstant.cxx | 102 aConst.m_value.aByte = exprVal->u.byval; in dumpBlob()
|
/aoo41x/main/registry/test/ |
H A D | testregcpp.cxx | 76 aConst.m_value.aByte = 127; in test_coreReflection() 356 aConst.m_value.aByte = 127; in test_coreReflection()
|
/aoo41x/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 133 unsigned char aByte = *val; in inoutByte() local 135 m_byte = aByte; in inoutByte()
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 77 aConstantAny >>= constValue.m_value.aByte; in writeConstantData()
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 269 [inout] byte aByte,
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 776 System::Byte aByte= *__try_cast<System::Byte*>(cli_data); in map_to_uno() local 777 *(sal_Int8*) uno_data= aByte; in map_to_uno()
|