Lines Matching refs:Interface1
92 class Impl1: public Interface1, private Base {
103 } else if (type == getCppuType< css::uno::Reference< Interface1 > >()) { in queryInterface()
104 css::uno::Reference< Interface1 > ref(this); in queryInterface()
284 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
285 css::uno::Reference< Interface1 > b(i); in TEST_F()
382 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
383 css::uno::Reference< Interface1 > b(i); in TEST_F()
480 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
481 css::uno::Reference< Interface1 > b(i); in TEST_F()
578 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
579 css::uno::Reference< Interface1 > b(i); in TEST_F()
678 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
679 css::uno::Reference< Interface1 > b(i); in TEST_F()
772 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
773 css::uno::Reference< Interface1 > b(i); in TEST_F()
866 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
867 css::uno::Reference< Interface1 > b(i); in TEST_F()
960 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
961 css::uno::Reference< Interface1 > b(i); in TEST_F()
1054 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1055 css::uno::Reference< Interface1 > b(i); in TEST_F()
1148 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1149 css::uno::Reference< Interface1 > b(i); in TEST_F()
1242 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1243 css::uno::Reference< Interface1 > b(i); in TEST_F()
1341 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1342 css::uno::Reference< Interface1 > b(i); in TEST_F()
1435 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1436 css::uno::Reference< Interface1 > b(i); in TEST_F()
1529 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1530 css::uno::Reference< Interface1 > b(i); in TEST_F()
1630 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1631 css::uno::Reference< Interface1 > b(i); in TEST_F()
1728 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1729 css::uno::Reference< Interface1 > b(i); in TEST_F()
1835 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1836 css::uno::Reference< Interface1 > b(i); in TEST_F()
1960 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
1961 css::uno::Reference< Interface1 > b(i); in TEST_F()
2057 css::uno::Reference< Interface1 > i(new Impl1); in TEST_F()
2058 css::uno::Reference< Interface1 > b(i); in TEST_F()
2170 css::uno::Reference< Interface1 > b(new Impl1); in TEST_F()