LibreOffice Module package (master) 1
Classes | Namespaces | Typedefs
ManifestImport.hxx File Reference
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <unordered_map>
#include <utility>
#include <vector>
#include <rtl/ustrbuf.hxx>
Include dependency graph for ManifestImport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ManifestScopeEntry
 
class  ManifestImport
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  com::sun::star::beans
 

Typedefs

typedef std::unordered_map< OUString, OUString > StringHashMap
 
typedef ::std::vector< ManifestScopeEntryManifestStack
 

Typedef Documentation

◆ ManifestStack

typedef ::std::vector< ManifestScopeEntry > ManifestStack

Definition at line 51 of file ManifestImport.hxx.

◆ StringHashMap

typedef std::unordered_map< OUString, OUString > StringHashMap

Definition at line 36 of file ManifestImport.hxx.