LibreOffice Module cppu (master) 1
Functions
compat.cxx File Reference
#include <sal/config.h>
#include <cstdlib>
#include <typelib/typedescription.h>
#include <rtl/ustring.h>
#include <sal/types.h>
Include dependency graph for compat.cxx:

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()
 

Function Documentation

◆ typelib_static_array_type_init()

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.

◆ typelib_typedescription_newArray()

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.

◆ typelib_typedescription_newUnion()

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.