Lines Matching refs:FactoryImpl
73 struct FactoryImpl : public ::cppu::WeakImplHelper2< lang::XServiceInfo, struct
85 FactoryImpl();
86 virtual ~FactoryImpl();
103 UnoInterfaceReference FactoryImpl::binuno_queryInterface( in binuno_queryInterface()
184 inline ProxyRoot( ::rtl::Reference< FactoryImpl > const & factory,
187 ::rtl::Reference< FactoryImpl > m_factory;
324 ::rtl::Reference< FactoryImpl > const & factory, in ProxyRoot()
409 FactoryImpl::FactoryImpl() in FactoryImpl() function in __anon1a7bdd330111::FactoryImpl
436 FactoryImpl::~FactoryImpl() in ~FactoryImpl()
443 Reference< XAggregation > FactoryImpl::createProxy( in createProxy()
452 OUString FactoryImpl::getImplementationName() in getImplementationName()
459 sal_Bool FactoryImpl::supportsService( const OUString & rServiceName ) in supportsService()
473 Sequence< OUString > FactoryImpl::getSupportedServiceNames() in getSupportedServiceNames()
492 xRet = static_cast< ::cppu::OWeakObject * >(new FactoryImpl); in proxyfac_create()