LibreOffice Module xmloff (master) 1
|
#include "XMLIndexTemplateContext.hxx"
#include "XMLIndexSimpleEntryContext.hxx"
#include "XMLIndexSpanEntryContext.hxx"
#include "XMLIndexTabStopEntryContext.hxx"
#include "XMLIndexBibliographyEntryContext.hxx"
#include "XMLIndexChapterInfoEntryContext.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/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <tools/debug.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <algorithm>
Go to the source code of this file.
Variables | |
SvXMLEnumMapEntry< TemplateTokenType > const | aTemplateTokenTypeMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aSvLevelNameTOCMap [] |
const char * | aLevelStylePropNameTOCMap [] |
const bool | aAllowedTokenTypesTOC [] |
const bool | aAllowedTokenTypesUser [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aLevelNameAlphaMap [] |
const char * | aLevelStylePropNameAlphaMap [] |
const bool | aAllowedTokenTypesAlpha [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aLevelNameBibliographyMap [] |
const char * | aLevelStylePropNameBibliographyMap [] |
const bool | aAllowedTokenTypesBibliography [] |
const SvXMLEnumMapEntry< sal_uInt16 > * | aLevelNameTableMap = nullptr |
const char * | aLevelStylePropNameTableMap [] |
const bool | aAllowedTokenTypesTable [] |
const bool aAllowedTokenTypesAlpha[] |
Definition at line 333 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const bool aAllowedTokenTypesBibliography[] |
Definition at line 387 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const bool aAllowedTokenTypesTable[] |
Definition at line 408 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexObjectSourceContext::createFastChildContext(), and XMLIndexTableSourceContext::createFastChildContext().
const bool aAllowedTokenTypesTOC[] |
Definition at line 293 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext().
const bool aAllowedTokenTypesUser[] |
Definition at line 305 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameAlphaMap[] |
Definition at line 320 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameBibliographyMap[] |
Definition at line 348 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16>* aLevelNameTableMap = nullptr |
Definition at line 403 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexObjectSourceContext::createFastChildContext(), and XMLIndexTableSourceContext::createFastChildContext().
const char* aLevelStylePropNameAlphaMap[] |
Definition at line 329 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const char* aLevelStylePropNameBibliographyMap[] |
Definition at line 376 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const char* aLevelStylePropNameTableMap[] |
Definition at line 405 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexObjectSourceContext::createFastChildContext(), and XMLIndexTableSourceContext::createFastChildContext().
const char* aLevelStylePropNameTOCMap[] |
Definition at line 287 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aSvLevelNameTOCMap[] |
Definition at line 272 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().
SvXMLEnumMapEntry<TemplateTokenType> const aTemplateTokenTypeMap[] |
Definition at line 184 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTemplateContext::createFastChildContext().