LibreOffice Module sax (master) 1
Macros | Functions
saxwriter.cxx File Reference
#include <string.h>
#include <cassert>
#include <set>
#include <stack>
#include <vector>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/xml/sax/SAXInvalidCharacterException.hpp>
#include <com/sun/star/xml/sax/XWriter.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
#include <sal/log.hxx>
#include <memory>
Include dependency graph for saxwriter.cxx:

Go to the source code of this file.

Macros

#define LINEFEED   10
 
#define SEQUENCESIZE   1024
 
#define MAXCOLUMNCOUNT   72
 

Functions

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

Macro Definition Documentation

◆ LINEFEED

#define LINEFEED   10

Definition at line 54 of file saxwriter.cxx.

◆ MAXCOLUMNCOUNT

#define MAXCOLUMNCOUNT   72

Definition at line 56 of file saxwriter.cxx.

◆ SEQUENCESIZE

#define SEQUENCESIZE   1024

Definition at line 55 of file saxwriter.cxx.

Function Documentation

◆ com_sun_star_extensions_xml_sax_Writer_get_implementation()

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

Definition at line 1479 of file saxwriter.cxx.