|
LibreOffice Module oox (master) 1
|
This is the complete list of members for oox::StorageBase, including all inherited members.
| commit() | oox::StorageBase | |
| copyStorageToStorage(StorageBase &rDestStrg) | oox::StorageBase | |
| copyToStorage(StorageBase &rDestStrg, const OUString &rElementName) | oox::StorageBase | |
| getElementNames(::std::vector< OUString > &orElementNames) const | oox::StorageBase | |
| getName() const | oox::StorageBase | inline |
| getPath() const | oox::StorageBase | |
| getSubStorage(const OUString &rElementName, bool bCreateMissing) | oox::StorageBase | private |
| getXStorage() const | oox::StorageBase | |
| implCommit() const =0 | oox::StorageBase | privatepure virtual |
| implGetElementNames(::std::vector< OUString > &orElementNames) const =0 | oox::StorageBase | privatepure virtual |
| implGetXStorage() const =0 | oox::StorageBase | privatepure virtual |
| implIsStorage() const =0 | oox::StorageBase | privatepure virtual |
| implOpenInputStream(const OUString &rElementName)=0 | oox::StorageBase | privatepure virtual |
| implOpenOutputStream(const OUString &rElementName)=0 | oox::StorageBase | privatepure virtual |
| implOpenSubStorage(const OUString &rElementName, bool bCreate)=0 | oox::StorageBase | privatepure virtual |
| isReadOnly() const | oox::StorageBase | inline |
| isRootStorage() const | oox::StorageBase | |
| isStorage() const | oox::StorageBase | |
| maParentPath | oox::StorageBase | private |
| maStorageName | oox::StorageBase | private |
| maSubStorages | oox::StorageBase | private |
| mbBaseStreamAccess | oox::StorageBase | private |
| mbReadOnly | oox::StorageBase | private |
| mxInStream | oox::StorageBase | private |
| mxOutStream | oox::StorageBase | private |
| openInputStream(const OUString &rStreamName) | oox::StorageBase | |
| openOutputStream(const OUString &rStreamName) | oox::StorageBase | |
| openSubStorage(const OUString &rStorageName, bool bCreateMissing) | oox::StorageBase | |
| operator=(const StorageBase &)=delete | oox::StorageBase | private |
| StorageBase(const css::uno::Reference< css::io::XInputStream > &rxInStream, bool bBaseStreamAccess) | oox::StorageBase | explicit |
| StorageBase(const css::uno::Reference< css::io::XStream > &rxOutStream, bool bBaseStreamAccess) | oox::StorageBase | explicit |
| StorageBase(const StorageBase &rParentStorage, OUString aStorageName, bool bReadOnly) | oox::StorageBase | explicitprotected |
| StorageBase(const StorageBase &)=delete | oox::StorageBase | private |
| ~StorageBase() | oox::StorageBase | virtual |