LibreOffice Module xmloff (master) 1
Classes | Typedefs
XMLTableImport.hxx File Reference
#include <com/sun/star/table/XColumnRowRange.hpp>
#include <xmloff/dllapi.h>
#include <xmloff/xmlictxt.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/prhdlfac.hxx>
#include <rtl/ref.hxx>
#include <map>
#include <memory>
Include dependency graph for XMLTableImport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLTableImport
 

Typedefs

typedef std::map< OUString, OUString > XMLTableTemplate
 
typedef std::vector< std::pair< OUString, std::shared_ptr< XMLTableTemplate > > > XMLTableTemplateMap
 

Typedef Documentation

◆ XMLTableTemplate

typedef std::map< OUString, OUString > XMLTableTemplate

Definition at line 38 of file XMLTableImport.hxx.

◆ XMLTableTemplateMap

typedef std::vector< std::pair< OUString, std::shared_ptr< XMLTableTemplate > > > XMLTableTemplateMap

Definition at line 42 of file XMLTableImport.hxx.