LibreOffice Module oox (master) 1
Namespaces
olestorage.cxx File Reference
#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>
Include dependency graph for olestorage.cxx:

Go to the source code of this file.

Namespaces

namespace  oox
 
namespace  oox::ole
 

Variable Documentation

◆ maElementName

OUString maElementName
private

Definition at line 80 of file olestorage.cxx.

◆ mxOutStrm

Reference< XOutputStream > mxOutStrm
private

Definition at line 78 of file olestorage.cxx.

◆ mxSeekable

Reference< XSeekable > mxSeekable
private

Definition at line 79 of file olestorage.cxx.

◆ mxStorage

Reference< XNameContainer > mxStorage
private

◆ mxTempFile

Reference< XStream > mxTempFile
private

Definition at line 77 of file olestorage.cxx.