LibreOffice Module xmloff (master)
1
|
#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>
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... | |
constexpr OUStringLiteral gsEventType | ( | u"EventType" | ) |
Referenced by XMLEventExport::ExportEvent().
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(), and SvXMLImport::GetEventImport().