Home
last modified time | relevance | path

Searched refs:RT_TYPE_INT32 (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx97 constValue.m_type = RT_TYPE_INT32; in writeConstantData()
488 constValue.m_type = RT_TYPE_INT32; in getTypeBlop()
/AOO41X/main/registry/inc/registry/
H A Dtypes.h203 RT_TYPE_INT32, enumerator
/AOO41X/main/stoc/source/registry_tdprovider/
H A Dbase.hxx129 case RT_TYPE_INT32: in getRTValueAsInt32()
151 case RT_TYPE_INT32: in getRTValue()
/AOO41X/main/idlc/source/
H A Dastconstant.cxx77 aConst.m_type = RT_TYPE_INT32; in dumpBlob()
/AOO41X/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx97 constValue.m_type = RT_TYPE_INT32; in writeConstantData()
596 constValue.m_type = RT_TYPE_INT32; in getTypeBlob()
/AOO41X/main/registry/test/
H A Dtestregcpp.cxx93 aConst.m_type = RT_TYPE_INT32; in test_coreReflection()
152 REG_ENSURE( aReadConst.m_type == RT_TYPE_INT32, "testCoreReflection error 9a3"); in test_coreReflection()
/AOO41X/main/registry/tools/
H A Dregcompare.cxx388 case RT_TYPE_INT32: in getConstValueType()
426 case RT_TYPE_INT32: in printConstValue()
527 case RT_TYPE_INT32: in checkConstValue()
/AOO41X/main/registry/source/
H A Dreflcnst.hxx99 CP_TAG_CONST_INT32 = RT_TYPE_INT32,
H A Dregimpl.cxx261 case RT_TYPE_INT32: in dumpType()
H A Dreflread.cxx689 ret = RT_TYPE_INT32; in getFieldConstValue()
/AOO41X/main/codemaker/source/idlmaker/
H A Didltype.cxx671 case RT_TYPE_INT32: in dumpConstantValue()
1516 if (constValue.m_type == RT_TYPE_INT32) in dumpHFile()
/AOO41X/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1425 case RT_TYPE_INT32: in dumpConstantValue()
3106 if (constValue.m_type == RT_TYPE_INT32) in dumpDeclaration()
3231 if (constValue.m_type == RT_TYPE_INT32) in dumpCGetCunoType()
/AOO41X/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1138 case RT_TYPE_INT32: in dumpConstantValue()
3523 if (constValue.m_type == RT_TYPE_INT32) in dumpDeclaration()
3620 if (constValue.m_type == RT_TYPE_INT32) in dumpComprehensiveGetCppuType()
/AOO41X/main/codemaker/source/javamaker/
H A Djavatype.cxx875 if (fieldValue.m_type != RT_TYPE_INT32 in handleEnumType()
2456 if (fieldValue.m_type != RT_TYPE_INT32) { in addConstant()