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>
Go to the source code of this file.
Enumerations | |
enum | TemplateTokenType |
template token types; used for aTokenTypeMap parameter More... | |
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 [] |
enum TemplateTokenType |
template token types; used for aTokenTypeMap parameter
Definition at line 174 of file XMLIndexTemplateContext.cxx.
const bool aAllowedTokenTypesAlpha[] |
Definition at line 337 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const bool aAllowedTokenTypesBibliography[] |
Definition at line 391 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const bool aAllowedTokenTypesTable[] |
Definition at line 412 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const bool aAllowedTokenTypesTOC[] |
Definition at line 297 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext().
const bool aAllowedTokenTypesUser[] |
Definition at line 309 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameAlphaMap[] |
Definition at line 324 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameBibliographyMap[] |
Definition at line 352 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16>* aLevelNameTableMap = nullptr |
Definition at line 407 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const char* aLevelStylePropNameAlphaMap[] |
Definition at line 333 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const char* aLevelStylePropNameBibliographyMap[] |
Definition at line 380 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const char* aLevelStylePropNameTableMap[] |
Definition at line 409 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const char* aLevelStylePropNameTOCMap[] |
Definition at line 291 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aSvLevelNameTOCMap[] |
Definition at line 276 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().
SvXMLEnumMapEntry<TemplateTokenType> const aTemplateTokenTypeMap[] |
Definition at line 188 of file XMLIndexTemplateContext.cxx.