LibreOffice Module xmloff (master) 1
|
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 |
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.
sal_uInt16 XMLEventNameTranslation::nPrefix |
Definition at line 79 of file xmlevent.hxx.
const char* XMLEventNameTranslation::sAPIName |
Definition at line 78 of file xmlevent.hxx.
Referenced by XMLEventExport::AddTranslationTable(), and XMLEventImportHelper::AddTranslationTable().
const char* XMLEventNameTranslation::sXMLName |
Definition at line 80 of file xmlevent.hxx.