LibreOffice Module xmloff (master) 1
Classes | Namespaces | Typedefs
XMLEventExport.hxx File Reference
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <xmloff/xmlevent.hxx>
#include <map>
#include <memory>
Include dependency graph for XMLEventExport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLEventExport
 Export instances of EventsSupplier services. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::document
 
namespace  com::sun::star::container
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::uno
 

Typedefs

typedef ::std::map< OUString, std::unique_ptr< XMLEventExportHandler > > HandlerMap
 
typedef ::std::map< OUString, XMLEventNameNameMap
 

Typedef Documentation

◆ HandlerMap

typedef ::std::map< OUString, std::unique_ptr<XMLEventExportHandler> > HandlerMap

Definition at line 43 of file XMLEventExport.hxx.

◆ NameMap

typedef ::std::map< OUString, XMLEventName > NameMap

Definition at line 44 of file XMLEventExport.hxx.