LibreOffice Module xmloff (master) 1
Classes | Functions
xmlstyle.cxx File Reference
#include <config_wasm_strip.h>
#include <sal/config.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XAutoStylesSupplier.hpp>
#include <com/sun/star/style/XAutoStyleFamily.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <PageMasterPropMapper.hxx>
#include <sal/log.hxx>
#include <svl/style.hxx>
#include <utility>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/families.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnumi.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/xmlstyle.hxx>
#include <xmloff/txtstyli.hxx>
#include <xmloff/xmlnumfi.hxx>
#include <XMLChartStyleContext.hxx>
#include <XMLChartPropertySetMapper.hxx>
#include <XMLThemeContext.hxx>
#include <xmloff/XMLShapeStyleContext.hxx>
#include "FillStyleContext.hxx"
#include <XMLFootnoteConfigurationImportContext.hxx>
#include <XMLIndexBibliographyConfigurationContext.hxx>
#include <XMLLineNumberingImportContext.hxx>
#include <PageMasterImportContext.hxx>
#include "PageMasterImportPropMapper.hxx"
#include <memory>
#include <set>
#include <string_view>
#include <vector>
Include dependency graph for xmlstyle.cxx:

Go to the source code of this file.

Classes

class  SvXMLStylesContext_Impl
 

Functions

constexpr OUStringLiteral gsParaStyleServiceName (u"com.sun.star.style.ParagraphStyle")
 
constexpr OUStringLiteral gsTextStyleServiceName (u"com.sun.star.style.CharacterStyle")
 
constexpr OUStringLiteral gsParagraphStyles (u"ParagraphStyles")
 
constexpr OUStringLiteral gsCharacterStyles (u"CharacterStyles")
 

Function Documentation

◆ gsCharacterStyles()

constexpr OUStringLiteral gsCharacterStyles ( u"CharacterStyles"  )
constexpr

◆ gsParagraphStyles()

constexpr OUStringLiteral gsParagraphStyles ( u"ParagraphStyles"  )
constexpr

◆ gsParaStyleServiceName()

constexpr OUStringLiteral gsParaStyleServiceName ( u"com.sun.star.style.ParagraphStyle"  )
constexpr

◆ gsTextStyleServiceName()

constexpr OUStringLiteral gsTextStyleServiceName ( u"com.sun.star.style.CharacterStyle"  )
constexpr