| H A D | macros.hxx | 179 #define XINTERFACE_IMPL_9( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9 ) \ argument 190 SAL_STATIC_CAST( I9*, this ) \ 194 #define XINTERFACE_IMPL_10( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10 ) \ argument 205 SAL_STATIC_CAST( I9*, this ), \ 210 #define XINTERFACE_IMPL_11( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11 ) \ argument 221 SAL_STATIC_CAST( I9*, this ), \ 227 #define XINTERFACE_IMPL_12( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12 ) \ argument 238 SAL_STATIC_CAST( I9*, this ), \ 245 #define XINTERFACE_IMPL_13( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13 ) \ argument 256 SAL_STATIC_CAST( I9*, this ), \ [all …]
|