Home
last modified time | relevance | path

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

/aoo41x/main/testtools/source/bridgetest/
H A Dconstructors.cxx208 class Impl2: public ::cppu::WeakImplHelper2< class
212 Impl2(): m_attr1(0.0) {} in Impl2() function in __anon2c4c948c0111::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()
/aoo41x/main/cppu/qa/
H A Dtest_any.cxx120 class Impl2: public Interface2a, public Interface3, private Base { class
2088 css::uno::Reference< Interface2a > i2(new Impl2); in testInterface()
2186 css::uno::Reference< Interface2 > b(new Impl2); in testInterface()
2190 css::uno::Reference< Interface2a > b(new Impl2); in testInterface()
2199 css::uno::Reference< Interface3 > b(new Impl2); in testInterface()
2302 css::uno::Reference< Interface2 > b(new Impl2); in testNull()
2307 css::uno::Reference< Interface2a > b(new Impl2); in testNull()
2316 css::uno::Reference< Interface3 > b(new Impl2); in testNull()

Completed in 21 milliseconds