LibreOffice Module unotools (master) 1
Classes | Namespaces | Typedefs
streamwrap.hxx File Reference
#include <unotools/unotoolsdllapi.h>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/io/XTruncate.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/bytereader.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase1.hxx>
#include <memory>
#include <mutex>
Include dependency graph for streamwrap.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  utl::OInputStreamWrapper_Base
 
class  utl::OInputStreamWrapper
 helper class for wrapping an SvStream into a com.sun.star.io::XInputStream More...
 
class  utl::OSeekableInputStreamWrapper
 helper class for wrapping an SvStream into a com.sun.star.io::XInputStream which is seekable (i.e. More...
 
class  utl::OOutputStreamWrapper
 
class  utl::OSeekableOutputStreamWrapper
 helper class for wrapping an SvStream into a com.sun.star.io::XOutputStream which is seekable (i.e. More...
 
class  utl::OStreamWrapper
 

Namespaces

namespace  utl
 

Typedefs

typedef ::cppu::ImplHelper1< css::io::XSeekable > utl::OSeekableOutputStreamWrapper_Base