LibreOffice Module sdext (master) 1
Namespaces | Functions
odfemitter.cxx File Reference
#include <odfemitter.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/io/XOutputStream.hpp>
#include <comphelper/stl_types.hxx>
#include <utility>
Include dependency graph for odfemitter.cxx:

Go to the source code of this file.

Namespaces

namespace  pdfi
 

Functions

XmlEmitterSharedPtr pdfi::createOdfEmitter (const uno::Reference< io::XOutputStream > &xOut)
 

Variable Documentation

◆ m_aBuf

uno::Sequence<sal_Int8> m_aBuf
private

Definition at line 42 of file odfemitter.cxx.

◆ m_aLineFeed

uno::Sequence<sal_Int8> m_aLineFeed
private

Definition at line 41 of file odfemitter.cxx.

◆ m_xOutput

uno::Reference<io::XOutputStream> m_xOutput
private

Definition at line 40 of file odfemitter.cxx.