AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
implbase_ex_pre.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_PRE_HXX
4 #define INCLUDED_CPPUHELPER_IMPLBASE_EX_PRE_HXX
5 
7 
8 #define __IFC_EX_TYPE_INIT_NAME( class_cast, ifc_name ) \
9 { { ifc_name::static_type }, ((sal_IntPtr)(ifc_name *) class_cast 16) - 16 }
10 
11 #define __IFC_EX_TYPE_INIT( class_cast, N ) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N )
12 
14 
15 #endif
16 
17 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */