LibreOffice Module xmloff (master) 1
Variables
XMLIndexChapterInfoEntryContext.cxx File Reference
#include "XMLIndexChapterInfoEntryContext.hxx"
#include <com/sun/star/text/ChapterFormat.hpp>
#include <sax/tools/converter.hxx>
#include <sal/log.hxx>
#include "XMLIndexTemplateContext.hxx"
#include <xmloff/xmlimp.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
Include dependency graph for XMLIndexChapterInfoEntryContext.cxx:

Go to the source code of this file.

Variables

const SvXMLEnumMapEntry< sal_uInt16 > aChapterDisplayMap []
 

Variable Documentation

◆ aChapterDisplayMap

const SvXMLEnumMapEntry<sal_uInt16> aChapterDisplayMap[]
Initial value:
=
{
{ XML_NAME, ChapterFormat::NAME },
{ XML_NUMBER, ChapterFormat::NUMBER },
{ XML_NUMBER_AND_NAME, ChapterFormat::NAME_NUMBER },
{ XML_PLAIN_NUMBER_AND_NAME, ChapterFormat::NO_PREFIX_SUFFIX },
{ XML_PLAIN_NUMBER, ChapterFormat::DIGIT },
}
@ XML_PLAIN_NUMBER_AND_NAME
Definition: xmltoken.hxx:1527

Definition at line 65 of file XMLIndexChapterInfoEntryContext.cxx.

Referenced by XMLIndexChapterInfoEntryContext::startFastElement().