LibreOffice Module xmloff (master) 1
Variables
cdouthdl.cxx File Reference
#include "cdouthdl.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlement.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/awt/FontStrikeout.hpp>
#include <com/sun/star/uno/Any.hxx>
Include dependency graph for cdouthdl.cxx:

Go to the source code of this file.

Variables

SvXMLEnumMapEntry< sal_uInt16 > const pXML_CrossedoutType_Enum []
 
SvXMLEnumMapEntry< sal_uInt16 > const pXML_CrossedoutStyle_Enum []
 
SvXMLEnumMapEntry< sal_uInt16 > const pXML_CrossedoutWidth_Enum []
 

Variable Documentation

◆ pXML_CrossedoutStyle_Enum

SvXMLEnumMapEntry<sal_uInt16> const pXML_CrossedoutStyle_Enum[]
Initial value:
=
{
{ XML_NONE, awt::FontStrikeout::NONE },
{ XML_SOLID, awt::FontStrikeout::SINGLE },
{ XML_SOLID, awt::FontStrikeout::DOUBLE },
{ XML_SOLID, awt::FontStrikeout::BOLD },
{ XML_SOLID, awt::FontStrikeout::SLASH },
{ XML_SOLID, awt::FontStrikeout::X },
{ XML_DOTTED, awt::FontStrikeout::SINGLE },
{ XML_DASH, awt::FontStrikeout::SINGLE },
{ XML_LONG_DASH, awt::FontStrikeout::SINGLE },
{ XML_DOT_DASH, awt::FontStrikeout::SINGLE },
{ XML_DOT_DOT_DASH, awt::FontStrikeout::SINGLE },
{ XML_WAVE, awt::FontStrikeout::SINGLE },
}

Definition at line 45 of file cdouthdl.cxx.

Referenced by XMLCrossedOutStylePropHdl::exportXML(), and XMLCrossedOutStylePropHdl::importXML().

◆ pXML_CrossedoutType_Enum

SvXMLEnumMapEntry<sal_uInt16> const pXML_CrossedoutType_Enum[]
Initial value:
=
{
{ XML_NONE, awt::FontStrikeout::NONE },
{ XML_SINGLE, awt::FontStrikeout::SINGLE },
{ XML_DOUBLE, awt::FontStrikeout::DOUBLE },
{ XML_SINGLE, awt::FontStrikeout::BOLD },
{ XML_SINGLE, awt::FontStrikeout::SLASH },
{ XML_SINGLE, awt::FontStrikeout::X },
}

Definition at line 34 of file cdouthdl.cxx.

Referenced by XMLCrossedOutTypePropHdl::exportXML(), and XMLCrossedOutTypePropHdl::importXML().

◆ pXML_CrossedoutWidth_Enum

SvXMLEnumMapEntry<sal_uInt16> const pXML_CrossedoutWidth_Enum[]
Initial value:
=
{
{ XML_AUTO, awt::FontStrikeout::NONE },
{ XML_AUTO, awt::FontStrikeout::SINGLE },
{ XML_AUTO, awt::FontStrikeout::DOUBLE },
{ XML_BOLD, awt::FontStrikeout::BOLD },
{ XML_AUTO, awt::FontStrikeout::SLASH },
{ XML_AUTO, awt::FontStrikeout::X },
{ XML_THIN, awt::FontStrikeout::NONE },
{ XML_MEDIUM, awt::FontStrikeout::NONE },
{ XML_THICK, awt::FontStrikeout::NONE },
}

Definition at line 62 of file cdouthdl.cxx.

Referenced by XMLCrossedOutWidthPropHdl::exportXML(), and XMLCrossedOutWidthPropHdl::importXML().