Lines Matching refs:SfxModelFactory
77 class SfxModelFactory : public SfxModelFactory_Base class
80 SfxModelFactory(
97 virtual ~SfxModelFactory();
113 SfxModelFactory::SfxModelFactory( const Reference< XMultiServiceFactory >& _rxServiceFactory, in SfxModelFactory() function in sfx2::SfxModelFactory
124 SfxModelFactory::~SfxModelFactory() in ~SfxModelFactory()
129 …Reference< XInterface > SfxModelFactory::impl_createInstance( const sal_uInt64 _nCreationFlags ) c… in impl_createInstance()
135 …Reference< XInterface > SAL_CALL SfxModelFactory::createInstance( ) throw (Exception, RuntimeExce… in createInstance()
166 …Reference< XInterface > SAL_CALL SfxModelFactory::createInstanceWithArguments( const Sequence< Any… in createInstanceWithArguments()
204 ::rtl::OUString SAL_CALL SfxModelFactory::getImplementationName( ) throw (RuntimeException) in getImplementationName()
210 …::sal_Bool SAL_CALL SfxModelFactory::supportsService( const ::rtl::OUString& _rServiceName ) throw… in supportsService()
220 …Sequence< ::rtl::OUString > SAL_CALL SfxModelFactory::getSupportedServiceNames( ) throw (RuntimeE… in getSupportedServiceNames()
230 …return new SfxModelFactory( _rxServiceFactory, _rImplementationName, _pComponentFactoryFunc, _rSer… in createSfxModelFactory()