Searched refs:StorageElementFactory (Results 1 – 6 of 6) sorted by relevance
61 StorageElementFactory::StorageElementFactory( in StorageElementFactory() function in StorageElementFactory70 StorageElementFactory::~StorageElementFactory() in ~StorageElementFactory()78 StorageElementFactory::createTemporaryStorage() in createTemporaryStorage()105 StorageElementFactory::createStorage( const rtl::OUString & rUri, in createStorage()255 StorageElementFactory::createInputStream( const rtl::OUString & rUri, in createInputStream()278 StorageElementFactory::createOutputStream( const rtl::OUString & rUri, in createOutputStream()320 StorageElementFactory::createStream( const rtl::OUString & rUri, in createStream()355 void StorageElementFactory::releaseElement( Storage * pElement ) SAL_THROW( () ) in releaseElement()369 uno::Reference< embed::XStorage > StorageElementFactory::queryParentStorage( in queryParentStorage()388 uno::Reference< embed::XStorage > StorageElementFactory::queryStorage( in queryStorage()[all …]
47 class StorageElementFactory : public salhelper::SimpleReferenceObject class50 StorageElementFactory(54 ~StorageElementFactory();
89 const rtl::Reference< StorageElementFactory > & xFactory,192 rtl::Reference< StorageElementFactory > m_xFactory;205 StorageElementFactory::StorageMap::iterator m_aContainerIt;207 friend class StorageElementFactory;
62 class StorageElementFactory;132 rtl::Reference< StorageElementFactory > m_xStgElemFac;
61 m_xStgElemFac( new StorageElementFactory( xSMgr, m_xDocsMgr ) ) in ContentProvider()
73 const rtl::Reference< StorageElementFactory > & xFactory, in Storage()