LibreOffice Module oox (master)
1
|
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <oox/dllapi.h>
#include <sal/types.h>
Go to the source code of this file.
Classes | |
class | oox::BinaryStreamBase |
Base class for binary stream classes. More... | |
class | oox::BinaryXSeekableStream |
Base class for binary input and output streams wrapping a UNO stream, seekable via the com.sun.star.io.XSeekable interface. More... | |
class | oox::SequenceSeekableStream |
Base class for binary input and output streams wrapping a StreamDataSequence, which is always seekable. More... | |
Namespaces | |
com::sun::star | |
com::sun::star::io | |
oox | |
Typedefs | |
typedef css::uno::Sequence< sal_Int8 > | oox::StreamDataSequence |