LibreOffice Module xmloff (master) 1
Macros | Variables
sdpropls.cxx File Reference
#include <com/sun/star/animations/TransitionType.hpp>
#include <com/sun/star/ucb/XAnyCompareFactory.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/drawing/LineJoint.hpp>
#include <com/sun/star/drawing/LineCap.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
#include <com/sun/star/presentation/FadeEffect.hpp>
#include <com/sun/star/text/WritingMode.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <utility>
#include <xmloff/EnumPropertyHdl.hxx>
#include <xmloff/NamedBoolPropertyHdl.hxx>
#include <WordWrapPropertyHdl.hxx>
#include <enummaps.hxx>
#include "numithdl.hxx"
#include <XMLBitmapRepeatOffsetPropertyHandler.hxx>
#include <XMLFillBitmapSizePropertyHandler.hxx>
#include <XMLBitmapLogicalSizePropertyHandler.hxx>
#include <com/sun/star/drawing/TextAnimationKind.hpp>
#include <com/sun/star/drawing/TextAnimationDirection.hpp>
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
#include <com/sun/star/drawing/MeasureTextHorzPos.hpp>
#include <com/sun/star/drawing/MeasureTextVertPos.hpp>
#include <xmloff/controlpropertyhdl.hxx>
#include <xmloff/xmltoken.hxx>
#include "sdpropls.hxx"
#include <propimp0.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <com/sun/star/drawing/NormalsKind.hpp>
#include <com/sun/star/drawing/TextureProjectionMode.hpp>
#include <com/sun/star/drawing/TextureKind.hpp>
#include <com/sun/star/drawing/TextureMode.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <xmloff/txtprmap.hxx>
#include <XMLClipPropertyHandler.hxx>
#include <XMLIsPercentagePropertyHandler.hxx>
#include <XMLPercentOrMeasurePropertyHandler.hxx>
#include <XMLTextColumnsPropertyHandler.hxx>
#include <xmloff/XMLComplexColorHandler.hxx>
#include <animations.hxx>
#include <sax/tools/converter.hxx>
#include <xmlsdtypes.hxx>
#include <xmlprop.hxx>
Include dependency graph for sdpropls.cxx:

Go to the source code of this file.

Macros

#define MAP_(name, prefix, token, type, context)   { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false }
 
#define MAPV_(name, prefix, token, type, context, version)   { name, prefix, token, type, context, version, false }
 
#define GMAP(name, prefix, token, type, context)   MAP_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC,context)
 
#define GMAP_D(name, prefix, token, type, context)   MAP_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC|MID_FLAG_DEFAULT_ITEM_EXPORT,context)
 
#define GMAPV(name, prefix, token, type, context, version)   MAPV_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC,context,version)
 
#define DPMAP(name, prefix, token, type, context)   MAP_(name,prefix,token,type|XML_TYPE_PROP_DRAWING_PAGE,context)
 
#define TMAP(name, prefix, token, type, context)   MAP_(name,prefix,token,type|XML_TYPE_PROP_TEXT,context)
 
#define PMAP(name, prefix, token, type, context)   MAP_(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,context)
 
#define MAP_END()   { nullptr }
 

Variables

const XMLPropertyMapEntry aXMLSDProperties []
 
const XMLPropertyMapEntry aXMLSDPresPageProps []
 
const XMLPropertyMapEntry aXMLTableShapeAttributes []
 contains the attribute to property mapping for a drawing layer table WARNING: if attributes are added, SdXMLTableShapeContext::processAttribute needs to be updated! More...
 
SvXMLEnumMapEntry< drawing::LineStyle > const aXML_LineStyle_EnumMap []
 
SvXMLEnumMapEntry< drawing::LineJoint > const aXML_LineJoint_EnumMap []
 
SvXMLEnumMapEntry< drawing::LineCap > const aXML_LineCap_EnumMap []
 
SvXMLEnumMapEntry< drawing::FillStyle > const aXML_FillStyle_EnumMap []
 
SvXMLEnumMapEntry< sal_Int32 > const aXML_PresChange_EnumMap []
 
SvXMLEnumMapEntry< presentation::AnimationSpeed > const aXML_TransSpeed_EnumMap []
 
SvXMLEnumMapEntry< presentation::FadeEffect > const aXML_FadeEffect_EnumMap []
 
SvXMLEnumMapEntry< drawing::ConnectorType > const aXML_ConnectionKind_EnumMap []
 
SvXMLEnumMapEntry< drawing::BitmapMode > const aXML_BitmapMode_EnumMap []
 
SvXMLEnumMapEntry< drawing::NormalsKind > const aXML_NormalsKind_EnumMap []
 
SvXMLEnumMapEntry< drawing::TextureProjectionMode > const aXML_TexGenerationX_EnumMap []
 
SvXMLEnumMapEntry< drawing::TextureProjectionMode > const aXML_TexGenerationY_EnumMap []
 
SvXMLEnumMapEntry< drawing::TextureKind > const aXML_TexKind_EnumMap []
 
SvXMLEnumMapEntry< drawing::TextureMode > const aXML_TexMode_EnumMap []
 
SvXMLEnumMapEntry< drawing::RectanglePoint > const aXML_RefPoint_EnumMap []
 
SvXMLEnumMapEntry< drawing::CircleKind > const aXML_CircleKind_EnumMap []
 
SvXMLEnumMapEntry< text::WritingMode > const aXML_WritingMode_EnumMap []
 
SvXMLEnumMapEntry< sal_Int16 > const aXML_WritingMode2_EnumMap []
 
SvXMLEnumMapEntry< drawing::TextAnimationKind > const pXML_TextAnimation_Enum []
 
SvXMLEnumMapEntry< drawing::TextAnimationKind > const pXML_TextAnimation_Blinking_Enum []
 
SvXMLEnumMapEntry< drawing::TextAnimationDirection > const pXML_TextAnimationDirection_Enum []
 
SvXMLEnumMapEntry< drawing::TextHorizontalAdjust > const pXML_TextAlign_Enum []
 
SvXMLEnumMapEntry< drawing::TextVerticalAdjust > const pXML_VerticalAlign_Enum []
 
SvXMLEnumMapEntry< drawing::TextFitToSizeType > const pXML_FitToSize_Enum_Odf12 []
 
SvXMLEnumMapEntry< drawing::TextFitToSizeType > const pXML_FitToSize_Enum []
 
SvXMLEnumMapEntry< drawing::TextFitToSizeType > const pXML_ShrinkToFit_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_MeasureUnit_Enum []
 
SvXMLEnumMapEntry< drawing::MeasureTextHorzPos > const pXML_Measure_HAlign_Enum []
 
SvXMLEnumMapEntry< drawing::MeasureTextVertPos > const pXML_Measure_VAlign_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Fontwork_Style_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Fontwork_Adjust_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Fontwork_Shadow_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Fontwork_Form_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Caption_Esc_Dir_Enum []
 
SvXMLEnumMapEntry< sal_Int32 > const pXML_Caption_Type_Enum []
 

Macro Definition Documentation

◆ DPMAP

#define DPMAP (   name,
  prefix,
  token,
  type,
  context 
)    MAP_(name,prefix,token,type|XML_TYPE_PROP_DRAWING_PAGE,context)

Definition at line 79 of file sdpropls.cxx.

◆ GMAP

#define GMAP (   name,
  prefix,
  token,
  type,
  context 
)    MAP_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC,context)

Definition at line 76 of file sdpropls.cxx.

◆ GMAP_D

#define GMAP_D (   name,
  prefix,
  token,
  type,
  context 
)    MAP_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC|MID_FLAG_DEFAULT_ITEM_EXPORT,context)

Definition at line 77 of file sdpropls.cxx.

◆ GMAPV

#define GMAPV (   name,
  prefix,
  token,
  type,
  context,
  version 
)    MAPV_(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC,context,version)

Definition at line 78 of file sdpropls.cxx.

◆ MAP_

#define MAP_ (   name,
  prefix,
  token,
  type,
  context 
)    { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false }

Definition at line 74 of file sdpropls.cxx.

◆ MAP_END

#define MAP_END ( )    { nullptr }

Definition at line 82 of file sdpropls.cxx.

◆ MAPV_

#define MAPV_ (   name,
  prefix,
  token,
  type,
  context,
  version 
)    { name, prefix, token, type, context, version, false }

Definition at line 75 of file sdpropls.cxx.

◆ PMAP

#define PMAP (   name,
  prefix,
  token,
  type,
  context 
)    MAP_(name,prefix,token,type|XML_TYPE_PROP_PARAGRAPH,context)

Definition at line 81 of file sdpropls.cxx.

◆ TMAP

#define TMAP (   name,
  prefix,
  token,
  type,
  context 
)    MAP_(name,prefix,token,type|XML_TYPE_PROP_TEXT,context)

Definition at line 80 of file sdpropls.cxx.

Variable Documentation

◆ aXML_BitmapMode_EnumMap

SvXMLEnumMapEntry<drawing::BitmapMode> const aXML_BitmapMode_EnumMap[]
Initial value:
=
{
{ XML_REPEAT, drawing::BitmapMode_REPEAT },
{ XML_STRETCH, drawing::BitmapMode_STRETCH },
{ XML_BACKGROUND_NO_REPEAT, drawing::BitmapMode_NO_REPEAT },
{ XML_TOKEN_INVALID, drawing::BitmapMode(0) }
}
@ XML_BACKGROUND_NO_REPEAT
Definition: xmltoken.hxx:316

Definition at line 517 of file sdpropls.cxx.

Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_CircleKind_EnumMap

SvXMLEnumMapEntry<drawing::CircleKind> const aXML_CircleKind_EnumMap[]
Initial value:
=
{
{ XML_FULL, drawing::CircleKind_FULL },
{ XML_SECTION, drawing::CircleKind_SECTION },
{ XML_CUT, drawing::CircleKind_CUT },
{ XML_ARC, drawing::CircleKind_ARC },
{ XML_TOKEN_INVALID, drawing::CircleKind(0) }
}

Definition at line 580 of file sdpropls.cxx.

Referenced by XMLShapeExport::ImpExportEllipseShape(), and SdXMLEllipseShapeContext::processAttribute().

◆ aXML_ConnectionKind_EnumMap

SvXMLEnumMapEntry<drawing::ConnectorType> const aXML_ConnectionKind_EnumMap[]
Initial value:
=
{
{ XML_STANDARD, drawing::ConnectorType_STANDARD },
{ XML_CURVE, drawing::ConnectorType_CURVE },
{ XML_LINE, drawing::ConnectorType_LINE },
{ XML_LINES, drawing::ConnectorType_LINES },
{ XML_TOKEN_INVALID, drawing::ConnectorType(0) }
}

Definition at line 508 of file sdpropls.cxx.

Referenced by XMLShapeExport::ImpExportConnectorShape(), and SdXMLConnectorShapeContext::processAttribute().

◆ aXML_FadeEffect_EnumMap

SvXMLEnumMapEntry<presentation::FadeEffect> const aXML_FadeEffect_EnumMap[]

Definition at line 446 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_FillStyle_EnumMap

SvXMLEnumMapEntry<drawing::FillStyle> const aXML_FillStyle_EnumMap[]
Initial value:
=
{
{ XML_NONE, drawing::FillStyle_NONE },
{ XML_SOLID, drawing::FillStyle_SOLID },
{ XML_BITMAP, drawing::FillStyle_BITMAP },
{ XML_GRADIENT, drawing::FillStyle_GRADIENT },
{ XML_HATCH, drawing::FillStyle_HATCH },
}
enum SAL_DLLPUBLIC_RTTI FillStyle
Definition: xmlimppr.hxx:42

Definition at line 420 of file sdpropls.cxx.

Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_LineCap_EnumMap

SvXMLEnumMapEntry<drawing::LineCap> const aXML_LineCap_EnumMap[]
Initial value:
=
{
{ XML_BUTT, drawing::LineCap_BUTT },
{ XML_ROUND, drawing::LineCap_ROUND },
{ XML_GRADIENTSTYLE_SQUARE, drawing::LineCap_SQUARE },
{ XML_TOKEN_INVALID, drawing::LineCap(0) }
}
@ XML_GRADIENTSTYLE_SQUARE
Definition: xmltoken.hxx:988

Definition at line 411 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_LineJoint_EnumMap

SvXMLEnumMapEntry<drawing::LineJoint> const aXML_LineJoint_EnumMap[]
Initial value:
=
{
{ XML_NONE, drawing::LineJoint_NONE },
{ XML_MITER, drawing::LineJoint_MITER },
{ XML_ROUND, drawing::LineJoint_ROUND },
{ XML_BEVEL, drawing::LineJoint_BEVEL },
{ XML_MIDDLE, drawing::LineJoint_MIDDLE },
{ XML_TOKEN_INVALID, drawing::LineJoint(0) }
}

Definition at line 401 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_LineStyle_EnumMap

SvXMLEnumMapEntry<drawing::LineStyle> const aXML_LineStyle_EnumMap[]
Initial value:
=
{
{ XML_NONE, drawing::LineStyle_NONE },
{ XML_SOLID, drawing::LineStyle_SOLID },
{ XML_DASH, drawing::LineStyle_DASH },
{ XML_TOKEN_INVALID, drawing::LineStyle(0) }
}

Definition at line 393 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_NormalsKind_EnumMap

SvXMLEnumMapEntry<drawing::NormalsKind> const aXML_NormalsKind_EnumMap[]
Initial value:
=
{
{ XML_OBJECT, drawing::NormalsKind_SPECIFIC },
{ XML_FLAT, drawing::NormalsKind_FLAT },
{ XML_SPHERE, drawing::NormalsKind_SPHERE },
{ XML_TOKEN_INVALID, drawing::NormalsKind(0) }
}

Definition at line 527 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_PresChange_EnumMap

SvXMLEnumMapEntry<sal_Int32> const aXML_PresChange_EnumMap[]
Initial value:

Definition at line 430 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_RefPoint_EnumMap

SvXMLEnumMapEntry<drawing::RectanglePoint> const aXML_RefPoint_EnumMap[]
Initial value:
=
{
{ XML_TOP_LEFT, drawing::RectanglePoint_LEFT_TOP },
{ XML_TOP, drawing::RectanglePoint_MIDDLE_TOP },
{ XML_TOP_RIGHT, drawing::RectanglePoint_RIGHT_TOP },
{ XML_LEFT, drawing::RectanglePoint_LEFT_MIDDLE },
{ XML_CENTER, drawing::RectanglePoint_MIDDLE_MIDDLE },
{ XML_RIGHT, drawing::RectanglePoint_RIGHT_MIDDLE },
{ XML_BOTTOM_LEFT, drawing::RectanglePoint_LEFT_BOTTOM },
{ XML_BOTTOM, drawing::RectanglePoint_MIDDLE_BOTTOM },
{ XML_BOTTOM_RIGHT, drawing::RectanglePoint_RIGHT_BOTTOM },
{ XML_TOKEN_INVALID, drawing::RectanglePoint(0) }
}

Definition at line 566 of file sdpropls.cxx.

Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_TexGenerationX_EnumMap

SvXMLEnumMapEntry<drawing::TextureProjectionMode> const aXML_TexGenerationX_EnumMap[]
Initial value:
=
{
{ XML_OBJECT, drawing::TextureProjectionMode_OBJECTSPECIFIC },
{ XML_PARALLEL, drawing::TextureProjectionMode_PARALLEL },
{ XML_SPHERE, drawing::TextureProjectionMode_SPHERE },
{ XML_TOKEN_INVALID, drawing::TextureProjectionMode(0) }
}

Definition at line 535 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_TexGenerationY_EnumMap

SvXMLEnumMapEntry<drawing::TextureProjectionMode> const aXML_TexGenerationY_EnumMap[]
Initial value:
=
{
{ XML_OBJECT, drawing::TextureProjectionMode_OBJECTSPECIFIC },
{ XML_PARALLEL, drawing::TextureProjectionMode_PARALLEL },
{ XML_SPHERE, drawing::TextureProjectionMode_SPHERE },
{ XML_TOKEN_INVALID, drawing::TextureProjectionMode(0) }
}

Definition at line 543 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_TexKind_EnumMap

SvXMLEnumMapEntry<drawing::TextureKind> const aXML_TexKind_EnumMap[]
Initial value:
=
{
{ XML_LUMINANCE, drawing::TextureKind_LUMINANCE },
{ XML_COLOR, drawing::TextureKind_COLOR },
{ XML_TOKEN_INVALID, drawing::TextureKind(0) }
}

Definition at line 551 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_TexMode_EnumMap

SvXMLEnumMapEntry<drawing::TextureMode> const aXML_TexMode_EnumMap[]
Initial value:
=
{
{ XML_REPLACE, drawing::TextureMode_REPLACE },
{ XML_MODULATE, drawing::TextureMode_MODULATE },
{ XML_BLEND, drawing::TextureMode_BLEND },
{ XML_TOKEN_INVALID, drawing::TextureMode(0) }
}

Definition at line 558 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_TransSpeed_EnumMap

SvXMLEnumMapEntry<presentation::AnimationSpeed> const aXML_TransSpeed_EnumMap[]
Initial value:
=
{
{ XML_FAST, presentation::AnimationSpeed_FAST },
{ XML_MEDIUM, presentation::AnimationSpeed_MEDIUM },
{ XML_SLOW, presentation::AnimationSpeed_SLOW },
{ XML_TOKEN_INVALID, presentation::AnimationSpeed(0) }
}

Definition at line 438 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_WritingMode2_EnumMap

SvXMLEnumMapEntry<sal_Int16> const aXML_WritingMode2_EnumMap[]
Initial value:
=
{
{ XML_LR_TB, text::WritingMode2::LR_TB },
{ XML_RL_TB, text::WritingMode2::RL_TB },
{ XML_TB_RL, text::WritingMode2::TB_RL },
{ XML_TB_LR, text::WritingMode2::TB_LR },
{ XML_PAGE, text::WritingMode2::CONTEXT },
{ XML_BT_LR, text::WritingMode2::BT_LR },
{ XML_TB_RL90, text::WritingMode2::TB_RL90 },
{ XML_TOKEN_INVALID, text::WritingMode2::LR_TB }
}

Definition at line 596 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXML_WritingMode_EnumMap

SvXMLEnumMapEntry<text::WritingMode> const aXML_WritingMode_EnumMap[]
Initial value:
=
{
{ XML_TB_RL, text::WritingMode_TB_RL },
{ XML_LR_TB, text::WritingMode_LR_TB },
{ XML_TOKEN_INVALID, text::WritingMode(0) }
}

Definition at line 589 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ aXMLSDPresPageProps

const XMLPropertyMapEntry aXMLSDPresPageProps[]

◆ aXMLSDProperties

const XMLPropertyMapEntry aXMLSDProperties[]

Definition at line 86 of file sdpropls.cxx.

◆ aXMLTableShapeAttributes

const XMLPropertyMapEntry aXMLTableShapeAttributes[]
Initial value:
=
{
}
@ XML_USE_FIRST_ROW_STYLES
Definition: xmltoken.hxx:3254
@ XML_USE_LAST_COLUMN_STYLES
Definition: xmltoken.hxx:3257
@ XML_USE_FIRST_COLUMN_STYLES
Definition: xmltoken.hxx:3256
@ XML_USE_BANDING_ROWS_STYLES
Definition: xmltoken.hxx:3258
@ XML_USE_LAST_ROW_STYLES
Definition: xmltoken.hxx:3255
@ XML_USE_BANDING_COLUMNS_STYLES
Definition: xmltoken.hxx:3259
#define MAP_(name, prefix, token, type, context)
Definition: sdpropls.cxx:74
constexpr sal_uInt16 XML_NAMESPACE_TABLE
constexpr OUStringLiteral PROP_UseLastColumnStyle
Definition: xmlprop.hxx:649
constexpr OUStringLiteral PROP_UseFirstColumnStyle
Definition: xmlprop.hxx:647
constexpr OUStringLiteral PROP_UseBandingColumnStyle
Definition: xmlprop.hxx:645
constexpr OUStringLiteral PROP_UseFirstRowStyle
Definition: xmlprop.hxx:648
constexpr OUStringLiteral PROP_UseLastRowStyle
Definition: xmlprop.hxx:650
constexpr OUStringLiteral PROP_UseBandingRowStyle
Definition: xmlprop.hxx:646
#define XML_TYPE_BOOL
Definition: xmltypes.hxx:125

contains the attribute to property mapping for a drawing layer table WARNING: if attributes are added, SdXMLTableShapeContext::processAttribute needs to be updated!

contains the attribute to property mapping for a drawing layer table

Definition at line 380 of file sdpropls.cxx.

Referenced by XMLShapeExport::ImpExportTableShape(), SdXMLTableShapeContext::processAttribute(), and SdXMLTableShapeContext::startFastElement().

◆ pXML_Caption_Esc_Dir_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Caption_Esc_Dir_Enum[]
Initial value:

Definition at line 762 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Caption_Type_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Caption_Type_Enum[]
Initial value:

Definition at line 770 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_FitToSize_Enum

SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_FitToSize_Enum[]
Initial value:
=
{
{ XML_FALSE, drawing::TextFitToSizeType_NONE },
{ XML_TRUE, drawing::TextFitToSizeType_PROPORTIONAL },
{ XML_ALL, drawing::TextFitToSizeType_ALLLINES },
{ XML_SHRINK_TO_FIT,drawing::TextFitToSizeType_AUTOFIT },
{ XML_TOKEN_INVALID, drawing::TextFitToSizeType(0) }
}

Definition at line 665 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_FitToSize_Enum_Odf12

SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_FitToSize_Enum_Odf12[]
Initial value:
=
{
{ XML_FALSE, drawing::TextFitToSizeType_NONE },
{ XML_TRUE, drawing::TextFitToSizeType_PROPORTIONAL },
{ XML_TRUE, drawing::TextFitToSizeType_ALLLINES },
{ XML_FALSE, drawing::TextFitToSizeType_AUTOFIT },
{ XML_TOKEN_INVALID, drawing::TextFitToSizeType(0) }
}

Definition at line 656 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Fontwork_Adjust_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Adjust_Enum[]
Initial value:
=
{
{ XML_LEFT, 0 },
{ XML_RIGHT, 1 },
{ XML_AUTOSIZE, 2 },
{ XML_CENTER, 3 },
}

Definition at line 727 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Fontwork_Form_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Form_Enum[]
Initial value:

Definition at line 744 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Fontwork_Shadow_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Shadow_Enum[]
Initial value:
=
{
{ XML_NORMAL, 0 },
{ XML_SLANT, 1 },
{ XML_NONE, 2 },
}

Definition at line 736 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Fontwork_Style_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Style_Enum[]
Initial value:
=
{
{ XML_ROTATE, 0 },
{ XML_UPRIGHT, 1 },
{ XML_SLANT_X, 2 },
{ XML_SLANT_Y, 3 },
{ XML_NONE, 4 },
}

Definition at line 717 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Measure_HAlign_Enum

SvXMLEnumMapEntry<drawing::MeasureTextHorzPos> const pXML_Measure_HAlign_Enum[]
Initial value:
=
{
{ XML_AUTOMATIC, drawing::MeasureTextHorzPos_AUTO },
{ XML_LEFT_OUTSIDE, drawing::MeasureTextHorzPos_LEFTOUTSIDE },
{ XML_INSIDE, drawing::MeasureTextHorzPos_INSIDE },
{ XML_RIGHT_OUTSIDE, drawing::MeasureTextHorzPos_RIGHTOUTSIDE},
{ XML_TOKEN_INVALID, drawing::MeasureTextHorzPos(0) }
}

Definition at line 698 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_Measure_VAlign_Enum

SvXMLEnumMapEntry<drawing::MeasureTextVertPos> const pXML_Measure_VAlign_Enum[]
Initial value:
=
{
{ XML_AUTOMATIC, drawing::MeasureTextVertPos_AUTO },
{ XML_ABOVE, drawing::MeasureTextVertPos_EAST },
{ XML_BELOW, drawing::MeasureTextVertPos_WEST },
{ XML_CENTER, drawing::MeasureTextVertPos_CENTERED },
{ XML_TOKEN_INVALID, drawing::MeasureTextVertPos(0) }
}

Definition at line 707 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_MeasureUnit_Enum

SvXMLEnumMapEntry<sal_Int32> const pXML_MeasureUnit_Enum[]
Initial value:
=
{
{ XML_AUTOMATIC, 0 },
{ XML_MM, 1 },
{ XML_UNIT_CM, 2 },
{ XML_UNIT_M, 3 },
{ XML_KM, 4 },
{ XML_UNIT_PT, 6 },
{ XML_UNIT_PC, 7 },
{ XML_IN, 8 },
{ XML_UNIT_FOOT, 9 },
{ XML_MI, 10 },
}

Definition at line 683 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_ShrinkToFit_Enum

SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_ShrinkToFit_Enum[]
Initial value:
=
{
{ XML_FALSE, drawing::TextFitToSizeType_NONE },
{ XML_FALSE, drawing::TextFitToSizeType_PROPORTIONAL },
{ XML_FALSE, drawing::TextFitToSizeType_ALLLINES },
{ XML_TRUE, drawing::TextFitToSizeType_AUTOFIT },
{ XML_TOKEN_INVALID, drawing::TextFitToSizeType(0) }
}

Definition at line 674 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_TextAlign_Enum

SvXMLEnumMapEntry<drawing::TextHorizontalAdjust> const pXML_TextAlign_Enum[]
Initial value:
=
{
{ XML_LEFT, drawing::TextHorizontalAdjust_LEFT },
{ XML_CENTER, drawing::TextHorizontalAdjust_CENTER },
{ XML_RIGHT, drawing::TextHorizontalAdjust_RIGHT },
{ XML_JUSTIFY, drawing::TextHorizontalAdjust_BLOCK },
{ XML_TOKEN_INVALID, drawing::TextHorizontalAdjust(0) }
}

Definition at line 637 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_TextAnimation_Blinking_Enum

SvXMLEnumMapEntry<drawing::TextAnimationKind> const pXML_TextAnimation_Blinking_Enum[]
Initial value:
=
{
{ XML_FALSE, drawing::TextAnimationKind_NONE },
{ XML_TRUE, drawing::TextAnimationKind_BLINK },
{ XML_FALSE, drawing::TextAnimationKind_SCROLL },
{ XML_FALSE, drawing::TextAnimationKind_ALTERNATE },
{ XML_FALSE, drawing::TextAnimationKind_SLIDE },
{ XML_TOKEN_INVALID, drawing::TextAnimationKind(0) }
}

Definition at line 618 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_TextAnimation_Enum

SvXMLEnumMapEntry<drawing::TextAnimationKind> const pXML_TextAnimation_Enum[]
Initial value:
=
{
{ XML_NONE, drawing::TextAnimationKind_NONE },
{ XML_BLINKING, drawing::TextAnimationKind_BLINK },
{ XML_SCROLL, drawing::TextAnimationKind_SCROLL },
{ XML_ALTERNATE, drawing::TextAnimationKind_ALTERNATE },
{ XML_SLIDE, drawing::TextAnimationKind_SLIDE },
{ XML_TOKEN_INVALID, drawing::TextAnimationKind(0) }
}

Definition at line 608 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_TextAnimationDirection_Enum

SvXMLEnumMapEntry<drawing::TextAnimationDirection> const pXML_TextAnimationDirection_Enum[]
Initial value:
=
{
{ XML_LEFT, drawing::TextAnimationDirection_LEFT },
{ XML_RIGHT, drawing::TextAnimationDirection_RIGHT },
{ XML_UP, drawing::TextAnimationDirection_UP },
{ XML_DOWN, drawing::TextAnimationDirection_DOWN },
{ XML_TOKEN_INVALID, drawing::TextAnimationDirection(0) }
}

Definition at line 628 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().

◆ pXML_VerticalAlign_Enum

SvXMLEnumMapEntry<drawing::TextVerticalAdjust> const pXML_VerticalAlign_Enum[]
Initial value:
=
{
{ XML_TOP, drawing::TextVerticalAdjust_TOP },
{ XML_MIDDLE, drawing::TextVerticalAdjust_CENTER },
{ XML_BOTTOM, drawing::TextVerticalAdjust_BOTTOM },
{ XML_JUSTIFY, drawing::TextVerticalAdjust_BLOCK },
{ XML_TOKEN_INVALID, drawing::TextVerticalAdjust(0) }
}

Definition at line 646 of file sdpropls.cxx.

Referenced by XMLSdPropHdlFactory::GetPropertyHandler().