Searched defs:TestWeakComponentImpl (Results 1 – 1 of 1) sorted by relevance
197 struct TestWeakComponentImpl : public WeakComponentImplHelper4< CA, DBA, FE, G > struct200 TestWeakComponentImpl() in TestWeakComponentImpl() argument203 virtual ~TestWeakComponentImpl() in ~TestWeakComponentImpl() argument207 { OSL_TRACE( "> TestWeakComponentImpl disposing called... <\n" ); } in disposing() argument210 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()[all …]
Completed in 20 milliseconds