Home
last modified time | relevance | path

Searched refs:Impl2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/testtools/source/bridgetest/
H A Dconstructors.cxx206 class Impl2: public ::cppu::WeakImplHelper2< class
210 Impl2(): m_attr1(0.0) {} in Impl2() function in __anon18e6606c0111::Impl2
213 Impl2(Impl &); // not defined
216 virtual ~Impl2() {} in ~Impl2()
231 void Impl2::initialize(css::uno::Sequence< css::uno::Any > const & arguments) in initialize()
416 double Impl2::getatt1() in getatt1()
421 void Impl2::setatt1( double _att1 ) in setatt1()
426 ::sal_Int32 Impl2::fn11( ::sal_Int32 arg ) in fn11()
431 ::rtl::OUString Impl2::fn12( const ::rtl::OUString& arg ) in fn12()
458 return static_cast< ::cppu::OWeakObject * >(new Impl2); in create2()
/trunk/main/cppu/qa/
H A Dtest_any.cxx119 class Impl2: public Interface2a, public Interface3, private Base { class
1964 css::uno::Reference< Interface2a > i2(new Impl2); in TEST_F()
2059 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()
2063 css::uno::Reference< Interface2a > b(new Impl2); in TEST_F()
2072 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()
2172 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()
2177 css::uno::Reference< Interface2a > b(new Impl2); in TEST_F()
2186 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()