| LibreOffice
    LibreOffice 24.8 SDK C/C++ API Reference | 
Init struct of interface methods for typelib_typedescription_new(). More...
#include <typedescription.h>
| Public Attributes | |
| typelib_TypeClass | eTypeClass | 
| type class of parameter | |
| rtl_uString * | pTypeName | 
| name of parameter | |
| rtl_uString * | pParamName | 
| name of parameter | |
| sal_Bool | bIn | 
| true, if parameter is [in] or [inout] | |
| sal_Bool | bOut | 
| true, if parameter is [out] or [inout] | |
Init struct of interface methods for typelib_typedescription_new().
| sal_Bool _typelib_Parameter_Init::bIn | 
true, if parameter is [in] or [inout]
| sal_Bool _typelib_Parameter_Init::bOut | 
true, if parameter is [out] or [inout]
| typelib_TypeClass _typelib_Parameter_Init::eTypeClass | 
type class of parameter
| rtl_uString* _typelib_Parameter_Init::pParamName | 
name of parameter
| rtl_uString* _typelib_Parameter_Init::pTypeName | 
name of parameter