Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Data of Class _typelib_InterfaceTypeDescription


aBase
typelib_TypeDescription aBase;

Summary
inherits all members of typelib_TypeDescription

pBaseTypeDescription
_typelib_InterfaceTypeDescription * pBaseTypeDescription;

D E P R E C A T E D
Summary
pointer to base type description, else 0

Description
        
        use nBaseTypes and ppBaseTypes instead
    

aUik
typelib_Uik aUik;

Summary
unique identifier of interface

nMembers
sal_Int32 nMembers;

Summary
number of members

ppMembers
typelib_TypeDescriptionReference * * ppMembers;

Summary
array of members; references attributes or methods

nAllMembers
sal_Int32 nAllMembers;

Summary
number of members including members of base interface

ppAllMembers
typelib_TypeDescriptionReference * * ppAllMembers;

Summary
array of members including members of base interface; references attributes or methods

pMapMemberIndexToFunctionIndex
sal_Int32 * pMapMemberIndexToFunctionIndex;

Summary
array mapping index of the member description to an index doubling for read-write
attributes (called function index); size of array is nAllMembers

nMapFunctionIndexToMemberIndex
sal_Int32 nMapFunctionIndexToMemberIndex;

Summary
number of members plus number of read-write attributes

pMapFunctionIndexToMemberIndex
sal_Int32 * pMapFunctionIndexToMemberIndex;

Summary
array mapping function index to member index; size of arry is nMapFunctionIndexToMemberIndex

nBaseTypes
sal_Int32 nBaseTypes;

Summary
number of base types

Since
UDK 3.2.0

ppBaseTypes
_typelib_InterfaceTypeDescription * * ppBaseTypes;

Summary
array of base type descriptions

Since
UDK 3.2.0

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.