LibreOffice Module xmloff (master)
1
|
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmltoken.hxx>
#include <vector>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/beans/PropertyValues.hpp>
Go to the source code of this file.
Classes | |
struct | SvXMLEnumMapEntry< class > |
Map an XMLTokenEnum to an enum value. | |
class | XMLIndexTemplateContext |
Import index entry templates. More... | |
Namespaces | |
com::sun::star | |
#file | |
com::sun::star::xml::sax | |
com::sun::star::beans | |
Variables | |
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 |
const char * | aLevelStylePropNameTableMap [] |
const bool | aAllowedTokenTypesTable [] |
const bool aAllowedTokenTypesAlpha[] |
Definition at line 335 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const bool aAllowedTokenTypesBibliography[] |
Definition at line 389 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const bool aAllowedTokenTypesTable[] |
Definition at line 410 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const bool aAllowedTokenTypesTOC[] |
Definition at line 295 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext().
const bool aAllowedTokenTypesUser[] |
Definition at line 307 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameAlphaMap[] |
Definition at line 322 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aLevelNameBibliographyMap[] |
Definition at line 350 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16>* aLevelNameTableMap |
Definition at line 405 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const char* aLevelStylePropNameAlphaMap[] |
Definition at line 331 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexAlphabeticalSourceContext::createFastChildContext().
const char* aLevelStylePropNameBibliographyMap[] |
Definition at line 378 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexBibliographySourceContext::createFastChildContext().
const char* aLevelStylePropNameTableMap[] |
Definition at line 407 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexIllustrationSourceContext::createFastChildContext(), XMLIndexTableSourceContext::createFastChildContext(), and XMLIndexObjectSourceContext::createFastChildContext().
const char* aLevelStylePropNameTOCMap[] |
Definition at line 289 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().
const SvXMLEnumMapEntry<sal_uInt16> aSvLevelNameTOCMap[] |
Definition at line 274 of file XMLIndexTemplateContext.cxx.
Referenced by XMLIndexTOCSourceContext::createFastChildContext(), and XMLIndexUserSourceContext::createFastChildContext().