Lines Matching defs:TestImplInh
269 struct TestImplInh : public ImplInheritanceHelper2< TestWeakImpl, H, I > struct
271 TestImplInh() {} in TestImplInh() function
273 explicit TestImplInh(int): in TestImplInh() argument
276 TestImplInh(int, int): in TestImplInh() argument
279 TestImplInh(int, int, int): in TestImplInh() function
282 TestImplInh(int, int, int, int): in TestImplInh() function
285 TestImplInh(int, int, int, int, int): in TestImplInh() function
288 TestImplInh(int, int, int, int, int, int): in TestImplInh() argument
291 virtual ~TestImplInh() in ~TestImplInh() argument
295 virtual OUString SAL_CALL h() throw(RuntimeException) in h()
298 virtual OUString SAL_CALL i() throw(RuntimeException) in i()