LibreOffice Module sdext (master)
1
|
#include <odfemitter.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/io/XOutputStream.hpp>
#include <comphelper/stl_types.hxx>
Go to the source code of this file.
Namespaces | |
pdfi | |
Functions | |
XmlEmitterSharedPtr | pdfi::createOdfEmitter (const uno::Reference< io::XOutputStream > &xOut) |
uno::Sequence<sal_Int8> m_aBuf |
Definition at line 41 of file odfemitter.cxx.
uno::Sequence<sal_Int8> m_aLineFeed |
Definition at line 40 of file odfemitter.cxx.
uno::Reference<io::XOutputStream> m_xOutput |
Definition at line 39 of file odfemitter.cxx.