|
LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
|
Go to the source code of this file.
Macros | |
| #define | __IFC_EX_TYPE_INIT_NAME(class_cast, ifc_name) { { ifc_name::static_type }, ((sal_IntPtr)(ifc_name *) class_cast 16) - 16 } |
| #define | __IFC_EX_TYPE_INIT(class_cast, N) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N ) |
| #define __IFC_EX_TYPE_INIT | ( | class_cast, | |
| N | |||
| ) | __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N ) |
| #define __IFC_EX_TYPE_INIT_NAME | ( | class_cast, | |
| ifc_name | |||
| ) | { { ifc_name::static_type }, ((sal_IntPtr)(ifc_name *) class_cast 16) - 16 } |
1.8.3.1