LibreOffice Module comphelper (master) 1
Namespaces | Functions
memorystream.cxx File Reference
#include <algorithm>
#include <cassert>
#include <memory>
#include <boost/core/noinit_adaptor.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/io/XSeekableInputStream.hpp>
#include <com/sun/star/io/XTruncate.hpp>
#include <comphelper/bytereader.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <string.h>
#include <vector>
Include dependency graph for memorystream.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  comphelper
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_MemoryStream (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_MemoryStream()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_MemoryStream ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 251 of file memorystream.cxx.

Variable Documentation

◆ maData

std::vector< sal_Int8, boost::noinit_adaptor<std::allocator<sal_Int8> > > maData
private

◆ mnCursor

sal_Int32 mnCursor
private

Definition at line 98 of file memorystream.cxx.