LibreOffice Module xmloff (master) 1
Classes | Namespaces | Enumerations
XMLSectionExport.hxx File Reference
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <xmloff/xmltoken.hxx>
Include dependency graph for XMLSectionExport.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLSectionExport
 This class handles the export of sections and indices (which are, internally, just sections). More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 #file
 
namespace  com::sun::star::text
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::container
 

Enumerations

enum  SectionTypeEnum {
  TEXT_SECTION_TYPE_TOC ,
  TEXT_SECTION_TYPE_TABLE ,
  TEXT_SECTION_TYPE_ILLUSTRATION ,
  TEXT_SECTION_TYPE_OBJECT ,
  TEXT_SECTION_TYPE_USER ,
  TEXT_SECTION_TYPE_ALPHABETICAL ,
  TEXT_SECTION_TYPE_BIBLIOGRAPHY ,
  TEXT_SECTION_TYPE_UNKNOWN
}
 

Enumeration Type Documentation

◆ SectionTypeEnum

Enumerator
TEXT_SECTION_TYPE_TOC 
TEXT_SECTION_TYPE_TABLE 
TEXT_SECTION_TYPE_ILLUSTRATION 
TEXT_SECTION_TYPE_OBJECT 
TEXT_SECTION_TYPE_USER 
TEXT_SECTION_TYPE_ALPHABETICAL 
TEXT_SECTION_TYPE_BIBLIOGRAPHY 
TEXT_SECTION_TYPE_UNKNOWN 

Definition at line 48 of file XMLSectionExport.hxx.