Lines Matching refs:StorageBase

58 StorageBase::StorageBase( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStrea…  in StorageBase()  function in XSLT::StorageBase
67 StorageBase::StorageBase( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& … in StorageBase() function in XSLT::StorageBase
75 StorageBase::StorageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, b… in StorageBase() function in XSLT::StorageBase
83 StorageBase::~StorageBase() in ~StorageBase()
87 bool StorageBase::isStorage() const in isStorage()
92 bool StorageBase::isRootStorage() const in isRootStorage()
97 bool StorageBase::isReadOnly() const in isReadOnly()
102 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > StorageBase::getXStorage() co… in getXStorage()
107 const ::rtl::OUString& StorageBase::getName() const in getName()
112 ::rtl::OUString StorageBase::getPath() const in getPath()
124 void StorageBase::getElementNames( ::std::vector< ::rtl::OUString >& orElementNames ) const in getElementNames()
130 XSLT::StorageRef StorageBase::openSubStorage( const ::rtl::OUString& rStorageName, bool bCreatedMis… in openSubStorage()
147 ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > StorageBase::openInputStream… in openInputStream()
173 ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > StorageBase::openOutputStre… in openOutputStream()
203 void StorageBase::copyToStorage( StorageBase& rDestStrg, const ::rtl::OUString& rElementName ) in copyToStorage()
233 void StorageBase::copyStorageToStorage( StorageBase& rDestStrg ) in copyStorageToStorage()
246 void StorageBase::commit() in commit()
251 m_aSubStorages.forEachMem(&StorageBase::commit); in commit()
256 XSLT::StorageRef StorageBase::getSubStorage( const ::rtl::OUString& rElementName, bool bCreateMissi… in getSubStorage()
265 : StorageBase(rxInStream, false) in ZipStorage()
280 : StorageBase(rxStream, false) in ZipStorage()
296 : StorageBase(rParentStorage, rElementName, rParentStorage.isReadOnly()) in ZipStorage()