LibreOffice Module xmloff (master) 1
|
#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>
Go to the source code of this file.
Variables | |
static const char * | aIndexServiceMap [] |
const XMLTokenEnum | aIndexSourceElementMap [] |
SvXMLEnumMapEntry< IndexTypeEnum > const | aIndexTypeMap [] |
|
static |
Definition at line 61 of file XMLIndexTOCContext.cxx.
Referenced by XMLIndexTOCContext::startFastElement(), and XMLIndexTOCContext::XMLIndexTOCContext().
const XMLTokenEnum aIndexSourceElementMap[] |
Definition at line 72 of file XMLIndexTOCContext.cxx.
Referenced by XMLIndexTOCContext::createFastChildContext(), and XMLIndexTOCContext::XMLIndexTOCContext().
SvXMLEnumMapEntry<IndexTypeEnum> const aIndexTypeMap[] |
Definition at line 83 of file XMLIndexTOCContext.cxx.
Referenced by XMLIndexTOCContext::XMLIndexTOCContext().