[Libreoffice-commits] core.git: include/oox oox/Library_oox.mk oox/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Apr 17 23:30:48 PDT 2014
include/oox/drawingml/customshapeproperties.hxx | 9
oox/Library_oox.mk | 6
oox/source/drawingml/customshapepresets1.cxx |11094 ------------------------
oox/source/drawingml/customshapepresets2.cxx | 9429 --------------------
oox/source/drawingml/customshapepresets3.cxx | 6896 --------------
oox/source/drawingml/customshapepresets4.cxx | 8940 -------------------
oox/source/drawingml/customshapepresets5.cxx | 9881 ---------------------
oox/source/drawingml/customshapepresets6.cxx | 3556 -------
oox/source/drawingml/customshapeproperties.cxx | 1
9 files changed, 49812 deletions(-)
New commits:
commit 3168756d6e34e7dc86eacafd54905e5a527f2bb2
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Apr 18 08:16:45 2014 +0200
Remove now unused oox::drawingml::CustomShapeProperties::PresetsMap
Change-Id: I25a713094089f4d6df9fbb3ce9e5015ea66eb34a
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx
index 29d4ba2..06af820 100644
--- a/include/oox/drawingml/customshapeproperties.hxx
+++ b/include/oox/drawingml/customshapeproperties.hxx
@@ -171,18 +171,9 @@ private:
bool mbMirroredY;
sal_Int32 mnTextRotateAngle;
- typedef boost::unordered_map< sal_Int32, CustomShapeProvider * > PresetsMap;
typedef boost::unordered_map< sal_Int32, PropertyMap > PresetDataMap;
- static PresetsMap maPresetsMap;
static PresetDataMap maPresetDataMap;
- static void initializePresetsMap();
- static void initializePresetsMap1();
- static void initializePresetsMap2();
- static void initializePresetsMap3();
- static void initializePresetsMap4();
- static void initializePresetsMap5();
- static void initializePresetsMap6();
static void initializePresetDataMap();
sal_Int32 mnArcNum;
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index f27d0fa..791c2f0 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -132,12 +132,6 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
oox/source/drawingml/color \
oox/source/drawingml/connectorshapecontext \
oox/source/drawingml/customshapegeometry \
- oox/source/drawingml/customshapepresets1 \
- oox/source/drawingml/customshapepresets2 \
- oox/source/drawingml/customshapepresets3 \
- oox/source/drawingml/customshapepresets4 \
- oox/source/drawingml/customshapepresets5 \
- oox/source/drawingml/customshapepresets6 \
oox/source/drawingml/customshapepresetdata \
oox/source/drawingml/customshapeproperties \
oox/source/drawingml/diagram/constraintlistcontext \
diff --git a/oox/source/drawingml/customshapepresets1.cxx b/oox/source/drawingml/customshapepresets1.cxx
deleted file mode 100644
index 639b644..0000000
--- a/oox/source/drawingml/customshapepresets1.cxx
+++ /dev/null
@@ -1,11094 +0,0 @@
-
-// This file was generated by: ./generatePresetsCXX.pl
-
-// Please, DO NOT EDIT.
-
-// We mean it.
-
-#include <oox/drawingml/customshapeproperties.hxx>
-#include <oox/token/tokenmap.hxx>
-#include <com/sun/star/awt/Rectangle.hpp>
-#include <com/sun/star/awt/Size.hpp>
-#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
-#include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
-#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
-#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
-
-using namespace ::com::sun::star;
-using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::drawing;
-using namespace ::com::sun::star::uno;
-
-namespace oox { namespace drawingml {
-
-namespace
-{
-class ShapeCaccentBorderCallout1 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (4);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 112500);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -38333);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (2);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 4, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 4, 7
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 7
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 7
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 4, 7
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentBorderCallout1"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCaccentBorderCallout2 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (6);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- {
- Any aAny ((sal_Int32) 112500);
- aAdjSequence [4].Value = aAny;
- aAdjSequence [4].Name = "adj5";
- }
- {
- Any aAny ((sal_Int32) -46667);
- aAdjSequence [5].Value = aAny;
- aAdjSequence [5].Name = "adj6";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logheight*$4 /100000",
- "logwidth*$5 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (3);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 5);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 4);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [2] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 6, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 9
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 9
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 9
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,2,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 9
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentBorderCallout2"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCaccentBorderCallout3 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (8);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- {
- Any aAny ((sal_Int32) 100000);
- aAdjSequence [4].Value = aAny;
- aAdjSequence [4].Name = "adj5";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [5].Value = aAny;
- aAdjSequence [5].Name = "adj6";
- }
- {
- Any aAny ((sal_Int32) 112963);
- aAdjSequence [6].Value = aAny;
- aAdjSequence [6].Name = "adj7";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [7].Value = aAny;
- aAdjSequence [7].Name = "adj8";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logheight*$4 /100000",
- "logwidth*$5 /100000",
- "logheight*$6 /100000",
- "logwidth*$7 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (4);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 5);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 4);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [2] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 6
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 7);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 6);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [3] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 8, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 11
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 11
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 11
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 6
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,3,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 11
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentBorderCallout3"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCaccentCallout1 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (4);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 112500);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -38333);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (2);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 4, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 4, 7
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 7
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 7
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 7,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 4, 7
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentCallout1"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCaccentCallout2 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (6);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- {
- Any aAny ((sal_Int32) 112500);
- aAdjSequence [4].Value = aAny;
- aAdjSequence [4].Name = "adj5";
- }
- {
- Any aAny ((sal_Int32) -46667);
- aAdjSequence [5].Value = aAny;
- aAdjSequence [5].Name = "adj6";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logheight*$4 /100000",
- "logwidth*$5 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (3);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 5);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 4);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [2] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 6, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 9
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 9
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 9
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 7,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,2,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 9
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentCallout2"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCaccentCallout3 : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- Sequence< EnhancedCustomShapeAdjustmentValue > aAdjSequence (8);
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [0].Value = aAny;
- aAdjSequence [0].Name = "adj1";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [1].Value = aAny;
- aAdjSequence [1].Name = "adj2";
- }
- {
- Any aAny ((sal_Int32) 18750);
- aAdjSequence [2].Value = aAny;
- aAdjSequence [2].Name = "adj3";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [3].Value = aAny;
- aAdjSequence [3].Name = "adj4";
- }
- {
- Any aAny ((sal_Int32) 100000);
- aAdjSequence [4].Value = aAny;
- aAdjSequence [4].Name = "adj5";
- }
- {
- Any aAny ((sal_Int32) -16667);
- aAdjSequence [5].Value = aAny;
- aAdjSequence [5].Name = "adj6";
- }
- {
- Any aAny ((sal_Int32) 112963);
- aAdjSequence [6].Value = aAny;
- aAdjSequence [6].Name = "adj7";
- }
- {
- Any aAny ((sal_Int32) -8333);
- aAdjSequence [7].Value = aAny;
- aAdjSequence [7].Name = "adj8";
- }
- aPropertyMap.setProperty(PROP_AdjustmentValues, aAdjSequence);
- }
- {
- static const char *aStrings[] = {
- "logheight*$0 /100000",
- "logwidth*$1 /100000",
- "logheight*$2 /100000",
- "logwidth*$3 /100000",
- "logheight*$4 /100000",
- "logwidth*$5 /100000",
- "logheight*$6 /100000",
- "logwidth*$7 /100000",
- "logwidth",
- "logheight/2",
- "logwidth/2",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- Sequence< Sequence < PropertyValue > > aPropSequenceSequence (4);
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 1);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 0);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [0] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 3);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 2);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [1] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 5);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 4);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [2] = aPropSequence;
- }
- {
- Sequence< PropertyValue > aPropSequence (7);
- {
- aPropSequence [0].Name = "Position";
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 6
- };
- aPropSequence [0].Value = makeAny (createParameterPair(&aData));
- }
- {
- aPropSequence [1].Name = "RangeXMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [1].Value = makeAny (aParameter);
- }
- {
- aPropSequence [2].Name = "RangeXMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [2].Value = makeAny (aParameter);
- }
- {
- aPropSequence [3].Name = "RangeYMaximum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) 2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [3].Value = makeAny (aParameter);
- }
- {
- aPropSequence [4].Name = "RangeYMinimum";
- EnhancedCustomShapeParameter aParameter;
- Any aAny ((sal_Int32) -2147483647);
- aParameter.Value = aAny;
- aParameter.Type = EnhancedCustomShapeParameterType::NORMAL;
- aPropSequence [4].Value = makeAny (aParameter);
- }
- {
- aPropSequence [5].Name = "RefX";
- Any aAny ((sal_Int32) 7);
- aPropSequence [5].Value = makeAny (aAny);
- }
- {
- aPropSequence [6].Name = "RefY";
- Any aAny ((sal_Int32) 6);
- aPropSequence [6].Value = makeAny (aAny);
- }
- aPropSequenceSequence [3] = aPropSequence;
- }
- aPropertyMap.setProperty(PROP_Handles, aPropSequenceSequence);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 8, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 11
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 11
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 11
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 1, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 3, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 5, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 6
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 7,0,
- 5,0,
- 1,1,
- 2,1,
- 6,0,
- 5,0,
- 1,1,
- 2,3,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 11
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-accentCallout3"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCactionButtonBackPrevious : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- aPropertyMap.setProperty(PROP_AdjustmentValues, Sequence< OUString >(0));
- }
- {
- static const char *aStrings[] = {
- "min(logwidth,logheight)",
- "?0 *3/8",
- "logheight/2",
- "?2 +0-?1 ",
- "?2 +?1 -0",
- "logwidth/2",
- "?5 +0-?1 ",
- "?5 +?1 -0",
- "logwidth",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- aPropertyMap.setProperty(PROP_Handles, Sequence< OUString >(0));
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 8, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 9
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 9
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 8, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 9
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 9
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 1,1,
- 2,2,
- 4,0,
- 7,0,
- 5,0,
- 1,1,
- 2,2,
- 4,0,
- 18,0,
- 7,0,
- 5,0,
- 1,1,
- 2,2,
- 4,0,
- 6,0,
- 5,0,
- 1,1,
- 2,3,
- 4,0,
- 6,0,
- 5,0
- };
- aPropSequence [1].Value = makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues ), nValues ));
- }
- {
- aPropSequence [2].Name = "TextFrames";
- Sequence< EnhancedCustomShapeTextFrame > aTextFrameSeq (1);
- {
- EnhancedCustomShapeTextFrame aTextFrame;
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- };
- aTextFrame.TopLeft = createParameterPair(&aData);
- }
- {
- static const CustomShapeProvider::ParameterPairData aData =
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 8, 9
- };
- aTextFrame.BottomRight = createParameterPair(&aData);
- }
- aTextFrameSeq [0] = aTextFrame;
- }
- aPropSequence [2].Value = makeAny (aTextFrameSeq);
- }
- aPropertyMap.setProperty(PROP_Path, aPropSequence);
- }
- {
- awt::Rectangle aRectangle;
- aRectangle.X = 0;
- aRectangle.Y = 0;
- aRectangle.Width = 0;
- aRectangle.Height = 0;
- aPropertyMap.setProperty(PROP_ViewBox, aRectangle);
- }
- aPropertyMap.setProperty( PROP_Type, OUString("ooxml-actionButtonBackPrevious"));
-
- return aPropertyMap;
- }
-};
-
-// This is a generated source file. DO NOT EDIT.
-
-class ShapeCactionButtonBeginning : public CustomShapeProvider
-{
- virtual PropertyMap getProperties() SAL_OVERRIDE
- {
- PropertyMap aPropertyMap;
-
- {
- aPropertyMap.setProperty(PROP_AdjustmentValues, Sequence< OUString >(0));
- }
- {
- static const char *aStrings[] = {
- "min(logwidth,logheight)",
- "?0 *3/8",
- "logheight/2",
- "?2 +0-?1 ",
- "?2 +?1 -0",
- "logwidth/2",
- "?5 +0-?1 ",
- "?5 +?1 -0",
- "?0 *3/4",
- "?8 *1/8",
- "?8 *1/4",
- "?6 +?9 -0",
- "?6 +?10 -0",
- "logwidth",
- "logheight"
- };
- aPropertyMap.setProperty(PROP_Equations, createStringSequence( SAL_N_ELEMENTS( aStrings ), aStrings ));
- }
- {
- aPropertyMap.setProperty(PROP_Handles, Sequence< OUString >(0));
- }
- {
- aPropertyMap.setProperty(PROP_MirroredX, (sal_Bool) sal_False);
- }
- {
- aPropertyMap.setProperty(PROP_MirroredY, (sal_Bool) sal_False);
- }
- {
- Sequence< PropertyValue > aPropSequence (3);
- {
- aPropSequence [0].Name = "Coordinates";
- static const CustomShapeProvider::ParameterPairData aData[] = {
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 13, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 13, 14
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 14
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 12, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 12, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 12, 2
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 7, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 3
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 11, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 4
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 6, 3
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::NORMAL,
- 0, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::NORMAL,
- 13, 0
- },
- {
- EnhancedCustomShapeParameterType::EQUATION,
- EnhancedCustomShapeParameterType::EQUATION,
- 13, 14
- },
- {
- EnhancedCustomShapeParameterType::NORMAL,
- EnhancedCustomShapeParameterType::EQUATION,
- 0, 14
- }
- };
- aPropSequence [0].Value = makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData), aData));
- }
- {
- aPropSequence [1].Name = "Segments";
- static const sal_uInt16 nValues[] = {
- // Command, Count
- 1,1,
- 2,3,
- 4,0,
- 1,1,
- 2,2,
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list