LibreOffice Module xmloff (master) 1
Public Attributes | List of all members
XMLEventNameTranslation Struct Reference

XMLEventNameTranslation: define tables that translate between event names as used in the XML file format and in the StarOffice API. More...

#include <xmlevent.hxx>

Public Attributes

const char * sAPIName
 
sal_uInt16 nPrefix
 
const char * sXMLName
 

Detailed Description

XMLEventNameTranslation: define tables that translate between event names as used in the XML file format and in the StarOffice API.

The last entry in the table must be { NULL, 0, NULL }.

Definition at line 76 of file xmlevent.hxx.

Member Data Documentation

◆ nPrefix

sal_uInt16 XMLEventNameTranslation::nPrefix

Definition at line 79 of file xmlevent.hxx.

◆ sAPIName

const char* XMLEventNameTranslation::sAPIName

◆ sXMLName

const char* XMLEventNameTranslation::sXMLName

Definition at line 80 of file xmlevent.hxx.


The documentation for this struct was generated from the following file: