LibreOffice Module xmloff (master) 1
Functions | Variables
XMLFootnoteConfigurationImportContext.cxx File Reference
#include <XMLFootnoteConfigurationImportContext.hxx>
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlement.hxx>
#include <xmloff/families.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlimp.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/text/XFootnotesSupplier.hpp>
#include <com/sun/star/text/XEndnotesSupplier.hpp>
#include <com/sun/star/text/FootnoteNumbering.hpp>
#include <com/sun/star/style/NumberingType.hpp>
Include dependency graph for XMLFootnoteConfigurationImportContext.cxx:

Go to the source code of this file.

Functions

constexpr OUStringLiteral gsPropertyAnchorCharStyleName (u"AnchorCharStyleName")
 
constexpr OUStringLiteral gsPropertyCharStyleName (u"CharStyleName")
 
constexpr OUStringLiteral gsPropertyNumberingType (u"NumberingType")
 
constexpr OUStringLiteral gsPropertyPageStyleName (u"PageStyleName")
 
constexpr OUStringLiteral gsPropertyParagraphStyleName (u"ParaStyleName")
 
constexpr OUStringLiteral gsPropertyPrefix (u"Prefix")
 
constexpr OUStringLiteral gsPropertyStartAt (u"StartAt")
 
constexpr OUStringLiteral gsPropertySuffix (u"Suffix")
 
constexpr OUStringLiteral gsPropertyPositionEndOfDoc (u"PositionEndOfDoc")
 
constexpr OUStringLiteral gsPropertyFootnoteCounting (u"FootnoteCounting")
 
constexpr OUStringLiteral gsPropertyEndNotice (u"EndNotice")
 
constexpr OUStringLiteral gsPropertyBeginNotice (u"BeginNotice")
 

Variables

SvXMLEnumMapEntry< sal_Int16 > const aFootnoteNumberingMap []
 

Function Documentation

◆ gsPropertyAnchorCharStyleName()

constexpr OUStringLiteral gsPropertyAnchorCharStyleName ( u"AnchorCharStyleName"  )
constexpr

◆ gsPropertyBeginNotice()

constexpr OUStringLiteral gsPropertyBeginNotice ( u"BeginNotice"  )
constexpr

◆ gsPropertyCharStyleName()

constexpr OUStringLiteral gsPropertyCharStyleName ( u"CharStyleName"  )
constexpr

◆ gsPropertyEndNotice()

constexpr OUStringLiteral gsPropertyEndNotice ( u"EndNotice"  )
constexpr

◆ gsPropertyFootnoteCounting()

constexpr OUStringLiteral gsPropertyFootnoteCounting ( u"FootnoteCounting"  )
constexpr

◆ gsPropertyNumberingType()

constexpr OUStringLiteral gsPropertyNumberingType ( u"NumberingType"  )
constexpr

◆ gsPropertyPageStyleName()

constexpr OUStringLiteral gsPropertyPageStyleName ( u"PageStyleName"  )
constexpr

◆ gsPropertyParagraphStyleName()

constexpr OUStringLiteral gsPropertyParagraphStyleName ( u"ParaStyleName"  )
constexpr

◆ gsPropertyPositionEndOfDoc()

constexpr OUStringLiteral gsPropertyPositionEndOfDoc ( u"PositionEndOfDoc"  )
constexpr

◆ gsPropertyPrefix()

constexpr OUStringLiteral gsPropertyPrefix ( u"Prefix"  )
constexpr

◆ gsPropertyStartAt()

constexpr OUStringLiteral gsPropertyStartAt ( u"StartAt"  )
constexpr

◆ gsPropertySuffix()

constexpr OUStringLiteral gsPropertySuffix ( u"Suffix"  )
constexpr

Variable Documentation

◆ aFootnoteNumberingMap

SvXMLEnumMapEntry<sal_Int16> const aFootnoteNumberingMap[]
Initial value:
=
{
{ XML_PAGE, FootnoteNumbering::PER_PAGE },
{ XML_CHAPTER, FootnoteNumbering::PER_CHAPTER },
{ XML_DOCUMENT, FootnoteNumbering::PER_DOCUMENT },
}

Definition at line 152 of file XMLFootnoteConfigurationImportContext.cxx.

Referenced by XMLFootnoteConfigurationImportContext::SetAttribute().