LibreOffice Module sdext (master) 1
Namespaces | Functions | Variables
emitcontext.cxx File Reference
#include <saxemitter.hxx>
#include "emitcontext.hxx"
#include "saxattrlist.hxx"
#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <xmloff/xmlimp.hxx>
#include <osl/file.hxx>
Include dependency graph for emitcontext.cxx:

Go to the source code of this file.

Namespaces

namespace  pdfi
 

Functions

XmlEmitterSharedPtr pdfi::createSaxEmitter (const uno::Reference< xml::sax::XDocumentHandler > &xDocHdl)
 

Variables

static osl::File * pStream = nullptr
 
static int nIndent = 0
 

Variable Documentation

◆ nIndent

int nIndent = 0
static

Definition at line 33 of file emitcontext.cxx.

Referenced by pdfi::SaxEmitter::beginTag(), and pdfi::SaxEmitter::endTag().

◆ pStream

osl::File* pStream = nullptr
static