Lines Matching refs:LegacySingletonFactory
67 class COMPHELPER_DLLPRIVATE LegacySingletonFactory : public LegacySingletonFactory_Base class
70 LegacySingletonFactory(
85 ~LegacySingletonFactory();
102 …LegacySingletonFactory::LegacySingletonFactory( ::cppu::ComponentFactoryFunc _componentFactoryFunc… in LegacySingletonFactory() function in comphelper::LegacySingletonFactory
115 LegacySingletonFactory::~LegacySingletonFactory() in ~LegacySingletonFactory()
122 …::rtl::OUString SAL_CALL LegacySingletonFactory::getImplementationName( ) throw (RuntimeException) in getImplementationName()
128 …::sal_Bool SAL_CALL LegacySingletonFactory::supportsService( const ::rtl::OUString& _rServiceName … in supportsService()
137 …Sequence< ::rtl::OUString > SAL_CALL LegacySingletonFactory::getSupportedServiceNames( ) throw (R… in getSupportedServiceNames()
143 …bool LegacySingletonFactory::impl_nts_ensureInstance( const Reference< XComponentContext >& _rxCon… in impl_nts_ensureInstance()
156 …Reference< XInterface > SAL_CALL LegacySingletonFactory::createInstanceWithContext( const Referenc… in createInstanceWithContext()
165 …Reference< XInterface > SAL_CALL LegacySingletonFactory::createInstanceWithArgumentsAndContext( co… in createInstanceWithArgumentsAndContext()
187 …return new LegacySingletonFactory( _componentFactoryFunc, _rImplementationName, _rServiceNames, _p… in createLegacySingletonFactory()