LibreOffice Module xmloff (master) 1
|
Handle export of an event for a certain event type (event type as defined by the PropertyValue "EventType" in API). More...
#include <xmlevent.hxx>
Public Member Functions | |
virtual | ~XMLEventExportHandler () |
virtual void | Export (SvXMLExport &rExport, const OUString &rEventQName, const css::uno::Sequence< css::beans::PropertyValue > &rValues, bool bUseWhitespace)=0 |
Handle export of an event for a certain event type (event type as defined by the PropertyValue "EventType" in API).
The Handler has to generate the full <script:event> element.
Definition at line 94 of file xmlevent.hxx.
|
inlinevirtual |
Definition at line 97 of file xmlevent.hxx.
|
pure virtual |
rEventQName | the current XML export |
rValues | the XML name of the event |
bUseWhitespace | the values for the event |
Implemented in XMLScriptExportHandler, and XMLStarBasicExportHandler.