LibreOffice Module oox (master) 1
|
#include <cstddef>
#include <memory>
#include <vector>
#include <com/sun/star/uno/Reference.hxx>
#include <oox/dllapi.h>
#include <oox/helper/binarystreambase.hxx>
#include <oox/helper/helper.hxx>
#include <rtl/string.hxx>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <sal/types.h>
Go to the source code of this file.
Classes | |
class | oox::BinaryInputStream |
Interface for binary input stream classes. More... | |
class | oox::BinaryXInputStream |
Wraps a UNO input stream and provides convenient access functions. More... | |
class | oox::SequenceInputStream |
Wraps a StreamDataSequence and provides convenient access functions. More... | |
class | oox::RelativeInputStream |
Wraps a BinaryInputStream and provides access to a specific part of the stream data. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::io |
namespace | oox |
Typedefs | |
typedef std::shared_ptr< BinaryInputStream > | oox::BinaryInputStreamRef |