LibreOffice Module xmloff (master) 1
|
#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>
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 } |
#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.
#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.
#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.
#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.
#define MAP_ | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 74 of file sdpropls.cxx.
#define MAP_END | ( | ) | { nullptr } |
Definition at line 82 of file sdpropls.cxx.
#define MAPV_ | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context, | |||
version | |||
) | { name, prefix, token, type, context, version, false } |
Definition at line 75 of file sdpropls.cxx.
#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.
#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.
SvXMLEnumMapEntry<drawing::BitmapMode> const aXML_BitmapMode_EnumMap[] |
Definition at line 517 of file sdpropls.cxx.
Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::CircleKind> const aXML_CircleKind_EnumMap[] |
Definition at line 580 of file sdpropls.cxx.
Referenced by XMLShapeExport::ImpExportEllipseShape(), and SdXMLEllipseShapeContext::processAttribute().
SvXMLEnumMapEntry<drawing::ConnectorType> const aXML_ConnectionKind_EnumMap[] |
Definition at line 508 of file sdpropls.cxx.
Referenced by XMLShapeExport::ImpExportConnectorShape(), and SdXMLConnectorShapeContext::processAttribute().
SvXMLEnumMapEntry<presentation::FadeEffect> const aXML_FadeEffect_EnumMap[] |
Definition at line 446 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::FillStyle> const aXML_FillStyle_EnumMap[] |
Definition at line 420 of file sdpropls.cxx.
Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::LineCap> const aXML_LineCap_EnumMap[] |
Definition at line 411 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::LineJoint> const aXML_LineJoint_EnumMap[] |
Definition at line 401 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::LineStyle> const aXML_LineStyle_EnumMap[] |
Definition at line 393 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::NormalsKind> const aXML_NormalsKind_EnumMap[] |
Definition at line 527 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const aXML_PresChange_EnumMap[] |
Definition at line 430 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::RectanglePoint> const aXML_RefPoint_EnumMap[] |
Definition at line 566 of file sdpropls.cxx.
Referenced by GetPropertyHandler(), XMLPageMasterPropHdlFactory::GetPropertyHandler(), and XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextureProjectionMode> const aXML_TexGenerationX_EnumMap[] |
Definition at line 535 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextureProjectionMode> const aXML_TexGenerationY_EnumMap[] |
Definition at line 543 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextureKind> const aXML_TexKind_EnumMap[] |
Definition at line 551 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextureMode> const aXML_TexMode_EnumMap[] |
Definition at line 558 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<presentation::AnimationSpeed> const aXML_TransSpeed_EnumMap[] |
Definition at line 438 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int16> const aXML_WritingMode2_EnumMap[] |
Definition at line 596 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<text::WritingMode> const aXML_WritingMode_EnumMap[] |
Definition at line 589 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
const XMLPropertyMapEntry aXMLSDPresPageProps[] |
Definition at line 330 of file sdpropls.cxx.
Referenced by SdXMLExport::setSourceDocument(), and XMLShapeImportHelper::XMLShapeImportHelper().
const XMLPropertyMapEntry aXMLSDProperties[] |
Definition at line 86 of file sdpropls.cxx.
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!
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().
SvXMLEnumMapEntry<sal_Int32> const pXML_Caption_Esc_Dir_Enum[] |
Definition at line 762 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_Caption_Type_Enum[] |
Definition at line 770 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_FitToSize_Enum[] |
Definition at line 665 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_FitToSize_Enum_Odf12[] |
Definition at line 656 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Adjust_Enum[] |
Definition at line 727 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Form_Enum[] |
Definition at line 744 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Shadow_Enum[] |
Definition at line 736 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_Fontwork_Style_Enum[] |
Definition at line 717 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::MeasureTextHorzPos> const pXML_Measure_HAlign_Enum[] |
Definition at line 698 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::MeasureTextVertPos> const pXML_Measure_VAlign_Enum[] |
Definition at line 707 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<sal_Int32> const pXML_MeasureUnit_Enum[] |
Definition at line 683 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextFitToSizeType> const pXML_ShrinkToFit_Enum[] |
Definition at line 674 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextHorizontalAdjust> const pXML_TextAlign_Enum[] |
Definition at line 637 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextAnimationKind> const pXML_TextAnimation_Blinking_Enum[] |
Definition at line 618 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextAnimationKind> const pXML_TextAnimation_Enum[] |
Definition at line 608 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextAnimationDirection> const pXML_TextAnimationDirection_Enum[] |
Definition at line 628 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().
SvXMLEnumMapEntry<drawing::TextVerticalAdjust> const pXML_VerticalAlign_Enum[] |
Definition at line 646 of file sdpropls.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler().