Lines Matching refs:StorageBase

65 StorageBase::StorageBase( const Reference< XInputStream >& rxInStream, bool bBaseStreamAccess ) :  in StorageBase()  function in oox::StorageBase
73 StorageBase::StorageBase( const Reference< XStream >& rxOutStream, bool bBaseStreamAccess ) : in StorageBase() function in oox::StorageBase
81 StorageBase::StorageBase( const StorageBase& rParentStorage, const OUString& rStorageName, bool bRe… in StorageBase() function in oox::StorageBase
89 StorageBase::~StorageBase() in ~StorageBase()
93 bool StorageBase::isStorage() const in isStorage()
98 bool StorageBase::isRootStorage() const in isRootStorage()
103 bool StorageBase::isReadOnly() const in isReadOnly()
108 Reference< XStorage > StorageBase::getXStorage() const in getXStorage()
113 const OUString& StorageBase::getName() const in getName()
118 OUString StorageBase::getPath() const in getPath()
127 void StorageBase::getElementNames( ::std::vector< OUString >& orElementNames ) const in getElementNames()
133 StorageRef StorageBase::openSubStorage( const OUString& rStorageName, bool bCreateMissing ) in openSubStorage()
149 Reference< XInputStream > StorageBase::openInputStream( const OUString& rStreamName ) in openInputStream()
174 Reference< XOutputStream > StorageBase::openOutputStream( const OUString& rStreamName ) in openOutputStream()
203 void StorageBase::copyToStorage( StorageBase& rDestStrg, const OUString& rElementName ) in copyToStorage()
233 void StorageBase::copyStorageToStorage( StorageBase& rDestStrg ) in copyStorageToStorage()
245 void StorageBase::commit() in commit()
251 maSubStorages.forEachMem( &StorageBase::commit ); in commit()
259 StorageRef StorageBase::getSubStorage( const OUString& rElementName, bool bCreateMissing ) in getSubStorage()