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.cxx208 class Impl2: public ::cppu::WeakImplHelper2< class
212 Impl2(): m_attr1(0.0) {} in Impl2() function in __anonb607a6a40111::Impl2
215 Impl2(Impl &); // not defined
218 virtual ~Impl2() {} in ~Impl2()
238 void Impl2::initialize(css::uno::Sequence< css::uno::Any > const & arguments) in initialize()
424 double Impl2::getatt1() in getatt1()
430 void Impl2::setatt1( double _att1 )throw (::com::sun::star::uno::RuntimeException) in setatt1()
435 ::sal_Int32 Impl2::fn11( ::sal_Int32 arg ) in fn11()
441 ::rtl::OUString Impl2::fn12( const ::rtl::OUString& arg ) in fn12()
471 return static_cast< ::cppu::OWeakObject * >(new Impl2); in create2()
/trunk/main/cppu/qa/
H A Dtest_any.cxx120 class Impl2: public Interface2a, public Interface3, private Base { class
1967 css::uno::Reference< Interface2a > i2(new Impl2); in TEST_F()
2062 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()
2066 css::uno::Reference< Interface2a > b(new Impl2); in TEST_F()
2075 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()
2175 css::uno::Reference< Interface2 > b(new Impl2); in TEST_F()
2180 css::uno::Reference< Interface2a > b(new Impl2); in TEST_F()
2189 css::uno::Reference< Interface3 > b(new Impl2); in TEST_F()

Completed in 27 milliseconds