#include <oox/ole/olestorage.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/TempFile.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>
#include <osl/diagnose.h>
#include <oox/helper/binaryinputstream.hxx>
#include <oox/helper/binaryoutputstream.hxx>
#include <oox/helper/containerhelper.hxx>
#include <utility>
Go to the source code of this file.
◆ maElementName
◆ mxOutStrm
Reference< XOutputStream > mxOutStrm |
|
private |
◆ mxSeekable
Reference< XSeekable > mxSeekable |
|
private |
◆ mxStorage
Reference< XNameContainer > mxStorage |
|
private |
Definition at line 76 of file olestorage.cxx.
Referenced by oox::ZipStorage::implCommit(), oox::ole::OleStorage::implCommit(), oox::ZipStorage::implGetElementNames(), oox::ole::OleStorage::implGetElementNames(), oox::ZipStorage::implGetXStorage(), oox::ZipStorage::implIsStorage(), oox::ole::OleStorage::implIsStorage(), oox::ZipStorage::implOpenInputStream(), oox::ole::OleStorage::implOpenInputStream(), oox::ZipStorage::implOpenOutputStream(), oox::ole::OleStorage::implOpenOutputStream(), oox::ZipStorage::implOpenSubStorage(), oox::ole::OleStorage::implOpenSubStorage(), and oox::GraphicHelper::importEmbeddedGraphic().
◆ mxTempFile
Reference< XStream > mxTempFile |
|
private |