Lines Matching refs:FactoryImpl
113 class FactoryImpl class
133 FactoryImpl( Reference< XComponentContext > const & xContext )
135 virtual ~FactoryImpl() SAL_THROW( () );
166 FactoryImpl * m_pFactory;
200 FactoryImpl * pFactory )
678 FactoryImpl * pFactory ) in AdapterImpl()
728 FactoryImpl::FactoryImpl( Reference< XComponentContext > const & xContext ) in FactoryImpl() function in stoc_invadp::FactoryImpl
799 FactoryImpl::~FactoryImpl() SAL_THROW( () ) in ~FactoryImpl()
864 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
925 Reference< XInterface > FactoryImpl::createAdapter( in createAdapter()
934 OUString FactoryImpl::getImplementationName() in getImplementationName()
940 sal_Bool FactoryImpl::supportsService( const OUString & rServiceName ) in supportsService()
953 Sequence< OUString > FactoryImpl::getSupportedServiceNames() in getSupportedServiceNames()
972 rRet = (::cppu::OWeakObject *)new FactoryImpl( xContext ); in FactoryImpl_create()