LibreOffice Module xmloff (master) 1
Functions | Variables
XMLEventExport.cxx File Reference
#include <xmloff/XMLEventExport.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/container/XNameReplace.hpp>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/namespacemap.hxx>
Include dependency graph for XMLEventExport.cxx:

Go to the source code of this file.

Functions

constexpr OUStringLiteral gsEventType (u"EventType")
 

Variables

const XMLEventNameTranslation aStandardEventTable []
 a translation table for the events defined in the XEventsSupplier service (implemented in XMLEventExport.cxx) More...
 

Function Documentation

◆ gsEventType()

constexpr OUStringLiteral gsEventType ( u"EventType"  )
constexpr

Variable Documentation

◆ aStandardEventTable

const XMLEventNameTranslation aStandardEventTable[]

a translation table for the events defined in the XEventsSupplier service (implemented in XMLEventExport.cxx)

Definition at line 254 of file XMLEventExport.cxx.

Referenced by SvXMLExport::GetEventExport().