Searched refs:Impl2 (Results 1 – 2 of 2) sorted by relevance
208 class Impl2: public ::cppu::WeakImplHelper2< class212 Impl2(): m_attr1(0.0) {} in Impl2() function in __anoncb8716350111::Impl2215 Impl2(Impl &); // not defined218 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()
120 class Impl2: public Interface2a, public Interface3, private Base { class2088 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 25 milliseconds