Home
last modified time | relevance | path

Searched refs:aULong (Results 1 – 18 of 18) sorted by relevance

/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs112 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 Dclimaker.cs1220 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 Dtypes.idl81 [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,
/trunk/main/registry/tools/
H A Dregcompare.cxx435 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()
/trunk/main/registry/test/
H A Dtestregcpp.cxx100 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()
/trunk/main/registry/inc/registry/
H A Dtypes.h220 sal_uInt32 aULong; member
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx132 return rVal.m_value.aULong; in getRTValueAsInt32()
154 return Any( &rVal.m_value.aULong, ::getCppuType( (const sal_uInt32 *)0 ) ); in getRTValue()
/trunk/main/idlc/source/
H A Dastconstant.cxx82 aConst.m_value.aULong = exprVal->u.ulval; in dumpBlob()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx105 aConstantAny >>= constValue.m_value.aULong; in writeConstantData()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx800 System::UInt32 aULong= *__try_cast<System::UInt32*>(cli_data); in map_to_uno() local
801 *(sal_uInt32*) uno_data= aULong; in map_to_uno()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx105 aConstantAny >>= constValue.m_value.aULong; in writeConstantData()
/trunk/main/registry/source/
H A Dreflwrit.cxx318 buff += writeUINT32(buff, m_value.aConst.aULong); in toBlop()
H A Dregimpl.cxx268 static_cast< unsigned long >(value.m_value.aULong)); in dumpType()
H A Dreflread.cxx692 value->aULong = m_pCP->readUINT32Constant(cpIndex); in getFieldConstValue()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx675 o << constValue.m_value.aULong; in dumpConstantValue()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1429 o << "(sal_uInt32)" << constValue.m_value.aULong; in dumpConstantValue()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2471 static_cast< sal_Int32 >(fieldValue.m_value.aULong)); in addConstant()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1150 static_cast< sal_Int64 >(constValue.m_value.aULong)).getStr() in dumpConstantValue()

Completed in 174 milliseconds