LibreOffice Module xmloff (master) 1
Variables
txtstyli.cxx File Reference
#include "XMLTextPropertySetContext.hxx"
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/XMLEventsImportContext.hxx>
#include <xmloff/families.hxx>
#include <xmloff/txtprmap.hxx>
#include <xmloff/txtstyli.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/maptype.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/xmlement.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/style/ParagraphStyleCategory.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <o3tl/any.hxx>
#include <sax/tools/converter.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <vector>
#include <xmlsdtypes.hxx>
#include <xmloff/xmlerror.hxx>
Include dependency graph for txtstyli.cxx:

Go to the source code of this file.

Variables

const SvXMLEnumMapEntry< sal_uInt16 > aCategoryMap []
 

Variable Documentation

◆ aCategoryMap

const SvXMLEnumMapEntry<sal_uInt16> aCategoryMap[]
Initial value:
=
{
{ XML_TEXT, ParagraphStyleCategory::TEXT },
{ XML_CHAPTER, ParagraphStyleCategory::CHAPTER },
{ XML_LIST, ParagraphStyleCategory::LIST },
{ XML_INDEX, ParagraphStyleCategory::INDEX },
{ XML_EXTRA, ParagraphStyleCategory::EXTRA },
{ XML_HTML, ParagraphStyleCategory::HTML },
}

Definition at line 66 of file txtstyli.cxx.

Referenced by XMLTextStyleContext::CreateAndInsert().