| H A D | macros.hxx | 165 #define XINTERFACE_IMPL_8( Class,I1,I2,I3,I4,I5,I6,I7,I8 ) \ argument 175 SAL_STATIC_CAST( I8*, this ) \ 179 #define XINTERFACE_IMPL_9( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9 ) \ argument 189 SAL_STATIC_CAST( I8*, this ), \ 194 #define XINTERFACE_IMPL_10( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10 ) \ argument 204 SAL_STATIC_CAST( I8*, this ), \ 210 #define XINTERFACE_IMPL_11( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11 ) \ argument 220 SAL_STATIC_CAST( I8*, this ), \ 227 #define XINTERFACE_IMPL_12( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12 ) \ argument 237 SAL_STATIC_CAST( I8*, this ), \ [all …]
|