Lines Matching refs:FieldList
584 class FieldList : public BlopObject class
593 FieldList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in FieldList() function in FieldList
620 sal_uInt32 FieldList::parseIndex() in parseIndex()
625 const sal_Char* FieldList::getFieldName(sal_uInt16 index) in getFieldName()
637 const sal_Char* FieldList::getFieldType(sal_uInt16 index) in getFieldType()
649 RTFieldAccess FieldList::getFieldAccess(sal_uInt16 index) in getFieldAccess()
661 RTValueType FieldList::getFieldConstValue(sal_uInt16 index, RTConstValueUnion* value) in getFieldConstValue()
723 const sal_Char* FieldList::getFieldDoku(sal_uInt16 index) in getFieldDoku()
735 const sal_Char* FieldList::getFieldFileName(sal_uInt16 index) in getFieldFileName()
1085 FieldList* m_pFields;
1120 m_pFields = new FieldList( in TypeRegistryEntry()