| H A D | macros.hxx | 210 #define XINTERFACE_IMPL_11( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11 ) \ argument 223 SAL_STATIC_CAST( I11*, this ) \ 227 #define XINTERFACE_IMPL_12( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12 ) \ argument 240 SAL_STATIC_CAST( I11*, this ), \ 245 #define XINTERFACE_IMPL_13( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13 ) \ argument 258 SAL_STATIC_CAST( I11*, this ), \ 264 #define XINTERFACE_IMPL_14( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14 ) \ argument 277 SAL_STATIC_CAST( I11*, this ), \ 284 #define XINTERFACE_IMPL_15( Class,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15 ) \ argument 297 SAL_STATIC_CAST( I11*, this ), \ [all …]
|