LibreOffice Module filter (master) 1
Classes | Namespaces | Typedefs | Enumerations
typedetectionimport.hxx File Reference
#include <com/sun/star/io/XInputStream.hpp>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include "xmlfilterjar.hxx"
#include <map>
#include <memory>
#include <vector>
#include <stack>
Include dependency graph for typedetectionimport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Node
 
class  TypeDetectionImporter
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 Shape IDs per cluster in DGG atom.
 
namespace  com::sun::star::xml
 
namespace  com::sun::star::xml::sax
 
namespace  com::sun::star::beans
 

Typedefs

typedef std::map< OUString, OUString > PropertyMap
 

Enumerations

enum  ImportState {
  e_Root ,
  e_Filters ,
  e_Types ,
  e_Filter ,
  e_Type ,
  e_Property ,
  e_Value ,
  e_Unknown
}
 

Typedef Documentation

◆ PropertyMap

typedef std::map<OUString, OUString> PropertyMap

Definition at line 50 of file typedetectionimport.hxx.

Enumeration Type Documentation

◆ ImportState

Enumerator
e_Root 
e_Filters 
e_Types 
e_Filter 
e_Type 
e_Property 
e_Value 
e_Unknown 

Definition at line 38 of file typedetectionimport.hxx.