LibreOffice Module xmloff (master) 1
Classes | Namespaces | Typedefs
XMLEventImportHelper.hxx File Reference
#include <com/sun/star/uno/Reference.hxx>
#include <xmloff/xmlevent.hxx>
#include <map>
#include <vector>
#include <memory>
Include dependency graph for XMLEventImportHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLEventImportHelper
 Helps the XMLEventsImportContext. More...
 

Namespaces

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

Typedefs

typedef ::std::map< OUString, std::unique_ptr< XMLEventContextFactory > > FactoryMap
 
typedef ::std::map< XMLEventName, OUString > NameMap
 

Typedef Documentation

◆ FactoryMap

typedef ::std::map< OUString, std::unique_ptr<XMLEventContextFactory> > FactoryMap

Definition at line 37 of file XMLEventImportHelper.hxx.

◆ NameMap

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

Definition at line 38 of file XMLEventImportHelper.hxx.