LibreOffice Module xmloff (master) 1
Classes | Namespaces | Variables
xmlevent.hxx File Reference
#include <rtl/ustring.hxx>
#include <utility>
Include dependency graph for xmlevent.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XMLEventName
 
struct  XMLEventNameTranslation
 XMLEventNameTranslation: define tables that translate between event names as used in the XML file format and in the StarOffice API. More...
 
class  XMLEventExportHandler
 Handle export of an event for a certain event type (event type as defined by the PropertyValue "EventType" in API). More...
 
class  XMLEventContextFactory
 Handle import of an event for a certain event type (as defined by the PropertyValue "EventType" in the API). More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  com::sun::star::beans
 

Variables

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

Variable Documentation

◆ aStandardEventTable

const XMLEventNameTranslation aStandardEventTable[]
extern

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().