Lines Matching refs:ExampleComponent2Impl

57 class ExampleComponent2Impl : public OWeakObject  class
63 ExampleComponent2Impl( const Reference<XMultiServiceFactory> & rXSMgr );
65 ~ExampleComponent2Impl();
94 ExampleComponent2Impl::ExampleComponent2Impl( const Reference<XMultiServiceFactory> & rXSMgr ) in ExampleComponent2Impl() function in excomp2_impl::ExampleComponent2Impl
100 ExampleComponent2Impl::~ExampleComponent2Impl() in ~ExampleComponent2Impl()
105 Any SAL_CALL ExampleComponent2Impl::queryInterface( const ::com::sun::star::uno::Type & rType ) in queryInterface()
118 Sequence< Type > SAL_CALL ExampleComponent2Impl::getTypes() in getTypes()
139 Sequence< sal_Int8 > SAL_CALL ExampleComponent2Impl::getImplementationId() in getImplementationId()
155 OUString SAL_CALL ExampleComponent2Impl::getImplementationName( ) in getImplementationName()
162 sal_Bool SAL_CALL ExampleComponent2Impl::supportsService( const OUString& ServiceName ) in supportsService()
174 Sequence<OUString> SAL_CALL ExampleComponent2Impl::getSupportedServiceNames( ) in getSupportedServiceNames()
181 Sequence<OUString> SAL_CALL ExampleComponent2Impl::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
188 OUString SAL_CALL ExampleComponent2Impl::getMessage() in getMessage()
200 XTest *pXTest = (XTest*) new ExampleComponent2Impl(rSMgr); in ExampleComponent2_CreateInstance()
236 ::excomp2_impl::ExampleComponent2Impl::getSupportedServiceNames_Static(); in component_writeInfo()
262 ::excomp2_impl::ExampleComponent2Impl::getSupportedServiceNames_Static() ) ); in component_getFactory()