/aoo4110/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 112 long aLong, ulong aULong, in inParameters() argument 128 m_ULong = aULong; in inParameters() 146 out long aLong, out ulong aULong, in outParameters() argument 162 aULong = m_ULong; in outParameters() 182 ref long aLong, ref ulong aULong, in inoutParameters() argument 219 ulong _ulong = aULong; in inoutParameters() 220 aULong = m_ULong; in inoutParameters()
|
H A D | climaker.cs | 1220 ulong aULong = 0xffffffffffffffff; in testInterface() 1234 aInt, aUInt, aLong, aULong, in testInterface() 1272 l.assure(aULong == outULong); in testInterface() 1319 l.assure(aULong == inoutULong); in testInterface() 1335 aInt, aUInt, aLong, aULong, in testInterface() 1347 l.assure(obj.retUHyper() == aULong); in testInterface() 1376 obj.attrUHyper = aULong; in testInterface() 1377 l.assure(obj.attrUHyper == aULong); in testInterface()
|
H A D | types.idl | 81 [in] unsigned short aUShort, [in] long aLong, [in] unsigned long aULong, 90 [out] unsigned short aUShort, [out] long aLong, [out] unsigned long aULong, 100 [inout] unsigned long aULong,
|
/aoo4110/main/registry/tools/ |
H A D | regcompare.cxx | 435 constValue.m_value.aULong)); in printConstValue() 541 if (constValue1.m_value.aULong != constValue2.m_value.aULong) in checkConstValue() 547 sal::static_int_cast< unsigned long >(constValue1.m_value.aULong), in checkConstValue() 548 sal::static_int_cast< unsigned long >(constValue2.m_value.aULong)); in checkConstValue()
|
/aoo4110/main/registry/test/ |
H A D | testregcpp.cxx | 100 aConst.m_value.aULong = 100000; in test_coreReflection() 198 aConst.m_value.aULong = 10; in test_coreReflection() 207 aConst.m_value.aULong = 10; in test_coreReflection()
|
/aoo4110/main/registry/inc/registry/ |
H A D | types.h | 220 sal_uInt32 aULong; member
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 132 return rVal.m_value.aULong; in getRTValueAsInt32() 154 return Any( &rVal.m_value.aULong, ::getCppuType( (const sal_uInt32 *)0 ) ); in getRTValue()
|
/aoo4110/main/idlc/source/ |
H A D | astconstant.cxx | 82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
|
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 105 aConstantAny >>= constValue.m_value.aULong; in writeConstantData()
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 800 System::UInt32 aULong= *__try_cast<System::UInt32*>(cli_data); in map_to_uno() local 801 *(sal_uInt32*) uno_data= aULong; in map_to_uno()
|
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 105 aConstantAny >>= constValue.m_value.aULong; in writeConstantData()
|
/aoo4110/main/registry/source/ |
H A D | reflwrit.cxx | 318 buff += writeUINT32(buff, m_value.aConst.aULong); in toBlop()
|
H A D | regimpl.cxx | 268 static_cast< unsigned long >(value.m_value.aULong)); in dumpType()
|
H A D | reflread.cxx | 692 value->aULong = m_pCP->readUINT32Constant(cpIndex); in getFieldConstValue()
|
/aoo4110/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 675 o << constValue.m_value.aULong; in dumpConstantValue()
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 1429 o << "(sal_uInt32)" << constValue.m_value.aULong; in dumpConstantValue()
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 2471 static_cast< sal_Int32 >(fieldValue.m_value.aULong)); in addConstant()
|
/aoo4110/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 1150 static_cast< sal_Int64 >(constValue.m_value.aULong)).getStr() in dumpConstantValue()
|