|
LibreOffice Module cppu (master) 1
|
#include <sal/config.h>#include <cstdlib>#include <typelib/typedescription.h>#include <rtl/ustring.h>#include <sal/types.h>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT void SAL_CALL | typelib_static_array_type_init (typelib_TypeDescriptionReference **, typelib_TypeDescriptionReference *, sal_Int32,...) SAL_THROW_EXTERN_C() |
| SAL_DLLPUBLIC_EXPORT void SAL_CALL | typelib_typedescription_newArray (typelib_TypeDescription **, typelib_TypeDescriptionReference *, sal_Int32, sal_Int32 *) SAL_THROW_EXTERN_C() |
| SAL_DLLPUBLIC_EXPORT void SAL_CALL | typelib_typedescription_newUnion (typelib_TypeDescription **, rtl_uString *, typelib_TypeDescriptionReference *, sal_Int64, typelib_TypeDescriptionReference *, sal_Int32, void *) SAL_THROW_EXTERN_C() |
| SAL_DLLPUBLIC_EXPORT void SAL_CALL typelib_static_array_type_init | ( | typelib_TypeDescriptionReference ** | , |
| typelib_TypeDescriptionReference * | , | ||
| sal_Int32 | , | ||
| ... | |||
| ) |
Definition at line 22 of file compat.cxx.
| SAL_DLLPUBLIC_EXPORT void SAL_CALL typelib_typedescription_newArray | ( | typelib_TypeDescription ** | , |
| typelib_TypeDescriptionReference * | , | ||
| sal_Int32 | , | ||
| sal_Int32 * | |||
| ) |
Definition at line 29 of file compat.cxx.
References SAL_THROW_EXTERN_C.
| SAL_DLLPUBLIC_EXPORT void SAL_CALL typelib_typedescription_newUnion | ( | typelib_TypeDescription ** | , |
| rtl_uString * | , | ||
| typelib_TypeDescriptionReference * | , | ||
| sal_Int64 | , | ||
| typelib_TypeDescriptionReference * | , | ||
| sal_Int32 | , | ||
| void * | |||
| ) |
Definition at line 36 of file compat.cxx.
References SAL_THROW_EXTERN_C.