Lines Matching refs:FSStorageFactory
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()
94 uno::Reference< uno::XInterface > SAL_CALL FSStorageFactory::createInstanceWithArguments( in createInstanceWithArguments()
203 ::rtl::OUString SAL_CALL FSStorageFactory::getImplementationName() in getImplementationName()
210 sal_Bool SAL_CALL FSStorageFactory::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
223 uno::Sequence< ::rtl::OUString > SAL_CALL FSStorageFactory::getSupportedServiceNames() in getSupportedServiceNames()
246 …if (FSStorageFactory::impl_staticGetImplementationName().compareToAscii (pImplementationName) == 0) in component_getFactory()
250 FSStorageFactory::impl_staticGetImplementationName(), in component_getFactory()
251 FSStorageFactory::impl_staticCreateSelfInstance, in component_getFactory()
252 FSStorageFactory::impl_staticGetSupportedServiceNames() ); in component_getFactory()