| H A D | macros.hxx | 227 #define XINTERFACE_IMPL_12( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12 ) \ argument 241 SAL_STATIC_CAST( I12*, this ) \ 245 #define XINTERFACE_IMPL_13( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13 ) \ argument 259 SAL_STATIC_CAST( I12*, this ), \ 264 #define XINTERFACE_IMPL_14( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14 ) \ argument 278 SAL_STATIC_CAST( I12*, this ), \ 284 #define XINTERFACE_IMPL_15( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15 ) \ argument 298 SAL_STATIC_CAST( I12*, this ), \ 502 #define XTYPEPROVIDER_IMPL_12( Class, I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12 ) \ argument 516 CPPU_TYPE_REF( I12 ) \ [all …]
|