Lines Matching refs:TestComponent
63 class TestComponent: public cppu::WeakImplHelper1<lang::XServiceInfo> class
76 explicit TestComponent(uno::Reference<uno::XComponentContext> const & xCtx);
77 virtual ~TestComponent();
95 uno::Reference<uno::XInterface> SAL_CALL TestComponent::create( in create()
102 return static_cast<cppu::OWeakObject *>(new TestComponent(xCtx)); in create()
111 uno::Sequence<rtl::OUString> SAL_CALL TestComponent::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
120 TestComponent::TestComponent(uno::Reference<uno::XComponentContext> const & xCtx) in TestComponent() function in TestComponent
126 TestComponent::~TestComponent() in ~TestComponent()
131 rtl::OUString SAL_CALL TestComponent::getImplementationName() in getImplementationName()
137 void SAL_CALL TestComponent::acquire() throw () in acquire()
142 void SAL_CALL TestComponent::release() throw () in release()
147 uno::Any SAL_CALL TestComponent::queryInterface(uno::Type const & rType ) throw (::com::sun::star::… in queryInterface()
152 sal_Bool SAL_CALL TestComponent::supportsService(rtl::OUString const & ServiceName) in supportsService()
166 uno::Sequence<rtl::OUString> SAL_CALL TestComponent::getSupportedServiceNames() in getSupportedServiceNames()
200 TestComponent::create, in component_getFactory()
202 TestComponent::getSupportedServiceNames_Static()); in component_getFactory()