Searched refs:FSStorageFactory (Results 1 – 2 of 2) sorted by relevance
48 uno::Sequence< ::rtl::OUString > SAL_CALL FSStorageFactory::impl_staticGetSupportedServiceNames() in impl_staticGetSupportedServiceNames()57 ::rtl::OUString SAL_CALL FSStorageFactory::impl_staticGetImplementationName() in impl_staticGetImplementationName()63 uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()66 return uno::Reference< uno::XInterface >( *new FSStorageFactory( xServiceManager ) ); in impl_staticCreateSelfInstance()70 uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::createInstance() in createInstance()92 uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::createInstanceWithArguments( in createInstanceWithArguments()199 ::rtl::OUString SAL_CALL FSStorageFactory::getImplementationName() in getImplementationName()205 sal_Bool SAL_CALL FSStorageFactory::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()217 uno::Sequence< ::rtl::OUString > SAL_CALL FSStorageFactory::getSupportedServiceNames() in getSupportedServiceNames()239 …if (FSStorageFactory::impl_staticGetImplementationName().compareToAscii (pImplementationName) == 0) in component_getFactory()[all …]
34 class FSStorageFactory : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::XSingleServiceFact… class40 …FSStorageFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFac… in FSStorageFactory() function in FSStorageFactory