LibreOffice Module xmloff (master) 1
Variables
XMLIndexTableSourceContext.cxx File Reference
#include "XMLIndexTableSourceContext.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/ReferenceFieldPart.hpp>
#include <sax/tools/converter.hxx>
#include "XMLIndexTemplateContext.hxx"
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <rtl/ustring.hxx>
Include dependency graph for XMLIndexTableSourceContext.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< sal_uInt16 > const lcl_aReferenceTypeTokenMap []
 

Variable Documentation

◆ lcl_aReferenceTypeTokenMap

SvXMLEnumMapEntry<sal_uInt16> const lcl_aReferenceTypeTokenMap[]
Initial value:
=
{
{ XML_TEXT, ReferenceFieldPart::TEXT },
{ XML_CATEGORY_AND_VALUE, ReferenceFieldPart::CATEGORY_AND_NUMBER },
{ XML_CAPTION, ReferenceFieldPart::ONLY_CAPTION },
{ XML_CHAPTER, ReferenceFieldPart::CATEGORY_AND_NUMBER },
{ XML_PAGE, ReferenceFieldPart::ONLY_CAPTION },
}
@ XML_CATEGORY_AND_VALUE
Definition: xmltoken.hxx:406

Definition at line 59 of file XMLIndexTableSourceContext.cxx.

Referenced by XMLIndexTableSourceContext::ProcessAttribute().