LibreOffice Module xmloff (master) 1
Variables
XMLIndexTOCContext.cxx File Reference
#include "XMLIndexTOCContext.hxx"
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/text/XTextContent.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <sax/tools/converter.hxx>
#include <sal/log.hxx>
#include "XMLIndexTOCSourceContext.hxx"
#include "XMLIndexObjectSourceContext.hxx"
#include "XMLIndexAlphabeticalSourceContext.hxx"
#include "XMLIndexUserSourceContext.hxx"
#include "XMLIndexBibliographySourceContext.hxx"
#include "XMLIndexTableSourceContext.hxx"
#include "XMLIndexIllustrationSourceContext.hxx"
#include "XMLIndexBodyContext.hxx"
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/txtimp.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/prstylei.hxx>
#include <xmloff/xmlerror.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <rtl/ustring.hxx>
#include <osl/diagnose.h>
Include dependency graph for XMLIndexTOCContext.cxx:

Go to the source code of this file.

Variables

static const char * aIndexServiceMap []
 
const XMLTokenEnum aIndexSourceElementMap []
 
SvXMLEnumMapEntry< IndexTypeEnum > const aIndexTypeMap []
 

Variable Documentation

◆ aIndexServiceMap

const char* aIndexServiceMap[]
static
Initial value:
=
{
"com.sun.star.text.ContentIndex",
"com.sun.star.text.DocumentIndex",
"com.sun.star.text.TableIndex",
"com.sun.star.text.ObjectIndex",
"com.sun.star.text.Bibliography",
"com.sun.star.text.UserIndex",
"com.sun.star.text.IllustrationsIndex"
}

Definition at line 61 of file XMLIndexTOCContext.cxx.

Referenced by XMLIndexTOCContext::startFastElement(), and XMLIndexTOCContext::XMLIndexTOCContext().

◆ aIndexSourceElementMap

const XMLTokenEnum aIndexSourceElementMap[]

◆ aIndexTypeMap

SvXMLEnumMapEntry<IndexTypeEnum> const aIndexTypeMap[]
Initial value:
=
{
}
@ TEXT_INDEX_TABLE
@ TEXT_INDEX_ALPHABETICAL
@ TEXT_INDEX_USER
@ TEXT_INDEX_BIBLIOGRAPHY
@ TEXT_INDEX_TOC
@ TEXT_INDEX_OBJECT
@ TEXT_INDEX_ILLUSTRATION
@ XML_ILLUSTRATION_INDEX
Definition: xmltoken.hxx:1073
@ XML_ALPHABETICAL_INDEX
Definition: xmltoken.hxx:236

Definition at line 83 of file XMLIndexTOCContext.cxx.

Referenced by XMLIndexTOCContext::XMLIndexTOCContext().