Lines Matching defs:TestWeakComponentImpl
197 struct TestWeakComponentImpl : public WeakComponentImplHelper4< CA, DBA, FE, G > struct
200 TestWeakComponentImpl() in TestWeakComponentImpl() argument
203 virtual ~TestWeakComponentImpl() in ~TestWeakComponentImpl() argument
207 { OSL_TRACE( "> TestWeakComponentImpl disposing called... <\n" ); } in disposing() argument
210 virtual OUString SAL_CALL a() throw(RuntimeException) in a()
213 virtual OUString SAL_CALL ba() throw(RuntimeException) in ba()
216 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca()
219 virtual OUString SAL_CALL dba() throw(RuntimeException) in dba()
222 virtual OUString SAL_CALL e() throw(RuntimeException) in e()
225 virtual OUString SAL_CALL fe() throw(RuntimeException) in fe()
228 virtual OUString SAL_CALL g() throw(RuntimeException) in g()