Home
last modified time | relevance | path

Searched refs:getFieldConstValue (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/registry/inc/registry/
H A Dreflread.hxx65 …RTValueType (TYPEREG_CALLTYPE *getFieldConstValue) (TypeReaderImpl, sal_uInt16, RTConstValueUni…
202 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const;
414 inline RTConstValue RegistryTypeReader::getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue() function in RegistryTypeReader
417 ret.m_type = m_pApi->getFieldConstValue(m_hImpl, index, &ret.m_value); in getFieldConstValue()
/aoo41x/main/registry/source/
H A Dreflread.cxx614 RTValueType getFieldConstValue(sal_uInt16 index, RTConstValueUnion* value);
661 RTValueType FieldList::getFieldConstValue(sal_uInt16 index, RTConstValueUnion* value) in getFieldConstValue() function in FieldList
1410 *type = pEntry->m_pFields->getFieldConstValue(index, value); in typereg_reader_getFieldValue()
1417 static RTValueType TYPEREG_CALLTYPE getFieldConstValue(TypeReaderImpl hEntry, sal_uInt16 index, RTC… in getFieldConstValue() function
1742 aApi.getFieldConstValue = &getFieldConstValue; in initRegistryTypeReader_Api()
H A Dregimpl.cxx1291 reader.getFieldConstValue(i)); in mergeModuleValue()
1304 reader2.getFieldConstValue(i)); in mergeModuleValue()
/aoo41x/main/registry/test/
H A Dtestregcpp.cxx151 RTConstValue aReadConst = reader.getFieldConstValue(4); in test_coreReflection()
155 aReadConst = reader.getFieldConstValue(6); in test_coreReflection()
159 aReadConst = reader.getFieldConstValue(10); in test_coreReflection()
/aoo41x/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx155 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue() function in TypeReader
/aoo41x/main/codemaker/source/idlmaker/
H A Didltype.cxx648 RTConstValue constValue = m_reader.getFieldConstValue(index); in dumpConstantValue()
1514 constValue = m_reader.getFieldConstValue(i); in dumpHFile()
/aoo41x/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1402 RTConstValue constValue = m_reader.getFieldConstValue(index); in dumpConstantValue()
3104 constValue = m_reader.getFieldConstValue(i); in dumpDeclaration()
3230 constValue = m_reader.getFieldConstValue((sal_uInt16)i); in dumpCGetCunoType()

Completed in 190 milliseconds