LibreOffice Module xmloff (master) 1
Classes | Functions | Variables
XMLTextColumnsContext.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/XTextColumns.hpp>
#include <com/sun/star/text/TextColumn.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <sal/log.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlement.hxx>
#include <XMLTextColumnsContext.hxx>
Include dependency graph for XMLTextColumnsContext.cxx:

Go to the source code of this file.

Classes

class  XMLTextColumnContext_Impl
 
class  XMLTextColumnSepContext_Impl
 

Functions

constexpr OUStringLiteral gsSeparatorLineIsOn (u"SeparatorLineIsOn")
 
constexpr OUStringLiteral gsSeparatorLineWidth (u"SeparatorLineWidth")
 
constexpr OUStringLiteral gsSeparatorLineColor (u"SeparatorLineColor")
 
constexpr OUStringLiteral gsSeparatorLineRelativeHeight (u"SeparatorLineRelativeHeight")
 
constexpr OUStringLiteral gsSeparatorLineVerticalAlignment (u"SeparatorLineVerticalAlignment")
 
constexpr OUStringLiteral gsAutomaticDistance (u"AutomaticDistance")
 
constexpr OUStringLiteral gsSeparatorLineStyle (u"SeparatorLineStyle")
 

Variables

SvXMLEnumMapEntry< sal_Int8 > const pXML_Sep_Style_Enum []
 
SvXMLEnumMapEntry< VerticalAlignment > const pXML_Sep_Align_Enum []
 

Function Documentation

◆ gsAutomaticDistance()

constexpr OUStringLiteral gsAutomaticDistance ( u"AutomaticDistance"  )
constexpr

◆ gsSeparatorLineColor()

constexpr OUStringLiteral gsSeparatorLineColor ( u"SeparatorLineColor"  )
constexpr

◆ gsSeparatorLineIsOn()

constexpr OUStringLiteral gsSeparatorLineIsOn ( u"SeparatorLineIsOn"  )
constexpr

◆ gsSeparatorLineRelativeHeight()

constexpr OUStringLiteral gsSeparatorLineRelativeHeight ( u"SeparatorLineRelativeHeight"  )
constexpr

◆ gsSeparatorLineStyle()

constexpr OUStringLiteral gsSeparatorLineStyle ( u"SeparatorLineStyle"  )
constexpr

◆ gsSeparatorLineVerticalAlignment()

constexpr OUStringLiteral gsSeparatorLineVerticalAlignment ( u"SeparatorLineVerticalAlignment"  )
constexpr

◆ gsSeparatorLineWidth()

constexpr OUStringLiteral gsSeparatorLineWidth ( u"SeparatorLineWidth"  )
constexpr

Variable Documentation

◆ pXML_Sep_Align_Enum

SvXMLEnumMapEntry<VerticalAlignment> const pXML_Sep_Align_Enum[]
Initial value:
=
{
{ XML_TOP, VerticalAlignment_TOP },
{ XML_MIDDLE, VerticalAlignment_MIDDLE },
{ XML_BOTTOM, VerticalAlignment_BOTTOM },
{ XML_TOKEN_INVALID, VerticalAlignment(0) }
}

Definition at line 56 of file XMLTextColumnsContext.cxx.

Referenced by XMLTextColumnSepContext_Impl::XMLTextColumnSepContext_Impl().

◆ pXML_Sep_Style_Enum

SvXMLEnumMapEntry<sal_Int8> const pXML_Sep_Style_Enum[]
Initial value:
=
{
{ XML_NONE, 0 },
{ XML_SOLID, 1 },
{ XML_DOTTED, 2 },
{ XML_DASHED, 3 },
}

Definition at line 47 of file XMLTextColumnsContext.cxx.

Referenced by XMLTextColumnSepContext_Impl::XMLTextColumnSepContext_Impl().