2 // This file was generated by: ./generatePresetsCXX.pl
4 // Please, DO NOT EDIT.
8 #include <oox/drawingml/customshapeproperties.hxx>
9 #include <oox/token/tokenmap.hxx>
10 #include <com/sun/star/awt/Rectangle.hpp>
11 #include <com/sun/star/awt/Size.hpp>
12 #include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
13 #include <com/sun/star/drawing/EnhancedCustomShapeSegment.hpp>
14 #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
15 #include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
17 using namespace ::com::sun::star
;
18 using namespace ::com::sun::star::beans
;
19 using namespace ::com::sun::star::drawing
;
20 using namespace ::com::sun::star::uno
;
22 namespace oox
{ namespace drawingml
{
26 class ShapeCstar6
: public CustomShapeProvider
28 virtual PropertyMap
getProperties()
30 PropertyMap aPropertyMap
;
33 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
35 Any
aAny ((sal_Int32
) 28868);
36 aAdjSequence
[0].Value
= aAny
;
37 aAdjSequence
[0].Name
= "adj";
40 Any
aAny ((sal_Int32
) 115470);
41 aAdjSequence
[1].Value
= aAny
;
42 aAdjSequence
[1].Name
= "hf";
44 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
47 static const char *aStrings
[] = {
48 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
51 "?2 *cos(pi*(1800000)/10800000)",
66 "?12 *sin(pi*(3600000)/10800000)",
72 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
75 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
77 Sequence
< PropertyValue
> aPropSequence (4);
79 aPropSequence
[0].Name
= "Position";
80 static const CustomShapeProvider::ParameterPairData aData
=
82 EnhancedCustomShapeParameterType::EQUATION
,
83 EnhancedCustomShapeParameterType::EQUATION
,
86 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
89 aPropSequence
[1].Name
= "RangeYMaximum";
90 EnhancedCustomShapeParameter aParameter
;
91 Any
aAny ((sal_Int32
) 50000);
92 aParameter
.Value
= aAny
;
93 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
94 aPropSequence
[1].Value
= makeAny (aParameter
);
97 aPropSequence
[2].Name
= "RangeYMinimum";
98 EnhancedCustomShapeParameter aParameter
;
99 Any
aAny ((sal_Int32
) 0);
100 aParameter
.Value
= aAny
;
101 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
102 aPropSequence
[2].Value
= makeAny (aParameter
);
105 aPropSequence
[3].Name
= "RefY";
106 Any
aAny ((sal_Int32
) 0);
107 aPropSequence
[3].Value
= makeAny (aAny
);
109 aPropSequenceSequence
[0] = aPropSequence
;
111 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
114 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
117 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
120 Sequence
< PropertyValue
> aPropSequence (3);
122 aPropSequence
[0].Name
= "Coordinates";
123 static const CustomShapeProvider::ParameterPairData aData
[] = {
125 EnhancedCustomShapeParameterType::EQUATION
,
126 EnhancedCustomShapeParameterType::EQUATION
,
130 EnhancedCustomShapeParameterType::EQUATION
,
131 EnhancedCustomShapeParameterType::EQUATION
,
135 EnhancedCustomShapeParameterType::EQUATION
,
136 EnhancedCustomShapeParameterType::NORMAL
,
140 EnhancedCustomShapeParameterType::EQUATION
,
141 EnhancedCustomShapeParameterType::EQUATION
,
145 EnhancedCustomShapeParameterType::EQUATION
,
146 EnhancedCustomShapeParameterType::EQUATION
,
150 EnhancedCustomShapeParameterType::EQUATION
,
151 EnhancedCustomShapeParameterType::EQUATION
,
155 EnhancedCustomShapeParameterType::EQUATION
,
156 EnhancedCustomShapeParameterType::EQUATION
,
160 EnhancedCustomShapeParameterType::EQUATION
,
161 EnhancedCustomShapeParameterType::EQUATION
,
165 EnhancedCustomShapeParameterType::EQUATION
,
166 EnhancedCustomShapeParameterType::EQUATION
,
170 EnhancedCustomShapeParameterType::EQUATION
,
171 EnhancedCustomShapeParameterType::EQUATION
,
175 EnhancedCustomShapeParameterType::EQUATION
,
176 EnhancedCustomShapeParameterType::EQUATION
,
180 EnhancedCustomShapeParameterType::EQUATION
,
181 EnhancedCustomShapeParameterType::EQUATION
,
185 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
188 aPropSequence
[1].Name
= "Segments";
189 static const sal_uInt16 nValues
[] = {
196 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
199 aPropSequence
[2].Name
= "TextFrames";
200 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
202 EnhancedCustomShapeTextFrame aTextFrame
;
204 static const CustomShapeProvider::ParameterPairData aData
=
206 EnhancedCustomShapeParameterType::EQUATION
,
207 EnhancedCustomShapeParameterType::EQUATION
,
210 aTextFrame
.TopLeft
= createParameterPair(&aData
);
213 static const CustomShapeProvider::ParameterPairData aData
=
215 EnhancedCustomShapeParameterType::EQUATION
,
216 EnhancedCustomShapeParameterType::EQUATION
,
219 aTextFrame
.BottomRight
= createParameterPair(&aData
);
221 aTextFrameSeq
[0] = aTextFrame
;
223 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
225 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
228 awt::Rectangle aRectangle
;
231 aRectangle
.Width
= 0;
232 aRectangle
.Height
= 0;
233 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
235 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-star6");
241 // This is a generated source file. DO NOT EDIT.
243 class ShapeCround2SameRect
: public CustomShapeProvider
245 virtual PropertyMap
getProperties()
247 PropertyMap aPropertyMap
;
250 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
252 Any
aAny ((sal_Int32
) 16667);
253 aAdjSequence
[0].Value
= aAny
;
254 aAdjSequence
[0].Name
= "adj1";
257 Any
aAny ((sal_Int32
) 0);
258 aAdjSequence
[1].Value
= aAny
;
259 aAdjSequence
[1].Name
= "adj2";
261 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
264 static const char *aStrings
[] = {
265 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
266 "if(0-$1 ,0,if(50000-$1 ,$1 ,50000))",
267 "min(logwidth,logheight)",
283 "(16200000)/60000.0",
289 "(10800000)/60000.0",
292 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
295 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
297 Sequence
< PropertyValue
> aPropSequence (4);
299 aPropSequence
[0].Name
= "Position";
300 static const CustomShapeProvider::ParameterPairData aData
=
302 EnhancedCustomShapeParameterType::EQUATION
,
303 EnhancedCustomShapeParameterType::NORMAL
,
306 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
309 aPropSequence
[1].Name
= "RangeXMaximum";
310 EnhancedCustomShapeParameter aParameter
;
311 Any
aAny ((sal_Int32
) 50000);
312 aParameter
.Value
= aAny
;
313 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
314 aPropSequence
[1].Value
= makeAny (aParameter
);
317 aPropSequence
[2].Name
= "RangeXMinimum";
318 EnhancedCustomShapeParameter aParameter
;
319 Any
aAny ((sal_Int32
) 0);
320 aParameter
.Value
= aAny
;
321 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
322 aPropSequence
[2].Value
= makeAny (aParameter
);
325 aPropSequence
[3].Name
= "RefX";
326 Any
aAny ((sal_Int32
) 0);
327 aPropSequence
[3].Value
= makeAny (aAny
);
329 aPropSequenceSequence
[0] = aPropSequence
;
332 Sequence
< PropertyValue
> aPropSequence (4);
334 aPropSequence
[0].Name
= "Position";
335 static const CustomShapeProvider::ParameterPairData aData
=
337 EnhancedCustomShapeParameterType::EQUATION
,
338 EnhancedCustomShapeParameterType::EQUATION
,
341 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
344 aPropSequence
[1].Name
= "RangeXMaximum";
345 EnhancedCustomShapeParameter aParameter
;
346 Any
aAny ((sal_Int32
) 50000);
347 aParameter
.Value
= aAny
;
348 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
349 aPropSequence
[1].Value
= makeAny (aParameter
);
352 aPropSequence
[2].Name
= "RangeXMinimum";
353 EnhancedCustomShapeParameter aParameter
;
354 Any
aAny ((sal_Int32
) 0);
355 aParameter
.Value
= aAny
;
356 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
357 aPropSequence
[2].Value
= makeAny (aParameter
);
360 aPropSequence
[3].Name
= "RefX";
361 Any
aAny ((sal_Int32
) 1);
362 aPropSequence
[3].Value
= makeAny (aAny
);
364 aPropSequenceSequence
[1] = aPropSequence
;
366 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
369 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
372 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
375 Sequence
< PropertyValue
> aPropSequence (3);
377 aPropSequence
[0].Name
= "Coordinates";
378 static const CustomShapeProvider::ParameterPairData aData
[] = {
380 EnhancedCustomShapeParameterType::EQUATION
,
381 EnhancedCustomShapeParameterType::NORMAL
,
385 EnhancedCustomShapeParameterType::EQUATION
,
386 EnhancedCustomShapeParameterType::NORMAL
,
390 EnhancedCustomShapeParameterType::EQUATION
,
391 EnhancedCustomShapeParameterType::EQUATION
,
395 EnhancedCustomShapeParameterType::EQUATION
,
396 EnhancedCustomShapeParameterType::EQUATION
,
400 EnhancedCustomShapeParameterType::EQUATION
,
401 EnhancedCustomShapeParameterType::EQUATION
,
405 EnhancedCustomShapeParameterType::EQUATION
,
406 EnhancedCustomShapeParameterType::EQUATION
,
410 EnhancedCustomShapeParameterType::EQUATION
,
411 EnhancedCustomShapeParameterType::EQUATION
,
415 EnhancedCustomShapeParameterType::EQUATION
,
416 EnhancedCustomShapeParameterType::EQUATION
,
420 EnhancedCustomShapeParameterType::EQUATION
,
421 EnhancedCustomShapeParameterType::EQUATION
,
425 EnhancedCustomShapeParameterType::EQUATION
,
426 EnhancedCustomShapeParameterType::EQUATION
,
430 EnhancedCustomShapeParameterType::NORMAL
,
431 EnhancedCustomShapeParameterType::EQUATION
,
435 EnhancedCustomShapeParameterType::EQUATION
,
436 EnhancedCustomShapeParameterType::EQUATION
,
440 EnhancedCustomShapeParameterType::EQUATION
,
441 EnhancedCustomShapeParameterType::EQUATION
,
445 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
448 aPropSequence
[1].Name
= "Segments";
449 static const sal_uInt16 nValues
[] = {
463 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
466 aPropSequence
[2].Name
= "TextFrames";
467 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
469 EnhancedCustomShapeTextFrame aTextFrame
;
471 static const CustomShapeProvider::ParameterPairData aData
=
473 EnhancedCustomShapeParameterType::EQUATION
,
474 EnhancedCustomShapeParameterType::EQUATION
,
477 aTextFrame
.TopLeft
= createParameterPair(&aData
);
480 static const CustomShapeProvider::ParameterPairData aData
=
482 EnhancedCustomShapeParameterType::EQUATION
,
483 EnhancedCustomShapeParameterType::EQUATION
,
486 aTextFrame
.BottomRight
= createParameterPair(&aData
);
488 aTextFrameSeq
[0] = aTextFrame
;
490 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
492 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
495 awt::Rectangle aRectangle
;
498 aRectangle
.Width
= 0;
499 aRectangle
.Height
= 0;
500 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
502 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-round2SameRect");
508 // This is a generated source file. DO NOT EDIT.
510 class ShapeCnonIsoscelesTrapezoid
: public CustomShapeProvider
512 virtual PropertyMap
getProperties()
514 PropertyMap aPropertyMap
;
517 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
519 Any
aAny ((sal_Int32
) 25000);
520 aAdjSequence
[0].Value
= aAny
;
521 aAdjSequence
[0].Name
= "adj1";
524 Any
aAny ((sal_Int32
) 25000);
525 aAdjSequence
[1].Value
= aAny
;
526 aAdjSequence
[1].Name
= "adj2";
528 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
531 static const char *aStrings
[] = {
532 "min(logwidth,logheight)",
533 "50000*logwidth/?0 ",
534 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
535 "if(0-$1 ,0,if(?1 -$1 ,$1 ,?1 ))",
553 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
556 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
558 Sequence
< PropertyValue
> aPropSequence (4);
560 aPropSequence
[0].Name
= "Position";
561 static const CustomShapeProvider::ParameterPairData aData
=
563 EnhancedCustomShapeParameterType::EQUATION
,
564 EnhancedCustomShapeParameterType::NORMAL
,
567 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
570 aPropSequence
[1].Name
= "RangeXMaximum";
571 EnhancedCustomShapeParameter aParameter
;
572 Any
aAny ((sal_Int32
) 1);
573 aParameter
.Value
= aAny
;
574 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
575 aPropSequence
[1].Value
= makeAny (aParameter
);
578 aPropSequence
[2].Name
= "RangeXMinimum";
579 EnhancedCustomShapeParameter aParameter
;
580 Any
aAny ((sal_Int32
) 0);
581 aParameter
.Value
= aAny
;
582 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
583 aPropSequence
[2].Value
= makeAny (aParameter
);
586 aPropSequence
[3].Name
= "RefX";
587 Any
aAny ((sal_Int32
) 0);
588 aPropSequence
[3].Value
= makeAny (aAny
);
590 aPropSequenceSequence
[0] = aPropSequence
;
593 Sequence
< PropertyValue
> aPropSequence (4);
595 aPropSequence
[0].Name
= "Position";
596 static const CustomShapeProvider::ParameterPairData aData
=
598 EnhancedCustomShapeParameterType::EQUATION
,
599 EnhancedCustomShapeParameterType::NORMAL
,
602 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
605 aPropSequence
[1].Name
= "RangeXMaximum";
606 EnhancedCustomShapeParameter aParameter
;
607 Any
aAny ((sal_Int32
) 1);
608 aParameter
.Value
= aAny
;
609 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
610 aPropSequence
[1].Value
= makeAny (aParameter
);
613 aPropSequence
[2].Name
= "RangeXMinimum";
614 EnhancedCustomShapeParameter aParameter
;
615 Any
aAny ((sal_Int32
) 0);
616 aParameter
.Value
= aAny
;
617 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
618 aPropSequence
[2].Value
= makeAny (aParameter
);
621 aPropSequence
[3].Name
= "RefX";
622 Any
aAny ((sal_Int32
) 1);
623 aPropSequence
[3].Value
= makeAny (aAny
);
625 aPropSequenceSequence
[1] = aPropSequence
;
627 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
630 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
633 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
636 Sequence
< PropertyValue
> aPropSequence (3);
638 aPropSequence
[0].Name
= "Coordinates";
639 static const CustomShapeProvider::ParameterPairData aData
[] = {
641 EnhancedCustomShapeParameterType::NORMAL
,
642 EnhancedCustomShapeParameterType::EQUATION
,
646 EnhancedCustomShapeParameterType::EQUATION
,
647 EnhancedCustomShapeParameterType::NORMAL
,
651 EnhancedCustomShapeParameterType::EQUATION
,
652 EnhancedCustomShapeParameterType::NORMAL
,
656 EnhancedCustomShapeParameterType::EQUATION
,
657 EnhancedCustomShapeParameterType::EQUATION
,
661 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
664 aPropSequence
[1].Name
= "Segments";
665 static const sal_uInt16 nValues
[] = {
672 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
675 aPropSequence
[2].Name
= "TextFrames";
676 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
678 EnhancedCustomShapeTextFrame aTextFrame
;
680 static const CustomShapeProvider::ParameterPairData aData
=
682 EnhancedCustomShapeParameterType::EQUATION
,
683 EnhancedCustomShapeParameterType::EQUATION
,
686 aTextFrame
.TopLeft
= createParameterPair(&aData
);
689 static const CustomShapeProvider::ParameterPairData aData
=
691 EnhancedCustomShapeParameterType::EQUATION
,
692 EnhancedCustomShapeParameterType::EQUATION
,
695 aTextFrame
.BottomRight
= createParameterPair(&aData
);
697 aTextFrameSeq
[0] = aTextFrame
;
699 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
701 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
704 awt::Rectangle aRectangle
;
707 aRectangle
.Width
= 0;
708 aRectangle
.Height
= 0;
709 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
711 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-nonIsoscelesTrapezoid");
717 // This is a generated source file. DO NOT EDIT.
719 class ShapeCdiamond
: public CustomShapeProvider
721 virtual PropertyMap
getProperties()
723 PropertyMap aPropertyMap
;
726 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
729 static const char *aStrings
[] = {
739 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
742 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
745 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
748 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
751 Sequence
< PropertyValue
> aPropSequence (3);
753 aPropSequence
[0].Name
= "Coordinates";
754 static const CustomShapeProvider::ParameterPairData aData
[] = {
756 EnhancedCustomShapeParameterType::NORMAL
,
757 EnhancedCustomShapeParameterType::EQUATION
,
761 EnhancedCustomShapeParameterType::EQUATION
,
762 EnhancedCustomShapeParameterType::NORMAL
,
766 EnhancedCustomShapeParameterType::EQUATION
,
767 EnhancedCustomShapeParameterType::EQUATION
,
771 EnhancedCustomShapeParameterType::EQUATION
,
772 EnhancedCustomShapeParameterType::EQUATION
,
776 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
779 aPropSequence
[1].Name
= "Segments";
780 static const sal_uInt16 nValues
[] = {
787 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
790 aPropSequence
[2].Name
= "TextFrames";
791 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
793 EnhancedCustomShapeTextFrame aTextFrame
;
795 static const CustomShapeProvider::ParameterPairData aData
=
797 EnhancedCustomShapeParameterType::EQUATION
,
798 EnhancedCustomShapeParameterType::EQUATION
,
801 aTextFrame
.TopLeft
= createParameterPair(&aData
);
804 static const CustomShapeProvider::ParameterPairData aData
=
806 EnhancedCustomShapeParameterType::EQUATION
,
807 EnhancedCustomShapeParameterType::EQUATION
,
810 aTextFrame
.BottomRight
= createParameterPair(&aData
);
812 aTextFrameSeq
[0] = aTextFrame
;
814 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
816 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
819 awt::Rectangle aRectangle
;
822 aRectangle
.Width
= 0;
823 aRectangle
.Height
= 0;
824 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
826 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-diamond");
832 // This is a generated source file. DO NOT EDIT.
834 class ShapeCcallout2
: public CustomShapeProvider
836 virtual PropertyMap
getProperties()
838 PropertyMap aPropertyMap
;
841 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (6);
843 Any
aAny ((sal_Int32
) 18750);
844 aAdjSequence
[0].Value
= aAny
;
845 aAdjSequence
[0].Name
= "adj1";
848 Any
aAny ((sal_Int32
) -8333);
849 aAdjSequence
[1].Value
= aAny
;
850 aAdjSequence
[1].Name
= "adj2";
853 Any
aAny ((sal_Int32
) 18750);
854 aAdjSequence
[2].Value
= aAny
;
855 aAdjSequence
[2].Name
= "adj3";
858 Any
aAny ((sal_Int32
) -16667);
859 aAdjSequence
[3].Value
= aAny
;
860 aAdjSequence
[3].Name
= "adj4";
863 Any
aAny ((sal_Int32
) 112500);
864 aAdjSequence
[4].Value
= aAny
;
865 aAdjSequence
[4].Name
= "adj5";
868 Any
aAny ((sal_Int32
) -46667);
869 aAdjSequence
[5].Value
= aAny
;
870 aAdjSequence
[5].Name
= "adj6";
872 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
875 static const char *aStrings
[] = {
876 "logheight*$0 /100000",
877 "logwidth*$1 /100000",
878 "logheight*$2 /100000",
879 "logwidth*$3 /100000",
880 "logheight*$4 /100000",
881 "logwidth*$5 /100000",
887 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
890 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
892 Sequence
< PropertyValue
> aPropSequence (7);
894 aPropSequence
[0].Name
= "Position";
895 static const CustomShapeProvider::ParameterPairData aData
=
897 EnhancedCustomShapeParameterType::EQUATION
,
898 EnhancedCustomShapeParameterType::EQUATION
,
901 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
904 aPropSequence
[1].Name
= "RangeXMaximum";
905 EnhancedCustomShapeParameter aParameter
;
906 Any
aAny ((sal_Int32
) 2147483647);
907 aParameter
.Value
= aAny
;
908 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
909 aPropSequence
[1].Value
= makeAny (aParameter
);
912 aPropSequence
[2].Name
= "RangeXMinimum";
913 EnhancedCustomShapeParameter aParameter
;
914 Any
aAny ((sal_Int32
) -2147483647);
915 aParameter
.Value
= aAny
;
916 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
917 aPropSequence
[2].Value
= makeAny (aParameter
);
920 aPropSequence
[3].Name
= "RangeYMaximum";
921 EnhancedCustomShapeParameter aParameter
;
922 Any
aAny ((sal_Int32
) 2147483647);
923 aParameter
.Value
= aAny
;
924 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
925 aPropSequence
[3].Value
= makeAny (aParameter
);
928 aPropSequence
[4].Name
= "RangeYMinimum";
929 EnhancedCustomShapeParameter aParameter
;
930 Any
aAny ((sal_Int32
) -2147483647);
931 aParameter
.Value
= aAny
;
932 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
933 aPropSequence
[4].Value
= makeAny (aParameter
);
936 aPropSequence
[5].Name
= "RefX";
937 Any
aAny ((sal_Int32
) 1);
938 aPropSequence
[5].Value
= makeAny (aAny
);
941 aPropSequence
[6].Name
= "RefY";
942 Any
aAny ((sal_Int32
) 0);
943 aPropSequence
[6].Value
= makeAny (aAny
);
945 aPropSequenceSequence
[0] = aPropSequence
;
948 Sequence
< PropertyValue
> aPropSequence (7);
950 aPropSequence
[0].Name
= "Position";
951 static const CustomShapeProvider::ParameterPairData aData
=
953 EnhancedCustomShapeParameterType::EQUATION
,
954 EnhancedCustomShapeParameterType::EQUATION
,
957 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
960 aPropSequence
[1].Name
= "RangeXMaximum";
961 EnhancedCustomShapeParameter aParameter
;
962 Any
aAny ((sal_Int32
) 2147483647);
963 aParameter
.Value
= aAny
;
964 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
965 aPropSequence
[1].Value
= makeAny (aParameter
);
968 aPropSequence
[2].Name
= "RangeXMinimum";
969 EnhancedCustomShapeParameter aParameter
;
970 Any
aAny ((sal_Int32
) -2147483647);
971 aParameter
.Value
= aAny
;
972 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
973 aPropSequence
[2].Value
= makeAny (aParameter
);
976 aPropSequence
[3].Name
= "RangeYMaximum";
977 EnhancedCustomShapeParameter aParameter
;
978 Any
aAny ((sal_Int32
) 2147483647);
979 aParameter
.Value
= aAny
;
980 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
981 aPropSequence
[3].Value
= makeAny (aParameter
);
984 aPropSequence
[4].Name
= "RangeYMinimum";
985 EnhancedCustomShapeParameter aParameter
;
986 Any
aAny ((sal_Int32
) -2147483647);
987 aParameter
.Value
= aAny
;
988 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
989 aPropSequence
[4].Value
= makeAny (aParameter
);
992 aPropSequence
[5].Name
= "RefX";
993 Any
aAny ((sal_Int32
) 3);
994 aPropSequence
[5].Value
= makeAny (aAny
);
997 aPropSequence
[6].Name
= "RefY";
998 Any
aAny ((sal_Int32
) 2);
999 aPropSequence
[6].Value
= makeAny (aAny
);
1001 aPropSequenceSequence
[1] = aPropSequence
;
1004 Sequence
< PropertyValue
> aPropSequence (7);
1006 aPropSequence
[0].Name
= "Position";
1007 static const CustomShapeProvider::ParameterPairData aData
=
1009 EnhancedCustomShapeParameterType::EQUATION
,
1010 EnhancedCustomShapeParameterType::EQUATION
,
1013 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1016 aPropSequence
[1].Name
= "RangeXMaximum";
1017 EnhancedCustomShapeParameter aParameter
;
1018 Any
aAny ((sal_Int32
) 2147483647);
1019 aParameter
.Value
= aAny
;
1020 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1021 aPropSequence
[1].Value
= makeAny (aParameter
);
1024 aPropSequence
[2].Name
= "RangeXMinimum";
1025 EnhancedCustomShapeParameter aParameter
;
1026 Any
aAny ((sal_Int32
) -2147483647);
1027 aParameter
.Value
= aAny
;
1028 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1029 aPropSequence
[2].Value
= makeAny (aParameter
);
1032 aPropSequence
[3].Name
= "RangeYMaximum";
1033 EnhancedCustomShapeParameter aParameter
;
1034 Any
aAny ((sal_Int32
) 2147483647);
1035 aParameter
.Value
= aAny
;
1036 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1037 aPropSequence
[3].Value
= makeAny (aParameter
);
1040 aPropSequence
[4].Name
= "RangeYMinimum";
1041 EnhancedCustomShapeParameter aParameter
;
1042 Any
aAny ((sal_Int32
) -2147483647);
1043 aParameter
.Value
= aAny
;
1044 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1045 aPropSequence
[4].Value
= makeAny (aParameter
);
1048 aPropSequence
[5].Name
= "RefX";
1049 Any
aAny ((sal_Int32
) 5);
1050 aPropSequence
[5].Value
= makeAny (aAny
);
1053 aPropSequence
[6].Name
= "RefY";
1054 Any
aAny ((sal_Int32
) 4);
1055 aPropSequence
[6].Value
= makeAny (aAny
);
1057 aPropSequenceSequence
[2] = aPropSequence
;
1059 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1062 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1065 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1068 Sequence
< PropertyValue
> aPropSequence (3);
1070 aPropSequence
[0].Name
= "Coordinates";
1071 static const CustomShapeProvider::ParameterPairData aData
[] = {
1073 EnhancedCustomShapeParameterType::NORMAL
,
1074 EnhancedCustomShapeParameterType::NORMAL
,
1078 EnhancedCustomShapeParameterType::EQUATION
,
1079 EnhancedCustomShapeParameterType::NORMAL
,
1083 EnhancedCustomShapeParameterType::EQUATION
,
1084 EnhancedCustomShapeParameterType::EQUATION
,
1088 EnhancedCustomShapeParameterType::NORMAL
,
1089 EnhancedCustomShapeParameterType::EQUATION
,
1093 EnhancedCustomShapeParameterType::EQUATION
,
1094 EnhancedCustomShapeParameterType::EQUATION
,
1098 EnhancedCustomShapeParameterType::EQUATION
,
1099 EnhancedCustomShapeParameterType::EQUATION
,
1103 EnhancedCustomShapeParameterType::EQUATION
,
1104 EnhancedCustomShapeParameterType::EQUATION
,
1108 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1111 aPropSequence
[1].Name
= "Segments";
1112 static const sal_uInt16 nValues
[] = {
1124 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1127 aPropSequence
[2].Name
= "TextFrames";
1128 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1130 EnhancedCustomShapeTextFrame aTextFrame
;
1132 static const CustomShapeProvider::ParameterPairData aData
=
1134 EnhancedCustomShapeParameterType::NORMAL
,
1135 EnhancedCustomShapeParameterType::NORMAL
,
1138 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1141 static const CustomShapeProvider::ParameterPairData aData
=
1143 EnhancedCustomShapeParameterType::EQUATION
,
1144 EnhancedCustomShapeParameterType::EQUATION
,
1147 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1149 aTextFrameSeq
[0] = aTextFrame
;
1151 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1153 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1156 awt::Rectangle aRectangle
;
1159 aRectangle
.Width
= 0;
1160 aRectangle
.Height
= 0;
1161 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1163 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-callout2");
1165 return aPropertyMap
;
1169 // This is a generated source file. DO NOT EDIT.
1171 class ShapeCellipseRibbon
: public CustomShapeProvider
1173 virtual PropertyMap
getProperties()
1175 PropertyMap aPropertyMap
;
1178 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
1180 Any
aAny ((sal_Int32
) 25000);
1181 aAdjSequence
[0].Value
= aAny
;
1182 aAdjSequence
[0].Name
= "adj1";
1185 Any
aAny ((sal_Int32
) 50000);
1186 aAdjSequence
[1].Value
= aAny
;
1187 aAdjSequence
[1].Name
= "adj2";
1190 Any
aAny ((sal_Int32
) 12500);
1191 aAdjSequence
[2].Value
= aAny
;
1192 aAdjSequence
[2].Name
= "adj3";
1194 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1197 static const char *aStrings
[] = {
1198 "if(0-$0 ,0,if(100000-$0 ,$0 ,100000))",
1199 "if(25000-$1 ,25000,if(75000-$1 ,$1 ,75000))",
1204 "if(?5 -$2 ,?5 ,if(?0 -$2 ,$2 ,?0 ))",
1205 "logwidth*?1 /200000",
1213 "logheight*?6 /100000",
1215 "?11 *?11 /logwidth",
1221 "logheight*?0 /100000",
1246 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1249 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
1251 Sequence
< PropertyValue
> aPropSequence (4);
1253 aPropSequence
[0].Name
= "Position";
1254 static const CustomShapeProvider::ParameterPairData aData
=
1256 EnhancedCustomShapeParameterType::EQUATION
,
1257 EnhancedCustomShapeParameterType::EQUATION
,
1260 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1263 aPropSequence
[1].Name
= "RangeYMaximum";
1264 EnhancedCustomShapeParameter aParameter
;
1265 Any
aAny ((sal_Int32
) 100000);
1266 aParameter
.Value
= aAny
;
1267 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1268 aPropSequence
[1].Value
= makeAny (aParameter
);
1271 aPropSequence
[2].Name
= "RangeYMinimum";
1272 EnhancedCustomShapeParameter aParameter
;
1273 Any
aAny ((sal_Int32
) 0);
1274 aParameter
.Value
= aAny
;
1275 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1276 aPropSequence
[2].Value
= makeAny (aParameter
);
1279 aPropSequence
[3].Name
= "RefY";
1280 Any
aAny ((sal_Int32
) 0);
1281 aPropSequence
[3].Value
= makeAny (aAny
);
1283 aPropSequenceSequence
[0] = aPropSequence
;
1286 Sequence
< PropertyValue
> aPropSequence (4);
1288 aPropSequence
[0].Name
= "Position";
1289 static const CustomShapeProvider::ParameterPairData aData
=
1291 EnhancedCustomShapeParameterType::EQUATION
,
1292 EnhancedCustomShapeParameterType::EQUATION
,
1295 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1298 aPropSequence
[1].Name
= "RangeXMaximum";
1299 EnhancedCustomShapeParameter aParameter
;
1300 Any
aAny ((sal_Int32
) 75000);
1301 aParameter
.Value
= aAny
;
1302 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1303 aPropSequence
[1].Value
= makeAny (aParameter
);
1306 aPropSequence
[2].Name
= "RangeXMinimum";
1307 EnhancedCustomShapeParameter aParameter
;
1308 Any
aAny ((sal_Int32
) 25000);
1309 aParameter
.Value
= aAny
;
1310 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1311 aPropSequence
[2].Value
= makeAny (aParameter
);
1314 aPropSequence
[3].Name
= "RefX";
1315 Any
aAny ((sal_Int32
) 1);
1316 aPropSequence
[3].Value
= makeAny (aAny
);
1318 aPropSequenceSequence
[1] = aPropSequence
;
1321 Sequence
< PropertyValue
> aPropSequence (4);
1323 aPropSequence
[0].Name
= "Position";
1324 static const CustomShapeProvider::ParameterPairData aData
=
1326 EnhancedCustomShapeParameterType::NORMAL
,
1327 EnhancedCustomShapeParameterType::EQUATION
,
1330 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1333 aPropSequence
[1].Name
= "RangeYMaximum";
1334 EnhancedCustomShapeParameter aParameter
;
1335 Any
aAny ((sal_Int32
) 0);
1336 aParameter
.Value
= aAny
;
1337 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
1338 aPropSequence
[1].Value
= makeAny (aParameter
);
1341 aPropSequence
[2].Name
= "RangeYMinimum";
1342 EnhancedCustomShapeParameter aParameter
;
1343 Any
aAny ((sal_Int32
) 5);
1344 aParameter
.Value
= aAny
;
1345 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
1346 aPropSequence
[2].Value
= makeAny (aParameter
);
1349 aPropSequence
[3].Name
= "RefY";
1350 Any
aAny ((sal_Int32
) 2);
1351 aPropSequence
[3].Value
= makeAny (aAny
);
1353 aPropSequenceSequence
[2] = aPropSequence
;
1355 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1358 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1361 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1364 Sequence
< PropertyValue
> aPropSequence (3);
1366 aPropSequence
[0].Name
= "Coordinates";
1367 static const CustomShapeProvider::ParameterPairData aData
[] = {
1369 EnhancedCustomShapeParameterType::NORMAL
,
1370 EnhancedCustomShapeParameterType::NORMAL
,
1374 EnhancedCustomShapeParameterType::EQUATION
,
1375 EnhancedCustomShapeParameterType::EQUATION
,
1379 EnhancedCustomShapeParameterType::EQUATION
,
1380 EnhancedCustomShapeParameterType::EQUATION
,
1384 EnhancedCustomShapeParameterType::EQUATION
,
1385 EnhancedCustomShapeParameterType::EQUATION
,
1389 EnhancedCustomShapeParameterType::EQUATION
,
1390 EnhancedCustomShapeParameterType::EQUATION
,
1394 EnhancedCustomShapeParameterType::EQUATION
,
1395 EnhancedCustomShapeParameterType::EQUATION
,
1399 EnhancedCustomShapeParameterType::EQUATION
,
1400 EnhancedCustomShapeParameterType::EQUATION
,
1404 EnhancedCustomShapeParameterType::EQUATION
,
1405 EnhancedCustomShapeParameterType::EQUATION
,
1409 EnhancedCustomShapeParameterType::EQUATION
,
1410 EnhancedCustomShapeParameterType::NORMAL
,
1414 EnhancedCustomShapeParameterType::EQUATION
,
1415 EnhancedCustomShapeParameterType::EQUATION
,
1419 EnhancedCustomShapeParameterType::EQUATION
,
1420 EnhancedCustomShapeParameterType::EQUATION
,
1424 EnhancedCustomShapeParameterType::EQUATION
,
1425 EnhancedCustomShapeParameterType::EQUATION
,
1429 EnhancedCustomShapeParameterType::EQUATION
,
1430 EnhancedCustomShapeParameterType::EQUATION
,
1434 EnhancedCustomShapeParameterType::EQUATION
,
1435 EnhancedCustomShapeParameterType::EQUATION
,
1439 EnhancedCustomShapeParameterType::EQUATION
,
1440 EnhancedCustomShapeParameterType::EQUATION
,
1444 EnhancedCustomShapeParameterType::EQUATION
,
1445 EnhancedCustomShapeParameterType::EQUATION
,
1449 EnhancedCustomShapeParameterType::EQUATION
,
1450 EnhancedCustomShapeParameterType::EQUATION
,
1454 EnhancedCustomShapeParameterType::EQUATION
,
1455 EnhancedCustomShapeParameterType::EQUATION
,
1459 EnhancedCustomShapeParameterType::NORMAL
,
1460 EnhancedCustomShapeParameterType::EQUATION
,
1464 EnhancedCustomShapeParameterType::EQUATION
,
1465 EnhancedCustomShapeParameterType::EQUATION
,
1469 EnhancedCustomShapeParameterType::EQUATION
,
1470 EnhancedCustomShapeParameterType::EQUATION
,
1474 EnhancedCustomShapeParameterType::EQUATION
,
1475 EnhancedCustomShapeParameterType::EQUATION
,
1479 EnhancedCustomShapeParameterType::EQUATION
,
1480 EnhancedCustomShapeParameterType::EQUATION
,
1484 EnhancedCustomShapeParameterType::EQUATION
,
1485 EnhancedCustomShapeParameterType::EQUATION
,
1489 EnhancedCustomShapeParameterType::EQUATION
,
1490 EnhancedCustomShapeParameterType::EQUATION
,
1494 EnhancedCustomShapeParameterType::EQUATION
,
1495 EnhancedCustomShapeParameterType::EQUATION
,
1499 EnhancedCustomShapeParameterType::EQUATION
,
1500 EnhancedCustomShapeParameterType::EQUATION
,
1504 EnhancedCustomShapeParameterType::EQUATION
,
1505 EnhancedCustomShapeParameterType::EQUATION
,
1509 EnhancedCustomShapeParameterType::EQUATION
,
1510 EnhancedCustomShapeParameterType::EQUATION
,
1514 EnhancedCustomShapeParameterType::NORMAL
,
1515 EnhancedCustomShapeParameterType::NORMAL
,
1519 EnhancedCustomShapeParameterType::EQUATION
,
1520 EnhancedCustomShapeParameterType::EQUATION
,
1524 EnhancedCustomShapeParameterType::EQUATION
,
1525 EnhancedCustomShapeParameterType::EQUATION
,
1529 EnhancedCustomShapeParameterType::EQUATION
,
1530 EnhancedCustomShapeParameterType::EQUATION
,
1534 EnhancedCustomShapeParameterType::EQUATION
,
1535 EnhancedCustomShapeParameterType::EQUATION
,
1539 EnhancedCustomShapeParameterType::EQUATION
,
1540 EnhancedCustomShapeParameterType::EQUATION
,
1544 EnhancedCustomShapeParameterType::EQUATION
,
1545 EnhancedCustomShapeParameterType::EQUATION
,
1549 EnhancedCustomShapeParameterType::EQUATION
,
1550 EnhancedCustomShapeParameterType::EQUATION
,
1554 EnhancedCustomShapeParameterType::EQUATION
,
1555 EnhancedCustomShapeParameterType::NORMAL
,
1559 EnhancedCustomShapeParameterType::EQUATION
,
1560 EnhancedCustomShapeParameterType::EQUATION
,
1564 EnhancedCustomShapeParameterType::EQUATION
,
1565 EnhancedCustomShapeParameterType::EQUATION
,
1569 EnhancedCustomShapeParameterType::EQUATION
,
1570 EnhancedCustomShapeParameterType::EQUATION
,
1574 EnhancedCustomShapeParameterType::EQUATION
,
1575 EnhancedCustomShapeParameterType::EQUATION
,
1579 EnhancedCustomShapeParameterType::EQUATION
,
1580 EnhancedCustomShapeParameterType::EQUATION
,
1584 EnhancedCustomShapeParameterType::EQUATION
,
1585 EnhancedCustomShapeParameterType::EQUATION
,
1589 EnhancedCustomShapeParameterType::EQUATION
,
1590 EnhancedCustomShapeParameterType::EQUATION
,
1594 EnhancedCustomShapeParameterType::EQUATION
,
1595 EnhancedCustomShapeParameterType::EQUATION
,
1599 EnhancedCustomShapeParameterType::EQUATION
,
1600 EnhancedCustomShapeParameterType::EQUATION
,
1604 EnhancedCustomShapeParameterType::NORMAL
,
1605 EnhancedCustomShapeParameterType::EQUATION
,
1609 EnhancedCustomShapeParameterType::EQUATION
,
1610 EnhancedCustomShapeParameterType::EQUATION
,
1614 EnhancedCustomShapeParameterType::EQUATION
,
1615 EnhancedCustomShapeParameterType::EQUATION
,
1619 EnhancedCustomShapeParameterType::EQUATION
,
1620 EnhancedCustomShapeParameterType::EQUATION
,
1624 EnhancedCustomShapeParameterType::EQUATION
,
1625 EnhancedCustomShapeParameterType::EQUATION
,
1629 EnhancedCustomShapeParameterType::EQUATION
,
1630 EnhancedCustomShapeParameterType::EQUATION
,
1634 EnhancedCustomShapeParameterType::EQUATION
,
1635 EnhancedCustomShapeParameterType::EQUATION
,
1639 EnhancedCustomShapeParameterType::EQUATION
,
1640 EnhancedCustomShapeParameterType::EQUATION
,
1644 EnhancedCustomShapeParameterType::EQUATION
,
1645 EnhancedCustomShapeParameterType::EQUATION
,
1649 EnhancedCustomShapeParameterType::EQUATION
,
1650 EnhancedCustomShapeParameterType::EQUATION
,
1654 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1657 aPropSequence
[1].Name
= "Segments";
1658 static const sal_uInt16 nValues
[] = {
1710 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1713 aPropSequence
[2].Name
= "TextFrames";
1714 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1716 EnhancedCustomShapeTextFrame aTextFrame
;
1718 static const CustomShapeProvider::ParameterPairData aData
=
1720 EnhancedCustomShapeParameterType::EQUATION
,
1721 EnhancedCustomShapeParameterType::EQUATION
,
1724 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1727 static const CustomShapeProvider::ParameterPairData aData
=
1729 EnhancedCustomShapeParameterType::EQUATION
,
1730 EnhancedCustomShapeParameterType::EQUATION
,
1733 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1735 aTextFrameSeq
[0] = aTextFrame
;
1737 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1739 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1742 awt::Rectangle aRectangle
;
1745 aRectangle
.Width
= 0;
1746 aRectangle
.Height
= 0;
1747 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1749 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-ellipseRibbon");
1751 return aPropertyMap
;
1755 // This is a generated source file. DO NOT EDIT.
1757 class ShapeCpie
: public CustomShapeProvider
1759 virtual PropertyMap
getProperties()
1761 PropertyMap aPropertyMap
;
1764 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
1766 Any
aAny ((sal_Int32
) 0);
1767 aAdjSequence
[0].Value
= aAny
;
1768 aAdjSequence
[0].Name
= "adj1";
1771 Any
aAny ((sal_Int32
) 16200000);
1772 aAdjSequence
[1].Value
= aAny
;
1773 aAdjSequence
[1].Name
= "adj2";
1775 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1778 static const char *aStrings
[] = {
1779 "if(0-$0 ,0,if(21599999-$0 ,$0 ,21599999))",
1780 "if(0-$1 ,0,if(21599999-$1 ,$1 ,21599999))",
1785 "?5 *sin(pi*(?0 )/10800000)",
1787 "?7 *cos(pi*(?0 )/10800000)",
1788 "?5 *(cos(atan2(?6 ,?8 )))",
1789 "?7 *(sin(atan2(?6 ,?8 )))",
1794 "?5 *sin(pi*(?1 )/10800000)",
1795 "?7 *cos(pi*(?1 )/10800000)",
1796 "?5 *(cos(atan2(?15 ,?16 )))",
1797 "?7 *(sin(atan2(?15 ,?16 )))",
1800 "?5 *cos(pi*(2700000)/10800000)",
1801 "?7 *sin(pi*(2700000)/10800000)",
1811 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1814 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
1816 Sequence
< PropertyValue
> aPropSequence (1);
1818 aPropSequence
[0].Name
= "Position";
1819 static const CustomShapeProvider::ParameterPairData aData
=
1821 EnhancedCustomShapeParameterType::EQUATION
,
1822 EnhancedCustomShapeParameterType::EQUATION
,
1825 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1827 aPropSequenceSequence
[0] = aPropSequence
;
1830 Sequence
< PropertyValue
> aPropSequence (1);
1832 aPropSequence
[0].Name
= "Position";
1833 static const CustomShapeProvider::ParameterPairData aData
=
1835 EnhancedCustomShapeParameterType::EQUATION
,
1836 EnhancedCustomShapeParameterType::EQUATION
,
1839 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1841 aPropSequenceSequence
[1] = aPropSequence
;
1843 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1846 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1849 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1852 Sequence
< PropertyValue
> aPropSequence (3);
1854 aPropSequence
[0].Name
= "Coordinates";
1855 static const CustomShapeProvider::ParameterPairData aData
[] = {
1857 EnhancedCustomShapeParameterType::EQUATION
,
1858 EnhancedCustomShapeParameterType::EQUATION
,
1862 EnhancedCustomShapeParameterType::EQUATION
,
1863 EnhancedCustomShapeParameterType::EQUATION
,
1867 EnhancedCustomShapeParameterType::EQUATION
,
1868 EnhancedCustomShapeParameterType::EQUATION
,
1872 EnhancedCustomShapeParameterType::EQUATION
,
1873 EnhancedCustomShapeParameterType::EQUATION
,
1877 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1880 aPropSequence
[1].Name
= "Segments";
1881 static const sal_uInt16 nValues
[] = {
1889 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1892 aPropSequence
[2].Name
= "TextFrames";
1893 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1895 EnhancedCustomShapeTextFrame aTextFrame
;
1897 static const CustomShapeProvider::ParameterPairData aData
=
1899 EnhancedCustomShapeParameterType::EQUATION
,
1900 EnhancedCustomShapeParameterType::EQUATION
,
1903 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1906 static const CustomShapeProvider::ParameterPairData aData
=
1908 EnhancedCustomShapeParameterType::EQUATION
,
1909 EnhancedCustomShapeParameterType::EQUATION
,
1912 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1914 aTextFrameSeq
[0] = aTextFrame
;
1916 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1918 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1921 awt::Rectangle aRectangle
;
1924 aRectangle
.Width
= 0;
1925 aRectangle
.Height
= 0;
1926 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1928 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-pie");
1930 return aPropertyMap
;
1934 // This is a generated source file. DO NOT EDIT.
1936 class ShapeCstar4
: public CustomShapeProvider
1938 virtual PropertyMap
getProperties()
1940 PropertyMap aPropertyMap
;
1943 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
1945 Any
aAny ((sal_Int32
) 12500);
1946 aAdjSequence
[0].Value
= aAny
;
1947 aAdjSequence
[0].Name
= "adj";
1949 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1952 static const char *aStrings
[] = {
1953 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
1958 "?2 *cos(pi*(2700000)/10800000)",
1959 "?4 *sin(pi*(2700000)/10800000)",
1970 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1973 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
1975 Sequence
< PropertyValue
> aPropSequence (4);
1977 aPropSequence
[0].Name
= "Position";
1978 static const CustomShapeProvider::ParameterPairData aData
=
1980 EnhancedCustomShapeParameterType::EQUATION
,
1981 EnhancedCustomShapeParameterType::EQUATION
,
1984 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1987 aPropSequence
[1].Name
= "RangeYMaximum";
1988 EnhancedCustomShapeParameter aParameter
;
1989 Any
aAny ((sal_Int32
) 50000);
1990 aParameter
.Value
= aAny
;
1991 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1992 aPropSequence
[1].Value
= makeAny (aParameter
);
1995 aPropSequence
[2].Name
= "RangeYMinimum";
1996 EnhancedCustomShapeParameter aParameter
;
1997 Any
aAny ((sal_Int32
) 0);
1998 aParameter
.Value
= aAny
;
1999 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2000 aPropSequence
[2].Value
= makeAny (aParameter
);
2003 aPropSequence
[3].Name
= "RefY";
2004 Any
aAny ((sal_Int32
) 0);
2005 aPropSequence
[3].Value
= makeAny (aAny
);
2007 aPropSequenceSequence
[0] = aPropSequence
;
2009 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
2012 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2015 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2018 Sequence
< PropertyValue
> aPropSequence (3);
2020 aPropSequence
[0].Name
= "Coordinates";
2021 static const CustomShapeProvider::ParameterPairData aData
[] = {
2023 EnhancedCustomShapeParameterType::NORMAL
,
2024 EnhancedCustomShapeParameterType::EQUATION
,
2028 EnhancedCustomShapeParameterType::EQUATION
,
2029 EnhancedCustomShapeParameterType::EQUATION
,
2033 EnhancedCustomShapeParameterType::EQUATION
,
2034 EnhancedCustomShapeParameterType::NORMAL
,
2038 EnhancedCustomShapeParameterType::EQUATION
,
2039 EnhancedCustomShapeParameterType::EQUATION
,
2043 EnhancedCustomShapeParameterType::EQUATION
,
2044 EnhancedCustomShapeParameterType::EQUATION
,
2048 EnhancedCustomShapeParameterType::EQUATION
,
2049 EnhancedCustomShapeParameterType::EQUATION
,
2053 EnhancedCustomShapeParameterType::EQUATION
,
2054 EnhancedCustomShapeParameterType::EQUATION
,
2058 EnhancedCustomShapeParameterType::EQUATION
,
2059 EnhancedCustomShapeParameterType::EQUATION
,
2063 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2066 aPropSequence
[1].Name
= "Segments";
2067 static const sal_uInt16 nValues
[] = {
2074 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2077 aPropSequence
[2].Name
= "TextFrames";
2078 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2080 EnhancedCustomShapeTextFrame aTextFrame
;
2082 static const CustomShapeProvider::ParameterPairData aData
=
2084 EnhancedCustomShapeParameterType::EQUATION
,
2085 EnhancedCustomShapeParameterType::EQUATION
,
2088 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2091 static const CustomShapeProvider::ParameterPairData aData
=
2093 EnhancedCustomShapeParameterType::EQUATION
,
2094 EnhancedCustomShapeParameterType::EQUATION
,
2097 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2099 aTextFrameSeq
[0] = aTextFrame
;
2101 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2103 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2106 awt::Rectangle aRectangle
;
2109 aRectangle
.Width
= 0;
2110 aRectangle
.Height
= 0;
2111 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2113 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-star4");
2115 return aPropertyMap
;
2119 // This is a generated source file. DO NOT EDIT.
2121 class ShapeCflowChartPredefinedProcess
: public CustomShapeProvider
2123 virtual PropertyMap
getProperties()
2125 PropertyMap aPropertyMap
;
2128 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2131 static const char *aStrings
[] = {
2139 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2142 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2145 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2148 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2151 Sequence
< PropertyValue
> aPropSequence (4);
2153 aPropSequence
[0].Name
= "Coordinates";
2154 static const CustomShapeProvider::ParameterPairData aData
[] = {
2156 EnhancedCustomShapeParameterType::NORMAL
,
2157 EnhancedCustomShapeParameterType::NORMAL
,
2161 EnhancedCustomShapeParameterType::NORMAL
,
2162 EnhancedCustomShapeParameterType::NORMAL
,
2166 EnhancedCustomShapeParameterType::NORMAL
,
2167 EnhancedCustomShapeParameterType::NORMAL
,
2171 EnhancedCustomShapeParameterType::NORMAL
,
2172 EnhancedCustomShapeParameterType::NORMAL
,
2176 EnhancedCustomShapeParameterType::NORMAL
,
2177 EnhancedCustomShapeParameterType::NORMAL
,
2181 EnhancedCustomShapeParameterType::NORMAL
,
2182 EnhancedCustomShapeParameterType::NORMAL
,
2186 EnhancedCustomShapeParameterType::NORMAL
,
2187 EnhancedCustomShapeParameterType::NORMAL
,
2191 EnhancedCustomShapeParameterType::NORMAL
,
2192 EnhancedCustomShapeParameterType::NORMAL
,
2196 EnhancedCustomShapeParameterType::NORMAL
,
2197 EnhancedCustomShapeParameterType::NORMAL
,
2201 EnhancedCustomShapeParameterType::NORMAL
,
2202 EnhancedCustomShapeParameterType::NORMAL
,
2206 EnhancedCustomShapeParameterType::NORMAL
,
2207 EnhancedCustomShapeParameterType::NORMAL
,
2211 EnhancedCustomShapeParameterType::NORMAL
,
2212 EnhancedCustomShapeParameterType::NORMAL
,
2216 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2219 aPropSequence
[1].Name
= "Segments";
2220 static const sal_uInt16 nValues
[] = {
2239 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2242 aPropSequence
[2].Name
= "SubViewSize";
2243 Sequence
< awt::Size
> aSizeSequence (3);
2248 aSizeSequence
[0] = aSize
;
2254 aSizeSequence
[1] = aSize
;
2260 aSizeSequence
[2] = aSize
;
2262 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
2265 aPropSequence
[3].Name
= "TextFrames";
2266 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2268 EnhancedCustomShapeTextFrame aTextFrame
;
2270 static const CustomShapeProvider::ParameterPairData aData
=
2272 EnhancedCustomShapeParameterType::EQUATION
,
2273 EnhancedCustomShapeParameterType::NORMAL
,
2276 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2279 static const CustomShapeProvider::ParameterPairData aData
=
2281 EnhancedCustomShapeParameterType::EQUATION
,
2282 EnhancedCustomShapeParameterType::EQUATION
,
2285 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2287 aTextFrameSeq
[0] = aTextFrame
;
2289 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
2291 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2294 awt::Rectangle aRectangle
;
2297 aRectangle
.Width
= 0;
2298 aRectangle
.Height
= 0;
2299 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2301 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartPredefinedProcess");
2303 return aPropertyMap
;
2307 // This is a generated source file. DO NOT EDIT.
2309 class ShapeCflowChartPunchedTape
: public CustomShapeProvider
2311 virtual PropertyMap
getProperties()
2313 PropertyMap aPropertyMap
;
2316 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2319 static const char *aStrings
[] = {
2327 "(10800000)/60000.0",
2328 "(-10800000)/60000.0",
2329 "(10800000)/60000.0",
2330 "(10800000)/60000.0",
2332 "(-10800000)/60000.0",
2334 "(10800000)/60000.0"
2336 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2339 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2342 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2345 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2348 Sequence
< PropertyValue
> aPropSequence (4);
2350 aPropSequence
[0].Name
= "Coordinates";
2351 static const CustomShapeProvider::ParameterPairData aData
[] = {
2353 EnhancedCustomShapeParameterType::NORMAL
,
2354 EnhancedCustomShapeParameterType::NORMAL
,
2358 EnhancedCustomShapeParameterType::NORMAL
,
2359 EnhancedCustomShapeParameterType::NORMAL
,
2363 EnhancedCustomShapeParameterType::EQUATION
,
2364 EnhancedCustomShapeParameterType::EQUATION
,
2368 EnhancedCustomShapeParameterType::NORMAL
,
2369 EnhancedCustomShapeParameterType::NORMAL
,
2373 EnhancedCustomShapeParameterType::EQUATION
,
2374 EnhancedCustomShapeParameterType::EQUATION
,
2378 EnhancedCustomShapeParameterType::NORMAL
,
2379 EnhancedCustomShapeParameterType::NORMAL
,
2383 EnhancedCustomShapeParameterType::NORMAL
,
2384 EnhancedCustomShapeParameterType::NORMAL
,
2388 EnhancedCustomShapeParameterType::EQUATION
,
2389 EnhancedCustomShapeParameterType::EQUATION
,
2393 EnhancedCustomShapeParameterType::NORMAL
,
2394 EnhancedCustomShapeParameterType::NORMAL
,
2398 EnhancedCustomShapeParameterType::EQUATION
,
2399 EnhancedCustomShapeParameterType::EQUATION
,
2403 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2406 aPropSequence
[1].Name
= "Segments";
2407 static const sal_uInt16 nValues
[] = {
2416 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2419 aPropSequence
[2].Name
= "SubViewSize";
2420 Sequence
< awt::Size
> aSizeSequence (1);
2425 aSizeSequence
[0] = aSize
;
2427 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
2430 aPropSequence
[3].Name
= "TextFrames";
2431 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2433 EnhancedCustomShapeTextFrame aTextFrame
;
2435 static const CustomShapeProvider::ParameterPairData aData
=
2437 EnhancedCustomShapeParameterType::NORMAL
,
2438 EnhancedCustomShapeParameterType::EQUATION
,
2441 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2444 static const CustomShapeProvider::ParameterPairData aData
=
2446 EnhancedCustomShapeParameterType::EQUATION
,
2447 EnhancedCustomShapeParameterType::EQUATION
,
2450 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2452 aTextFrameSeq
[0] = aTextFrame
;
2454 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
2456 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2459 awt::Rectangle aRectangle
;
2462 aRectangle
.Width
= 0;
2463 aRectangle
.Height
= 0;
2464 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2466 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartPunchedTape");
2468 return aPropertyMap
;
2472 // This is a generated source file. DO NOT EDIT.
2474 class ShapeCcurvedConnector2
: public CustomShapeProvider
2476 virtual PropertyMap
getProperties()
2478 PropertyMap aPropertyMap
;
2481 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2484 static const char *aStrings
[] = {
2490 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2493 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2496 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2499 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2502 Sequence
< PropertyValue
> aPropSequence (3);
2504 aPropSequence
[0].Name
= "Coordinates";
2505 static const CustomShapeProvider::ParameterPairData aData
[] = {
2507 EnhancedCustomShapeParameterType::NORMAL
,
2508 EnhancedCustomShapeParameterType::NORMAL
,
2512 EnhancedCustomShapeParameterType::EQUATION
,
2513 EnhancedCustomShapeParameterType::NORMAL
,
2517 EnhancedCustomShapeParameterType::EQUATION
,
2518 EnhancedCustomShapeParameterType::EQUATION
,
2522 EnhancedCustomShapeParameterType::EQUATION
,
2523 EnhancedCustomShapeParameterType::EQUATION
,
2527 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2530 aPropSequence
[1].Name
= "Segments";
2531 static const sal_uInt16 nValues
[] = {
2538 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2541 aPropSequence
[2].Name
= "TextFrames";
2542 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2544 EnhancedCustomShapeTextFrame aTextFrame
;
2546 static const CustomShapeProvider::ParameterPairData aData
=
2548 EnhancedCustomShapeParameterType::NORMAL
,
2549 EnhancedCustomShapeParameterType::NORMAL
,
2552 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2555 static const CustomShapeProvider::ParameterPairData aData
=
2557 EnhancedCustomShapeParameterType::EQUATION
,
2558 EnhancedCustomShapeParameterType::EQUATION
,
2561 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2563 aTextFrameSeq
[0] = aTextFrame
;
2565 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2567 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2570 awt::Rectangle aRectangle
;
2573 aRectangle
.Width
= 0;
2574 aRectangle
.Height
= 0;
2575 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2577 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-curvedConnector2");
2579 return aPropertyMap
;
2583 // This is a generated source file. DO NOT EDIT.
2585 class ShapeCbentConnector3
: public CustomShapeProvider
2587 virtual PropertyMap
getProperties()
2589 PropertyMap aPropertyMap
;
2592 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
2594 Any
aAny ((sal_Int32
) 50000);
2595 aAdjSequence
[0].Value
= aAny
;
2596 aAdjSequence
[0].Name
= "adj1";
2598 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
2601 static const char *aStrings
[] = {
2602 "logwidth*$0 /100000",
2607 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2610 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
2612 Sequence
< PropertyValue
> aPropSequence (4);
2614 aPropSequence
[0].Name
= "Position";
2615 static const CustomShapeProvider::ParameterPairData aData
=
2617 EnhancedCustomShapeParameterType::EQUATION
,
2618 EnhancedCustomShapeParameterType::EQUATION
,
2621 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
2624 aPropSequence
[1].Name
= "RangeXMaximum";
2625 EnhancedCustomShapeParameter aParameter
;
2626 Any
aAny ((sal_Int32
) 2147483647);
2627 aParameter
.Value
= aAny
;
2628 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2629 aPropSequence
[1].Value
= makeAny (aParameter
);
2632 aPropSequence
[2].Name
= "RangeXMinimum";
2633 EnhancedCustomShapeParameter aParameter
;
2634 Any
aAny ((sal_Int32
) -2147483647);
2635 aParameter
.Value
= aAny
;
2636 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2637 aPropSequence
[2].Value
= makeAny (aParameter
);
2640 aPropSequence
[3].Name
= "RefX";
2641 Any
aAny ((sal_Int32
) 0);
2642 aPropSequence
[3].Value
= makeAny (aAny
);
2644 aPropSequenceSequence
[0] = aPropSequence
;
2646 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
2649 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2652 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2655 Sequence
< PropertyValue
> aPropSequence (3);
2657 aPropSequence
[0].Name
= "Coordinates";
2658 static const CustomShapeProvider::ParameterPairData aData
[] = {
2660 EnhancedCustomShapeParameterType::NORMAL
,
2661 EnhancedCustomShapeParameterType::NORMAL
,
2665 EnhancedCustomShapeParameterType::EQUATION
,
2666 EnhancedCustomShapeParameterType::NORMAL
,
2670 EnhancedCustomShapeParameterType::EQUATION
,
2671 EnhancedCustomShapeParameterType::EQUATION
,
2675 EnhancedCustomShapeParameterType::EQUATION
,
2676 EnhancedCustomShapeParameterType::EQUATION
,
2680 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2683 aPropSequence
[1].Name
= "Segments";
2684 static const sal_uInt16 nValues
[] = {
2691 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2694 aPropSequence
[2].Name
= "TextFrames";
2695 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2697 EnhancedCustomShapeTextFrame aTextFrame
;
2699 static const CustomShapeProvider::ParameterPairData aData
=
2701 EnhancedCustomShapeParameterType::NORMAL
,
2702 EnhancedCustomShapeParameterType::NORMAL
,
2705 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2708 static const CustomShapeProvider::ParameterPairData aData
=
2710 EnhancedCustomShapeParameterType::EQUATION
,
2711 EnhancedCustomShapeParameterType::EQUATION
,
2714 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2716 aTextFrameSeq
[0] = aTextFrame
;
2718 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2720 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2723 awt::Rectangle aRectangle
;
2726 aRectangle
.Width
= 0;
2727 aRectangle
.Height
= 0;
2728 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2730 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-bentConnector3");
2732 return aPropertyMap
;
2736 // This is a generated source file. DO NOT EDIT.
2738 class ShapeCcornerTabs
: public CustomShapeProvider
2740 virtual PropertyMap
getProperties()
2742 PropertyMap aPropertyMap
;
2745 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2748 static const char *aStrings
[] = {
2749 "sqrt(logwidth*logwidth+logheight*logheight+0*0)",
2756 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2759 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2762 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2765 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2768 Sequence
< PropertyValue
> aPropSequence (3);
2770 aPropSequence
[0].Name
= "Coordinates";
2771 static const CustomShapeProvider::ParameterPairData aData
[] = {
2773 EnhancedCustomShapeParameterType::NORMAL
,
2774 EnhancedCustomShapeParameterType::NORMAL
,
2778 EnhancedCustomShapeParameterType::EQUATION
,
2779 EnhancedCustomShapeParameterType::NORMAL
,
2783 EnhancedCustomShapeParameterType::NORMAL
,
2784 EnhancedCustomShapeParameterType::EQUATION
,
2788 EnhancedCustomShapeParameterType::NORMAL
,
2789 EnhancedCustomShapeParameterType::EQUATION
,
2793 EnhancedCustomShapeParameterType::EQUATION
,
2794 EnhancedCustomShapeParameterType::EQUATION
,
2798 EnhancedCustomShapeParameterType::NORMAL
,
2799 EnhancedCustomShapeParameterType::EQUATION
,
2803 EnhancedCustomShapeParameterType::EQUATION
,
2804 EnhancedCustomShapeParameterType::NORMAL
,
2808 EnhancedCustomShapeParameterType::EQUATION
,
2809 EnhancedCustomShapeParameterType::NORMAL
,
2813 EnhancedCustomShapeParameterType::EQUATION
,
2814 EnhancedCustomShapeParameterType::EQUATION
,
2818 EnhancedCustomShapeParameterType::EQUATION
,
2819 EnhancedCustomShapeParameterType::EQUATION
,
2823 EnhancedCustomShapeParameterType::EQUATION
,
2824 EnhancedCustomShapeParameterType::EQUATION
,
2828 EnhancedCustomShapeParameterType::EQUATION
,
2829 EnhancedCustomShapeParameterType::EQUATION
,
2833 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2836 aPropSequence
[1].Name
= "Segments";
2837 static const sal_uInt16 nValues
[] = {
2856 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2859 aPropSequence
[2].Name
= "TextFrames";
2860 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2862 EnhancedCustomShapeTextFrame aTextFrame
;
2864 static const CustomShapeProvider::ParameterPairData aData
=
2866 EnhancedCustomShapeParameterType::EQUATION
,
2867 EnhancedCustomShapeParameterType::EQUATION
,
2870 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2873 static const CustomShapeProvider::ParameterPairData aData
=
2875 EnhancedCustomShapeParameterType::EQUATION
,
2876 EnhancedCustomShapeParameterType::EQUATION
,
2879 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2881 aTextFrameSeq
[0] = aTextFrame
;
2883 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2885 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2888 awt::Rectangle aRectangle
;
2891 aRectangle
.Width
= 0;
2892 aRectangle
.Height
= 0;
2893 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2895 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-cornerTabs");
2897 return aPropertyMap
;
2901 // This is a generated source file. DO NOT EDIT.
2903 class ShapeChexagon
: public CustomShapeProvider
2905 virtual PropertyMap
getProperties()
2907 PropertyMap aPropertyMap
;
2910 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
2912 Any
aAny ((sal_Int32
) 25000);
2913 aAdjSequence
[0].Value
= aAny
;
2914 aAdjSequence
[0].Name
= "adj";
2917 Any
aAny ((sal_Int32
) 115470);
2918 aAdjSequence
[1].Value
= aAny
;
2919 aAdjSequence
[1].Name
= "vf";
2921 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
2924 static const char *aStrings
[] = {
2925 "min(logwidth,logheight)",
2926 "50000*logwidth/?0 ",
2927 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
2932 "?4 *sin(pi*(3600000)/10800000)",
2945 "logheight*?18 /24",
2950 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2953 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
2955 Sequence
< PropertyValue
> aPropSequence (4);
2957 aPropSequence
[0].Name
= "Position";
2958 static const CustomShapeProvider::ParameterPairData aData
=
2960 EnhancedCustomShapeParameterType::EQUATION
,
2961 EnhancedCustomShapeParameterType::NORMAL
,
2964 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
2967 aPropSequence
[1].Name
= "RangeXMaximum";
2968 EnhancedCustomShapeParameter aParameter
;
2969 Any
aAny ((sal_Int32
) 1);
2970 aParameter
.Value
= aAny
;
2971 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
2972 aPropSequence
[1].Value
= makeAny (aParameter
);
2975 aPropSequence
[2].Name
= "RangeXMinimum";
2976 EnhancedCustomShapeParameter aParameter
;
2977 Any
aAny ((sal_Int32
) 0);
2978 aParameter
.Value
= aAny
;
2979 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2980 aPropSequence
[2].Value
= makeAny (aParameter
);
2983 aPropSequence
[3].Name
= "RefX";
2984 Any
aAny ((sal_Int32
) 0);
2985 aPropSequence
[3].Value
= makeAny (aAny
);
2987 aPropSequenceSequence
[0] = aPropSequence
;
2989 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
2992 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2995 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2998 Sequence
< PropertyValue
> aPropSequence (3);
3000 aPropSequence
[0].Name
= "Coordinates";
3001 static const CustomShapeProvider::ParameterPairData aData
[] = {
3003 EnhancedCustomShapeParameterType::NORMAL
,
3004 EnhancedCustomShapeParameterType::EQUATION
,
3008 EnhancedCustomShapeParameterType::EQUATION
,
3009 EnhancedCustomShapeParameterType::EQUATION
,
3013 EnhancedCustomShapeParameterType::EQUATION
,
3014 EnhancedCustomShapeParameterType::EQUATION
,
3018 EnhancedCustomShapeParameterType::EQUATION
,
3019 EnhancedCustomShapeParameterType::EQUATION
,
3023 EnhancedCustomShapeParameterType::EQUATION
,
3024 EnhancedCustomShapeParameterType::EQUATION
,
3028 EnhancedCustomShapeParameterType::EQUATION
,
3029 EnhancedCustomShapeParameterType::EQUATION
,
3033 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3036 aPropSequence
[1].Name
= "Segments";
3037 static const sal_uInt16 nValues
[] = {
3044 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3047 aPropSequence
[2].Name
= "TextFrames";
3048 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3050 EnhancedCustomShapeTextFrame aTextFrame
;
3052 static const CustomShapeProvider::ParameterPairData aData
=
3054 EnhancedCustomShapeParameterType::EQUATION
,
3055 EnhancedCustomShapeParameterType::EQUATION
,
3058 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3061 static const CustomShapeProvider::ParameterPairData aData
=
3063 EnhancedCustomShapeParameterType::EQUATION
,
3064 EnhancedCustomShapeParameterType::EQUATION
,
3067 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3069 aTextFrameSeq
[0] = aTextFrame
;
3071 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
3073 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3076 awt::Rectangle aRectangle
;
3079 aRectangle
.Width
= 0;
3080 aRectangle
.Height
= 0;
3081 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3083 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-hexagon");
3085 return aPropertyMap
;
3089 // This is a generated source file. DO NOT EDIT.
3091 class ShapeCflowChartConnector
: public CustomShapeProvider
3093 virtual PropertyMap
getProperties()
3095 PropertyMap aPropertyMap
;
3098 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
3101 static const char *aStrings
[] = {
3103 "?0 *cos(pi*(2700000)/10800000)",
3105 "?2 *sin(pi*(2700000)/10800000)",
3114 "(10800000)/60000.0",
3115 "(5400000)/60000.0",
3116 "(16200000)/60000.0",
3117 "(5400000)/60000.0",
3119 "(5400000)/60000.0",
3120 "(5400000)/60000.0",
3123 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3126 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
3129 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3132 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3135 Sequence
< PropertyValue
> aPropSequence (3);
3137 aPropSequence
[0].Name
= "Coordinates";
3138 static const CustomShapeProvider::ParameterPairData aData
[] = {
3140 EnhancedCustomShapeParameterType::NORMAL
,
3141 EnhancedCustomShapeParameterType::EQUATION
,
3145 EnhancedCustomShapeParameterType::EQUATION
,
3146 EnhancedCustomShapeParameterType::EQUATION
,
3150 EnhancedCustomShapeParameterType::EQUATION
,
3151 EnhancedCustomShapeParameterType::EQUATION
,
3155 EnhancedCustomShapeParameterType::EQUATION
,
3156 EnhancedCustomShapeParameterType::EQUATION
,
3160 EnhancedCustomShapeParameterType::EQUATION
,
3161 EnhancedCustomShapeParameterType::EQUATION
,
3165 EnhancedCustomShapeParameterType::EQUATION
,
3166 EnhancedCustomShapeParameterType::EQUATION
,
3170 EnhancedCustomShapeParameterType::EQUATION
,
3171 EnhancedCustomShapeParameterType::EQUATION
,
3175 EnhancedCustomShapeParameterType::EQUATION
,
3176 EnhancedCustomShapeParameterType::EQUATION
,
3180 EnhancedCustomShapeParameterType::EQUATION
,
3181 EnhancedCustomShapeParameterType::EQUATION
,
3185 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3188 aPropSequence
[1].Name
= "Segments";
3189 static const sal_uInt16 nValues
[] = {
3196 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3199 aPropSequence
[2].Name
= "TextFrames";
3200 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3202 EnhancedCustomShapeTextFrame aTextFrame
;
3204 static const CustomShapeProvider::ParameterPairData aData
=
3206 EnhancedCustomShapeParameterType::EQUATION
,
3207 EnhancedCustomShapeParameterType::EQUATION
,
3210 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3213 static const CustomShapeProvider::ParameterPairData aData
=
3215 EnhancedCustomShapeParameterType::EQUATION
,
3216 EnhancedCustomShapeParameterType::EQUATION
,
3219 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3221 aTextFrameSeq
[0] = aTextFrame
;
3223 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
3225 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3228 awt::Rectangle aRectangle
;
3231 aRectangle
.Width
= 0;
3232 aRectangle
.Height
= 0;
3233 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3235 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartConnector");
3237 return aPropertyMap
;
3241 // This is a generated source file. DO NOT EDIT.
3243 class ShapeCflowChartMagneticDisk
: public CustomShapeProvider
3245 virtual PropertyMap
getProperties()
3247 PropertyMap aPropertyMap
;
3250 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
3253 static const char *aStrings
[] = {
3260 "(10800000)/60000.0",
3261 "(10800000)/60000.0",
3263 "(10800000)/60000.0",
3265 "(10800000)/60000.0",
3266 "(10800000)/60000.0",
3267 "(10800000)/60000.0",
3269 "(10800000)/60000.0"
3271 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3274 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
3277 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3280 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3283 Sequence
< PropertyValue
> aPropSequence (4);
3285 aPropSequence
[0].Name
= "Coordinates";
3286 static const CustomShapeProvider::ParameterPairData aData
[] = {
3288 EnhancedCustomShapeParameterType::NORMAL
,
3289 EnhancedCustomShapeParameterType::NORMAL
,
3293 EnhancedCustomShapeParameterType::NORMAL
,
3294 EnhancedCustomShapeParameterType::NORMAL
,
3298 EnhancedCustomShapeParameterType::EQUATION
,
3299 EnhancedCustomShapeParameterType::EQUATION
,
3303 EnhancedCustomShapeParameterType::NORMAL
,
3304 EnhancedCustomShapeParameterType::NORMAL
,
3308 EnhancedCustomShapeParameterType::NORMAL
,
3309 EnhancedCustomShapeParameterType::NORMAL
,
3313 EnhancedCustomShapeParameterType::EQUATION
,
3314 EnhancedCustomShapeParameterType::EQUATION
,
3318 EnhancedCustomShapeParameterType::NORMAL
,
3319 EnhancedCustomShapeParameterType::NORMAL
,
3323 EnhancedCustomShapeParameterType::NORMAL
,
3324 EnhancedCustomShapeParameterType::NORMAL
,
3328 EnhancedCustomShapeParameterType::EQUATION
,
3329 EnhancedCustomShapeParameterType::EQUATION
,
3333 EnhancedCustomShapeParameterType::NORMAL
,
3334 EnhancedCustomShapeParameterType::NORMAL
,
3338 EnhancedCustomShapeParameterType::NORMAL
,
3339 EnhancedCustomShapeParameterType::NORMAL
,
3343 EnhancedCustomShapeParameterType::EQUATION
,
3344 EnhancedCustomShapeParameterType::EQUATION
,
3348 EnhancedCustomShapeParameterType::NORMAL
,
3349 EnhancedCustomShapeParameterType::NORMAL
,
3353 EnhancedCustomShapeParameterType::NORMAL
,
3354 EnhancedCustomShapeParameterType::NORMAL
,
3358 EnhancedCustomShapeParameterType::EQUATION
,
3359 EnhancedCustomShapeParameterType::EQUATION
,
3363 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3366 aPropSequence
[1].Name
= "Segments";
3367 static const sal_uInt16 nValues
[] = {
3388 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3391 aPropSequence
[2].Name
= "SubViewSize";
3392 Sequence
< awt::Size
> aSizeSequence (3);
3397 aSizeSequence
[0] = aSize
;
3403 aSizeSequence
[1] = aSize
;
3409 aSizeSequence
[2] = aSize
;
3411 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
3414 aPropSequence
[3].Name
= "TextFrames";
3415 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3417 EnhancedCustomShapeTextFrame aTextFrame
;
3419 static const CustomShapeProvider::ParameterPairData aData
=
3421 EnhancedCustomShapeParameterType::NORMAL
,
3422 EnhancedCustomShapeParameterType::EQUATION
,
3425 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3428 static const CustomShapeProvider::ParameterPairData aData
=
3430 EnhancedCustomShapeParameterType::EQUATION
,
3431 EnhancedCustomShapeParameterType::EQUATION
,
3434 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3436 aTextFrameSeq
[0] = aTextFrame
;
3438 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
3440 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3443 awt::Rectangle aRectangle
;
3446 aRectangle
.Width
= 0;
3447 aRectangle
.Height
= 0;
3448 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3450 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartMagneticDisk");
3452 return aPropertyMap
;
3456 // This is a generated source file. DO NOT EDIT.
3458 class ShapeCheart
: public CustomShapeProvider
3460 virtual PropertyMap
getProperties()
3462 PropertyMap aPropertyMap
;
3465 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
3468 static const char *aStrings
[] = {
3484 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3487 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
3490 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3493 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3496 Sequence
< PropertyValue
> aPropSequence (3);
3498 aPropSequence
[0].Name
= "Coordinates";
3499 static const CustomShapeProvider::ParameterPairData aData
[] = {
3501 EnhancedCustomShapeParameterType::EQUATION
,
3502 EnhancedCustomShapeParameterType::EQUATION
,
3506 EnhancedCustomShapeParameterType::EQUATION
,
3507 EnhancedCustomShapeParameterType::EQUATION
,
3511 EnhancedCustomShapeParameterType::EQUATION
,
3512 EnhancedCustomShapeParameterType::EQUATION
,
3516 EnhancedCustomShapeParameterType::EQUATION
,
3517 EnhancedCustomShapeParameterType::EQUATION
,
3521 EnhancedCustomShapeParameterType::EQUATION
,
3522 EnhancedCustomShapeParameterType::EQUATION
,
3526 EnhancedCustomShapeParameterType::EQUATION
,
3527 EnhancedCustomShapeParameterType::EQUATION
,
3531 EnhancedCustomShapeParameterType::EQUATION
,
3532 EnhancedCustomShapeParameterType::EQUATION
,
3536 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3539 aPropSequence
[1].Name
= "Segments";
3540 static const sal_uInt16 nValues
[] = {
3547 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3550 aPropSequence
[2].Name
= "TextFrames";
3551 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3553 EnhancedCustomShapeTextFrame aTextFrame
;
3555 static const CustomShapeProvider::ParameterPairData aData
=
3557 EnhancedCustomShapeParameterType::EQUATION
,
3558 EnhancedCustomShapeParameterType::EQUATION
,
3561 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3564 static const CustomShapeProvider::ParameterPairData aData
=
3566 EnhancedCustomShapeParameterType::EQUATION
,
3567 EnhancedCustomShapeParameterType::EQUATION
,
3570 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3572 aTextFrameSeq
[0] = aTextFrame
;
3574 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
3576 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3579 awt::Rectangle aRectangle
;
3582 aRectangle
.Width
= 0;
3583 aRectangle
.Height
= 0;
3584 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3586 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-heart");
3588 return aPropertyMap
;
3592 // This is a generated source file. DO NOT EDIT.
3594 class ShapeCribbon2
: public CustomShapeProvider
3596 virtual PropertyMap
getProperties()
3598 PropertyMap aPropertyMap
;
3601 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
3603 Any
aAny ((sal_Int32
) 16667);
3604 aAdjSequence
[0].Value
= aAny
;
3605 aAdjSequence
[0].Name
= "adj1";
3608 Any
aAny ((sal_Int32
) 50000);
3609 aAdjSequence
[1].Value
= aAny
;
3610 aAdjSequence
[1].Name
= "adj2";
3612 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
3615 static const char *aStrings
[] = {
3616 "if(0-$0 ,0,if(33333-$0 ,$0 ,33333))",
3617 "if(25000-$1 ,25000,if(75000-$1 ,$1 ,75000))",
3620 "logwidth*?1 /200000",
3631 "logheight*?0 /200000",
3633 "logheight*?0 /100000",
3636 "(?19 +logheight)/2",
3637 "logheight*?0 /400000",
3641 "(5400000)/60000.0",
3642 "(-10800000)/60000.0",
3643 "(5400000)/60000.0",
3644 "(10800000)/60000.0",
3645 "(16200000)/60000.0",
3646 "(10800000)/60000.0",
3647 "(16200000)/60000.0",
3648 "(-10800000)/60000.0",
3651 "(-5400000)/60000.0",
3652 "(16200000)/60000.0",
3653 "(-5400000)/60000.0",
3655 "(-5400000)/60000.0",
3656 "(5400000)/60000.0",
3657 "(10800000)/60000.0",
3658 "(10800000)/60000.0",
3659 "(5400000)/60000.0",
3660 "(5400000)/60000.0",
3661 "(-10800000)/60000.0",
3662 "(10800000)/60000.0",
3663 "(5400000)/60000.0",
3664 "(16200000)/60000.0",
3665 "(5400000)/60000.0",
3666 "(5400000)/60000.0",
3667 "(10800000)/60000.0",
3668 "(5400000)/60000.0",
3669 "(-10800000)/60000.0",
3670 "(16200000)/60000.0",
3671 "(-10800000)/60000.0",
3672 "(16200000)/60000.0",
3673 "(10800000)/60000.0"
3675 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3678 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
3680 Sequence
< PropertyValue
> aPropSequence (4);
3682 aPropSequence
[0].Name
= "Position";
3683 static const CustomShapeProvider::ParameterPairData aData
=
3685 EnhancedCustomShapeParameterType::EQUATION
,
3686 EnhancedCustomShapeParameterType::EQUATION
,
3689 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
3692 aPropSequence
[1].Name
= "RangeYMaximum";
3693 EnhancedCustomShapeParameter aParameter
;
3694 Any
aAny ((sal_Int32
) 33333);
3695 aParameter
.Value
= aAny
;
3696 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3697 aPropSequence
[1].Value
= makeAny (aParameter
);
3700 aPropSequence
[2].Name
= "RangeYMinimum";
3701 EnhancedCustomShapeParameter aParameter
;
3702 Any
aAny ((sal_Int32
) 0);
3703 aParameter
.Value
= aAny
;
3704 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3705 aPropSequence
[2].Value
= makeAny (aParameter
);
3708 aPropSequence
[3].Name
= "RefY";
3709 Any
aAny ((sal_Int32
) 0);
3710 aPropSequence
[3].Value
= makeAny (aAny
);
3712 aPropSequenceSequence
[0] = aPropSequence
;
3715 Sequence
< PropertyValue
> aPropSequence (4);
3717 aPropSequence
[0].Name
= "Position";
3718 static const CustomShapeProvider::ParameterPairData aData
=
3720 EnhancedCustomShapeParameterType::EQUATION
,
3721 EnhancedCustomShapeParameterType::EQUATION
,
3724 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
3727 aPropSequence
[1].Name
= "RangeXMaximum";
3728 EnhancedCustomShapeParameter aParameter
;
3729 Any
aAny ((sal_Int32
) 75000);
3730 aParameter
.Value
= aAny
;
3731 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3732 aPropSequence
[1].Value
= makeAny (aParameter
);
3735 aPropSequence
[2].Name
= "RangeXMinimum";
3736 EnhancedCustomShapeParameter aParameter
;
3737 Any
aAny ((sal_Int32
) 25000);
3738 aParameter
.Value
= aAny
;
3739 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3740 aPropSequence
[2].Value
= makeAny (aParameter
);
3743 aPropSequence
[3].Name
= "RefX";
3744 Any
aAny ((sal_Int32
) 1);
3745 aPropSequence
[3].Value
= makeAny (aAny
);
3747 aPropSequenceSequence
[1] = aPropSequence
;
3749 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
3752 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3755 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3758 Sequence
< PropertyValue
> aPropSequence (3);
3760 aPropSequence
[0].Name
= "Coordinates";
3761 static const CustomShapeProvider::ParameterPairData aData
[] = {
3763 EnhancedCustomShapeParameterType::NORMAL
,
3764 EnhancedCustomShapeParameterType::EQUATION
,
3768 EnhancedCustomShapeParameterType::EQUATION
,
3769 EnhancedCustomShapeParameterType::EQUATION
,
3773 EnhancedCustomShapeParameterType::EQUATION
,
3774 EnhancedCustomShapeParameterType::EQUATION
,
3778 EnhancedCustomShapeParameterType::EQUATION
,
3779 EnhancedCustomShapeParameterType::EQUATION
,
3783 EnhancedCustomShapeParameterType::EQUATION
,
3784 EnhancedCustomShapeParameterType::EQUATION
,
3788 EnhancedCustomShapeParameterType::EQUATION
,
3789 EnhancedCustomShapeParameterType::EQUATION
,
3793 EnhancedCustomShapeParameterType::EQUATION
,
3794 EnhancedCustomShapeParameterType::EQUATION
,
3798 EnhancedCustomShapeParameterType::EQUATION
,
3799 EnhancedCustomShapeParameterType::EQUATION
,
3803 EnhancedCustomShapeParameterType::EQUATION
,
3804 EnhancedCustomShapeParameterType::EQUATION
,
3808 EnhancedCustomShapeParameterType::EQUATION
,
3809 EnhancedCustomShapeParameterType::EQUATION
,
3813 EnhancedCustomShapeParameterType::EQUATION
,
3814 EnhancedCustomShapeParameterType::EQUATION
,
3818 EnhancedCustomShapeParameterType::EQUATION
,
3819 EnhancedCustomShapeParameterType::EQUATION
,
3823 EnhancedCustomShapeParameterType::EQUATION
,
3824 EnhancedCustomShapeParameterType::EQUATION
,
3828 EnhancedCustomShapeParameterType::EQUATION
,
3829 EnhancedCustomShapeParameterType::EQUATION
,
3833 EnhancedCustomShapeParameterType::EQUATION
,
3834 EnhancedCustomShapeParameterType::EQUATION
,
3838 EnhancedCustomShapeParameterType::EQUATION
,
3839 EnhancedCustomShapeParameterType::EQUATION
,
3843 EnhancedCustomShapeParameterType::EQUATION
,
3844 EnhancedCustomShapeParameterType::EQUATION
,
3848 EnhancedCustomShapeParameterType::EQUATION
,
3849 EnhancedCustomShapeParameterType::EQUATION
,
3853 EnhancedCustomShapeParameterType::EQUATION
,
3854 EnhancedCustomShapeParameterType::EQUATION
,
3858 EnhancedCustomShapeParameterType::EQUATION
,
3859 EnhancedCustomShapeParameterType::EQUATION
,
3863 EnhancedCustomShapeParameterType::EQUATION
,
3864 EnhancedCustomShapeParameterType::NORMAL
,
3868 EnhancedCustomShapeParameterType::EQUATION
,
3869 EnhancedCustomShapeParameterType::EQUATION
,
3873 EnhancedCustomShapeParameterType::EQUATION
,
3874 EnhancedCustomShapeParameterType::EQUATION
,
3878 EnhancedCustomShapeParameterType::EQUATION
,
3879 EnhancedCustomShapeParameterType::EQUATION
,
3883 EnhancedCustomShapeParameterType::NORMAL
,
3884 EnhancedCustomShapeParameterType::EQUATION
,
3888 EnhancedCustomShapeParameterType::EQUATION
,
3889 EnhancedCustomShapeParameterType::EQUATION
,
3893 EnhancedCustomShapeParameterType::EQUATION
,
3894 EnhancedCustomShapeParameterType::EQUATION
,
3898 EnhancedCustomShapeParameterType::EQUATION
,
3899 EnhancedCustomShapeParameterType::EQUATION
,
3903 EnhancedCustomShapeParameterType::EQUATION
,
3904 EnhancedCustomShapeParameterType::EQUATION
,
3908 EnhancedCustomShapeParameterType::EQUATION
,
3909 EnhancedCustomShapeParameterType::EQUATION
,
3913 EnhancedCustomShapeParameterType::EQUATION
,
3914 EnhancedCustomShapeParameterType::EQUATION
,
3918 EnhancedCustomShapeParameterType::EQUATION
,
3919 EnhancedCustomShapeParameterType::EQUATION
,
3923 EnhancedCustomShapeParameterType::EQUATION
,
3924 EnhancedCustomShapeParameterType::EQUATION
,
3928 EnhancedCustomShapeParameterType::EQUATION
,
3929 EnhancedCustomShapeParameterType::EQUATION
,
3933 EnhancedCustomShapeParameterType::EQUATION
,
3934 EnhancedCustomShapeParameterType::EQUATION
,
3938 EnhancedCustomShapeParameterType::EQUATION
,
3939 EnhancedCustomShapeParameterType::EQUATION
,
3943 EnhancedCustomShapeParameterType::EQUATION
,
3944 EnhancedCustomShapeParameterType::EQUATION
,
3948 EnhancedCustomShapeParameterType::EQUATION
,
3949 EnhancedCustomShapeParameterType::EQUATION
,
3953 EnhancedCustomShapeParameterType::EQUATION
,
3954 EnhancedCustomShapeParameterType::EQUATION
,
3958 EnhancedCustomShapeParameterType::EQUATION
,
3959 EnhancedCustomShapeParameterType::EQUATION
,
3963 EnhancedCustomShapeParameterType::NORMAL
,
3964 EnhancedCustomShapeParameterType::EQUATION
,
3968 EnhancedCustomShapeParameterType::EQUATION
,
3969 EnhancedCustomShapeParameterType::EQUATION
,
3973 EnhancedCustomShapeParameterType::NORMAL
,
3974 EnhancedCustomShapeParameterType::EQUATION
,
3978 EnhancedCustomShapeParameterType::EQUATION
,
3979 EnhancedCustomShapeParameterType::EQUATION
,
3983 EnhancedCustomShapeParameterType::EQUATION
,
3984 EnhancedCustomShapeParameterType::EQUATION
,
3988 EnhancedCustomShapeParameterType::EQUATION
,
3989 EnhancedCustomShapeParameterType::EQUATION
,
3993 EnhancedCustomShapeParameterType::EQUATION
,
3994 EnhancedCustomShapeParameterType::EQUATION
,
3998 EnhancedCustomShapeParameterType::EQUATION
,
3999 EnhancedCustomShapeParameterType::NORMAL
,
4003 EnhancedCustomShapeParameterType::EQUATION
,
4004 EnhancedCustomShapeParameterType::EQUATION
,
4008 EnhancedCustomShapeParameterType::EQUATION
,
4009 EnhancedCustomShapeParameterType::EQUATION
,
4013 EnhancedCustomShapeParameterType::EQUATION
,
4014 EnhancedCustomShapeParameterType::EQUATION
,
4018 EnhancedCustomShapeParameterType::EQUATION
,
4019 EnhancedCustomShapeParameterType::EQUATION
,
4023 EnhancedCustomShapeParameterType::EQUATION
,
4024 EnhancedCustomShapeParameterType::EQUATION
,
4028 EnhancedCustomShapeParameterType::EQUATION
,
4029 EnhancedCustomShapeParameterType::EQUATION
,
4033 EnhancedCustomShapeParameterType::EQUATION
,
4034 EnhancedCustomShapeParameterType::EQUATION
,
4038 EnhancedCustomShapeParameterType::EQUATION
,
4039 EnhancedCustomShapeParameterType::EQUATION
,
4043 EnhancedCustomShapeParameterType::EQUATION
,
4044 EnhancedCustomShapeParameterType::EQUATION
,
4048 EnhancedCustomShapeParameterType::EQUATION
,
4049 EnhancedCustomShapeParameterType::EQUATION
,
4053 EnhancedCustomShapeParameterType::EQUATION
,
4054 EnhancedCustomShapeParameterType::EQUATION
,
4058 EnhancedCustomShapeParameterType::EQUATION
,
4059 EnhancedCustomShapeParameterType::EQUATION
,
4063 EnhancedCustomShapeParameterType::EQUATION
,
4064 EnhancedCustomShapeParameterType::EQUATION
,
4068 EnhancedCustomShapeParameterType::EQUATION
,
4069 EnhancedCustomShapeParameterType::EQUATION
,
4073 EnhancedCustomShapeParameterType::EQUATION
,
4074 EnhancedCustomShapeParameterType::EQUATION
,
4078 EnhancedCustomShapeParameterType::EQUATION
,
4079 EnhancedCustomShapeParameterType::EQUATION
,
4083 EnhancedCustomShapeParameterType::EQUATION
,
4084 EnhancedCustomShapeParameterType::EQUATION
,
4088 EnhancedCustomShapeParameterType::EQUATION
,
4089 EnhancedCustomShapeParameterType::EQUATION
,
4093 EnhancedCustomShapeParameterType::EQUATION
,
4094 EnhancedCustomShapeParameterType::EQUATION
,
4098 EnhancedCustomShapeParameterType::EQUATION
,
4099 EnhancedCustomShapeParameterType::EQUATION
,
4103 EnhancedCustomShapeParameterType::EQUATION
,
4104 EnhancedCustomShapeParameterType::EQUATION
,
4108 EnhancedCustomShapeParameterType::EQUATION
,
4109 EnhancedCustomShapeParameterType::EQUATION
,
4113 EnhancedCustomShapeParameterType::EQUATION
,
4114 EnhancedCustomShapeParameterType::EQUATION
,
4118 EnhancedCustomShapeParameterType::EQUATION
,
4119 EnhancedCustomShapeParameterType::EQUATION
,
4123 EnhancedCustomShapeParameterType::EQUATION
,
4124 EnhancedCustomShapeParameterType::EQUATION
,
4128 EnhancedCustomShapeParameterType::EQUATION
,
4129 EnhancedCustomShapeParameterType::EQUATION
,
4133 EnhancedCustomShapeParameterType::EQUATION
,
4134 EnhancedCustomShapeParameterType::EQUATION
,
4138 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4141 aPropSequence
[1].Name
= "Segments";
4142 static const sal_uInt16 nValues
[] = {
4201 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4204 aPropSequence
[2].Name
= "TextFrames";
4205 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4207 EnhancedCustomShapeTextFrame aTextFrame
;
4209 static const CustomShapeProvider::ParameterPairData aData
=
4211 EnhancedCustomShapeParameterType::EQUATION
,
4212 EnhancedCustomShapeParameterType::NORMAL
,
4215 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4218 static const CustomShapeProvider::ParameterPairData aData
=
4220 EnhancedCustomShapeParameterType::EQUATION
,
4221 EnhancedCustomShapeParameterType::EQUATION
,
4224 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4226 aTextFrameSeq
[0] = aTextFrame
;
4228 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
4230 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4233 awt::Rectangle aRectangle
;
4236 aRectangle
.Width
= 0;
4237 aRectangle
.Height
= 0;
4238 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4240 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-ribbon2");
4242 return aPropertyMap
;
4246 // This is a generated source file. DO NOT EDIT.
4248 class ShapeCbracePair
: public CustomShapeProvider
4250 virtual PropertyMap
getProperties()
4252 PropertyMap aPropertyMap
;
4255 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
4257 Any
aAny ((sal_Int32
) 8333);
4258 aAdjSequence
[0].Value
= aAny
;
4259 aAdjSequence
[0].Name
= "adj";
4261 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
4264 static const char *aStrings
[] = {
4265 "if(0-$0 ,0,if(25000-$0 ,$0 ,25000))",
4266 "min(logwidth,logheight)",
4282 "(5400000)/60000.0",
4283 "(5400000)/60000.0",
4285 "(-5400000)/60000.0",
4286 "(5400000)/60000.0",
4287 "(-5400000)/60000.0",
4288 "(10800000)/60000.0",
4289 "(5400000)/60000.0",
4290 "(16200000)/60000.0",
4291 "(5400000)/60000.0",
4292 "(10800000)/60000.0",
4293 "(-5400000)/60000.0",
4294 "(16200000)/60000.0",
4295 "(-5400000)/60000.0",
4297 "(5400000)/60000.0",
4298 "(5400000)/60000.0",
4299 "(5400000)/60000.0",
4301 "(-5400000)/60000.0",
4302 "(5400000)/60000.0",
4303 "(-5400000)/60000.0",
4304 "(10800000)/60000.0",
4305 "(5400000)/60000.0",
4306 "(16200000)/60000.0",
4307 "(5400000)/60000.0",
4308 "(10800000)/60000.0",
4309 "(-5400000)/60000.0",
4310 "(16200000)/60000.0",
4311 "(-5400000)/60000.0",
4315 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4318 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
4320 Sequence
< PropertyValue
> aPropSequence (4);
4322 aPropSequence
[0].Name
= "Position";
4323 static const CustomShapeProvider::ParameterPairData aData
=
4325 EnhancedCustomShapeParameterType::NORMAL
,
4326 EnhancedCustomShapeParameterType::EQUATION
,
4329 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
4332 aPropSequence
[1].Name
= "RangeYMaximum";
4333 EnhancedCustomShapeParameter aParameter
;
4334 Any
aAny ((sal_Int32
) 25000);
4335 aParameter
.Value
= aAny
;
4336 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4337 aPropSequence
[1].Value
= makeAny (aParameter
);
4340 aPropSequence
[2].Name
= "RangeYMinimum";
4341 EnhancedCustomShapeParameter aParameter
;
4342 Any
aAny ((sal_Int32
) 0);
4343 aParameter
.Value
= aAny
;
4344 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4345 aPropSequence
[2].Value
= makeAny (aParameter
);
4348 aPropSequence
[3].Name
= "RefY";
4349 Any
aAny ((sal_Int32
) 0);
4350 aPropSequence
[3].Value
= makeAny (aAny
);
4352 aPropSequenceSequence
[0] = aPropSequence
;
4354 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
4357 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4360 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4363 Sequence
< PropertyValue
> aPropSequence (3);
4365 aPropSequence
[0].Name
= "Coordinates";
4366 static const CustomShapeProvider::ParameterPairData aData
[] = {
4368 EnhancedCustomShapeParameterType::EQUATION
,
4369 EnhancedCustomShapeParameterType::EQUATION
,
4373 EnhancedCustomShapeParameterType::EQUATION
,
4374 EnhancedCustomShapeParameterType::EQUATION
,
4378 EnhancedCustomShapeParameterType::EQUATION
,
4379 EnhancedCustomShapeParameterType::EQUATION
,
4383 EnhancedCustomShapeParameterType::EQUATION
,
4384 EnhancedCustomShapeParameterType::EQUATION
,
4388 EnhancedCustomShapeParameterType::EQUATION
,
4389 EnhancedCustomShapeParameterType::EQUATION
,
4393 EnhancedCustomShapeParameterType::EQUATION
,
4394 EnhancedCustomShapeParameterType::EQUATION
,
4398 EnhancedCustomShapeParameterType::EQUATION
,
4399 EnhancedCustomShapeParameterType::EQUATION
,
4403 EnhancedCustomShapeParameterType::EQUATION
,
4404 EnhancedCustomShapeParameterType::EQUATION
,
4408 EnhancedCustomShapeParameterType::EQUATION
,
4409 EnhancedCustomShapeParameterType::EQUATION
,
4413 EnhancedCustomShapeParameterType::EQUATION
,
4414 EnhancedCustomShapeParameterType::EQUATION
,
4418 EnhancedCustomShapeParameterType::EQUATION
,
4419 EnhancedCustomShapeParameterType::EQUATION
,
4423 EnhancedCustomShapeParameterType::EQUATION
,
4424 EnhancedCustomShapeParameterType::NORMAL
,
4428 EnhancedCustomShapeParameterType::EQUATION
,
4429 EnhancedCustomShapeParameterType::EQUATION
,
4433 EnhancedCustomShapeParameterType::EQUATION
,
4434 EnhancedCustomShapeParameterType::EQUATION
,
4438 EnhancedCustomShapeParameterType::EQUATION
,
4439 EnhancedCustomShapeParameterType::EQUATION
,
4443 EnhancedCustomShapeParameterType::EQUATION
,
4444 EnhancedCustomShapeParameterType::EQUATION
,
4448 EnhancedCustomShapeParameterType::EQUATION
,
4449 EnhancedCustomShapeParameterType::EQUATION
,
4453 EnhancedCustomShapeParameterType::EQUATION
,
4454 EnhancedCustomShapeParameterType::EQUATION
,
4458 EnhancedCustomShapeParameterType::EQUATION
,
4459 EnhancedCustomShapeParameterType::EQUATION
,
4463 EnhancedCustomShapeParameterType::EQUATION
,
4464 EnhancedCustomShapeParameterType::EQUATION
,
4468 EnhancedCustomShapeParameterType::EQUATION
,
4469 EnhancedCustomShapeParameterType::EQUATION
,
4473 EnhancedCustomShapeParameterType::EQUATION
,
4474 EnhancedCustomShapeParameterType::EQUATION
,
4478 EnhancedCustomShapeParameterType::EQUATION
,
4479 EnhancedCustomShapeParameterType::EQUATION
,
4483 EnhancedCustomShapeParameterType::EQUATION
,
4484 EnhancedCustomShapeParameterType::EQUATION
,
4488 EnhancedCustomShapeParameterType::EQUATION
,
4489 EnhancedCustomShapeParameterType::EQUATION
,
4493 EnhancedCustomShapeParameterType::EQUATION
,
4494 EnhancedCustomShapeParameterType::EQUATION
,
4498 EnhancedCustomShapeParameterType::EQUATION
,
4499 EnhancedCustomShapeParameterType::EQUATION
,
4503 EnhancedCustomShapeParameterType::EQUATION
,
4504 EnhancedCustomShapeParameterType::EQUATION
,
4508 EnhancedCustomShapeParameterType::EQUATION
,
4509 EnhancedCustomShapeParameterType::EQUATION
,
4513 EnhancedCustomShapeParameterType::EQUATION
,
4514 EnhancedCustomShapeParameterType::EQUATION
,
4518 EnhancedCustomShapeParameterType::EQUATION
,
4519 EnhancedCustomShapeParameterType::EQUATION
,
4523 EnhancedCustomShapeParameterType::EQUATION
,
4524 EnhancedCustomShapeParameterType::EQUATION
,
4528 EnhancedCustomShapeParameterType::EQUATION
,
4529 EnhancedCustomShapeParameterType::EQUATION
,
4533 EnhancedCustomShapeParameterType::EQUATION
,
4534 EnhancedCustomShapeParameterType::NORMAL
,
4538 EnhancedCustomShapeParameterType::EQUATION
,
4539 EnhancedCustomShapeParameterType::EQUATION
,
4543 EnhancedCustomShapeParameterType::EQUATION
,
4544 EnhancedCustomShapeParameterType::EQUATION
,
4548 EnhancedCustomShapeParameterType::EQUATION
,
4549 EnhancedCustomShapeParameterType::EQUATION
,
4553 EnhancedCustomShapeParameterType::EQUATION
,
4554 EnhancedCustomShapeParameterType::EQUATION
,
4558 EnhancedCustomShapeParameterType::EQUATION
,
4559 EnhancedCustomShapeParameterType::EQUATION
,
4563 EnhancedCustomShapeParameterType::EQUATION
,
4564 EnhancedCustomShapeParameterType::EQUATION
,
4568 EnhancedCustomShapeParameterType::EQUATION
,
4569 EnhancedCustomShapeParameterType::EQUATION
,
4573 EnhancedCustomShapeParameterType::EQUATION
,
4574 EnhancedCustomShapeParameterType::EQUATION
,
4578 EnhancedCustomShapeParameterType::EQUATION
,
4579 EnhancedCustomShapeParameterType::EQUATION
,
4583 EnhancedCustomShapeParameterType::EQUATION
,
4584 EnhancedCustomShapeParameterType::EQUATION
,
4588 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4591 aPropSequence
[1].Name
= "Segments";
4592 static const sal_uInt16 nValues
[] = {
4624 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4627 aPropSequence
[2].Name
= "TextFrames";
4628 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4630 EnhancedCustomShapeTextFrame aTextFrame
;
4632 static const CustomShapeProvider::ParameterPairData aData
=
4634 EnhancedCustomShapeParameterType::EQUATION
,
4635 EnhancedCustomShapeParameterType::EQUATION
,
4638 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4641 static const CustomShapeProvider::ParameterPairData aData
=
4643 EnhancedCustomShapeParameterType::EQUATION
,
4644 EnhancedCustomShapeParameterType::EQUATION
,
4647 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4649 aTextFrameSeq
[0] = aTextFrame
;
4651 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
4653 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4656 awt::Rectangle aRectangle
;
4659 aRectangle
.Width
= 0;
4660 aRectangle
.Height
= 0;
4661 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4663 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-bracePair");
4665 return aPropertyMap
;
4669 // This is a generated source file. DO NOT EDIT.
4671 class ShapeCflowChartExtract
: public CustomShapeProvider
4673 virtual PropertyMap
getProperties()
4675 PropertyMap aPropertyMap
;
4678 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
4681 static const char *aStrings
[] = {
4688 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4691 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
4694 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4697 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4700 Sequence
< PropertyValue
> aPropSequence (4);
4702 aPropSequence
[0].Name
= "Coordinates";
4703 static const CustomShapeProvider::ParameterPairData aData
[] = {
4705 EnhancedCustomShapeParameterType::NORMAL
,
4706 EnhancedCustomShapeParameterType::NORMAL
,
4710 EnhancedCustomShapeParameterType::NORMAL
,
4711 EnhancedCustomShapeParameterType::NORMAL
,
4715 EnhancedCustomShapeParameterType::NORMAL
,
4716 EnhancedCustomShapeParameterType::NORMAL
,
4720 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4723 aPropSequence
[1].Name
= "Segments";
4724 static const sal_uInt16 nValues
[] = {
4731 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4734 aPropSequence
[2].Name
= "SubViewSize";
4735 Sequence
< awt::Size
> aSizeSequence (1);
4740 aSizeSequence
[0] = aSize
;
4742 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
4745 aPropSequence
[3].Name
= "TextFrames";
4746 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4748 EnhancedCustomShapeTextFrame aTextFrame
;
4750 static const CustomShapeProvider::ParameterPairData aData
=
4752 EnhancedCustomShapeParameterType::EQUATION
,
4753 EnhancedCustomShapeParameterType::EQUATION
,
4756 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4759 static const CustomShapeProvider::ParameterPairData aData
=
4761 EnhancedCustomShapeParameterType::EQUATION
,
4762 EnhancedCustomShapeParameterType::EQUATION
,
4765 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4767 aTextFrameSeq
[0] = aTextFrame
;
4769 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
4771 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4774 awt::Rectangle aRectangle
;
4777 aRectangle
.Width
= 0;
4778 aRectangle
.Height
= 0;
4779 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4781 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartExtract");
4783 return aPropertyMap
;
4787 // This is a generated source file. DO NOT EDIT.
4789 class ShapeCactionButtonHome
: public CustomShapeProvider
4791 virtual PropertyMap
getProperties()
4793 PropertyMap aPropertyMap
;
4796 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
4799 static const char *aStrings
[] = {
4800 "min(logwidth,logheight)",
4832 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4835 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
4838 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4841 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4844 Sequence
< PropertyValue
> aPropSequence (3);
4846 aPropSequence
[0].Name
= "Coordinates";
4847 static const CustomShapeProvider::ParameterPairData aData
[] = {
4849 EnhancedCustomShapeParameterType::NORMAL
,
4850 EnhancedCustomShapeParameterType::NORMAL
,
4854 EnhancedCustomShapeParameterType::EQUATION
,
4855 EnhancedCustomShapeParameterType::NORMAL
,
4859 EnhancedCustomShapeParameterType::EQUATION
,
4860 EnhancedCustomShapeParameterType::EQUATION
,
4864 EnhancedCustomShapeParameterType::NORMAL
,
4865 EnhancedCustomShapeParameterType::EQUATION
,
4869 EnhancedCustomShapeParameterType::EQUATION
,
4870 EnhancedCustomShapeParameterType::EQUATION
,
4874 EnhancedCustomShapeParameterType::EQUATION
,
4875 EnhancedCustomShapeParameterType::EQUATION
,
4879 EnhancedCustomShapeParameterType::EQUATION
,
4880 EnhancedCustomShapeParameterType::EQUATION
,
4884 EnhancedCustomShapeParameterType::EQUATION
,
4885 EnhancedCustomShapeParameterType::EQUATION
,
4889 EnhancedCustomShapeParameterType::EQUATION
,
4890 EnhancedCustomShapeParameterType::EQUATION
,
4894 EnhancedCustomShapeParameterType::EQUATION
,
4895 EnhancedCustomShapeParameterType::EQUATION
,
4899 EnhancedCustomShapeParameterType::EQUATION
,
4900 EnhancedCustomShapeParameterType::EQUATION
,
4904 EnhancedCustomShapeParameterType::EQUATION
,
4905 EnhancedCustomShapeParameterType::EQUATION
,
4909 EnhancedCustomShapeParameterType::EQUATION
,
4910 EnhancedCustomShapeParameterType::EQUATION
,
4914 EnhancedCustomShapeParameterType::EQUATION
,
4915 EnhancedCustomShapeParameterType::EQUATION
,
4919 EnhancedCustomShapeParameterType::EQUATION
,
4920 EnhancedCustomShapeParameterType::EQUATION
,
4924 EnhancedCustomShapeParameterType::EQUATION
,
4925 EnhancedCustomShapeParameterType::EQUATION
,
4929 EnhancedCustomShapeParameterType::EQUATION
,
4930 EnhancedCustomShapeParameterType::EQUATION
,
4934 EnhancedCustomShapeParameterType::EQUATION
,
4935 EnhancedCustomShapeParameterType::EQUATION
,
4939 EnhancedCustomShapeParameterType::EQUATION
,
4940 EnhancedCustomShapeParameterType::EQUATION
,
4944 EnhancedCustomShapeParameterType::EQUATION
,
4945 EnhancedCustomShapeParameterType::EQUATION
,
4949 EnhancedCustomShapeParameterType::EQUATION
,
4950 EnhancedCustomShapeParameterType::EQUATION
,
4954 EnhancedCustomShapeParameterType::EQUATION
,
4955 EnhancedCustomShapeParameterType::EQUATION
,
4959 EnhancedCustomShapeParameterType::EQUATION
,
4960 EnhancedCustomShapeParameterType::EQUATION
,
4964 EnhancedCustomShapeParameterType::EQUATION
,
4965 EnhancedCustomShapeParameterType::EQUATION
,
4969 EnhancedCustomShapeParameterType::EQUATION
,
4970 EnhancedCustomShapeParameterType::EQUATION
,
4974 EnhancedCustomShapeParameterType::EQUATION
,
4975 EnhancedCustomShapeParameterType::EQUATION
,
4979 EnhancedCustomShapeParameterType::EQUATION
,
4980 EnhancedCustomShapeParameterType::EQUATION
,
4984 EnhancedCustomShapeParameterType::EQUATION
,
4985 EnhancedCustomShapeParameterType::EQUATION
,
4989 EnhancedCustomShapeParameterType::EQUATION
,
4990 EnhancedCustomShapeParameterType::EQUATION
,
4994 EnhancedCustomShapeParameterType::EQUATION
,
4995 EnhancedCustomShapeParameterType::EQUATION
,
4999 EnhancedCustomShapeParameterType::EQUATION
,
5000 EnhancedCustomShapeParameterType::EQUATION
,
5004 EnhancedCustomShapeParameterType::EQUATION
,
5005 EnhancedCustomShapeParameterType::EQUATION
,
5009 EnhancedCustomShapeParameterType::EQUATION
,
5010 EnhancedCustomShapeParameterType::EQUATION
,
5014 EnhancedCustomShapeParameterType::EQUATION
,
5015 EnhancedCustomShapeParameterType::EQUATION
,
5019 EnhancedCustomShapeParameterType::EQUATION
,
5020 EnhancedCustomShapeParameterType::EQUATION
,
5024 EnhancedCustomShapeParameterType::EQUATION
,
5025 EnhancedCustomShapeParameterType::EQUATION
,
5029 EnhancedCustomShapeParameterType::EQUATION
,
5030 EnhancedCustomShapeParameterType::EQUATION
,
5034 EnhancedCustomShapeParameterType::EQUATION
,
5035 EnhancedCustomShapeParameterType::EQUATION
,
5039 EnhancedCustomShapeParameterType::EQUATION
,
5040 EnhancedCustomShapeParameterType::EQUATION
,
5044 EnhancedCustomShapeParameterType::EQUATION
,
5045 EnhancedCustomShapeParameterType::EQUATION
,
5049 EnhancedCustomShapeParameterType::EQUATION
,
5050 EnhancedCustomShapeParameterType::EQUATION
,
5054 EnhancedCustomShapeParameterType::EQUATION
,
5055 EnhancedCustomShapeParameterType::EQUATION
,
5059 EnhancedCustomShapeParameterType::EQUATION
,
5060 EnhancedCustomShapeParameterType::EQUATION
,
5064 EnhancedCustomShapeParameterType::EQUATION
,
5065 EnhancedCustomShapeParameterType::EQUATION
,
5069 EnhancedCustomShapeParameterType::EQUATION
,
5070 EnhancedCustomShapeParameterType::EQUATION
,
5074 EnhancedCustomShapeParameterType::EQUATION
,
5075 EnhancedCustomShapeParameterType::EQUATION
,
5079 EnhancedCustomShapeParameterType::EQUATION
,
5080 EnhancedCustomShapeParameterType::EQUATION
,
5084 EnhancedCustomShapeParameterType::EQUATION
,
5085 EnhancedCustomShapeParameterType::EQUATION
,
5089 EnhancedCustomShapeParameterType::EQUATION
,
5090 EnhancedCustomShapeParameterType::EQUATION
,
5094 EnhancedCustomShapeParameterType::EQUATION
,
5095 EnhancedCustomShapeParameterType::EQUATION
,
5099 EnhancedCustomShapeParameterType::EQUATION
,
5100 EnhancedCustomShapeParameterType::EQUATION
,
5104 EnhancedCustomShapeParameterType::EQUATION
,
5105 EnhancedCustomShapeParameterType::EQUATION
,
5109 EnhancedCustomShapeParameterType::EQUATION
,
5110 EnhancedCustomShapeParameterType::EQUATION
,
5114 EnhancedCustomShapeParameterType::NORMAL
,
5115 EnhancedCustomShapeParameterType::NORMAL
,
5119 EnhancedCustomShapeParameterType::EQUATION
,
5120 EnhancedCustomShapeParameterType::NORMAL
,
5124 EnhancedCustomShapeParameterType::EQUATION
,
5125 EnhancedCustomShapeParameterType::EQUATION
,
5129 EnhancedCustomShapeParameterType::NORMAL
,
5130 EnhancedCustomShapeParameterType::EQUATION
,
5134 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5137 aPropSequence
[1].Name
= "Segments";
5138 static const sal_uInt16 nValues
[] = {
5183 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5186 aPropSequence
[2].Name
= "TextFrames";
5187 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
5189 EnhancedCustomShapeTextFrame aTextFrame
;
5191 static const CustomShapeProvider::ParameterPairData aData
=
5193 EnhancedCustomShapeParameterType::NORMAL
,
5194 EnhancedCustomShapeParameterType::NORMAL
,
5197 aTextFrame
.TopLeft
= createParameterPair(&aData
);
5200 static const CustomShapeProvider::ParameterPairData aData
=
5202 EnhancedCustomShapeParameterType::EQUATION
,
5203 EnhancedCustomShapeParameterType::EQUATION
,
5206 aTextFrame
.BottomRight
= createParameterPair(&aData
);
5208 aTextFrameSeq
[0] = aTextFrame
;
5210 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
5212 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
5215 awt::Rectangle aRectangle
;
5218 aRectangle
.Width
= 0;
5219 aRectangle
.Height
= 0;
5220 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
5222 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-actionButtonHome");
5224 return aPropertyMap
;
5228 // This is a generated source file. DO NOT EDIT.
5230 class ShapeCaccentBorderCallout3
: public CustomShapeProvider
5232 virtual PropertyMap
getProperties()
5234 PropertyMap aPropertyMap
;
5237 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (8);
5239 Any
aAny ((sal_Int32
) 18750);
5240 aAdjSequence
[0].Value
= aAny
;
5241 aAdjSequence
[0].Name
= "adj1";
5244 Any
aAny ((sal_Int32
) -8333);
5245 aAdjSequence
[1].Value
= aAny
;
5246 aAdjSequence
[1].Name
= "adj2";
5249 Any
aAny ((sal_Int32
) 18750);
5250 aAdjSequence
[2].Value
= aAny
;
5251 aAdjSequence
[2].Name
= "adj3";
5254 Any
aAny ((sal_Int32
) -16667);
5255 aAdjSequence
[3].Value
= aAny
;
5256 aAdjSequence
[3].Name
= "adj4";
5259 Any
aAny ((sal_Int32
) 100000);
5260 aAdjSequence
[4].Value
= aAny
;
5261 aAdjSequence
[4].Name
= "adj5";
5264 Any
aAny ((sal_Int32
) -16667);
5265 aAdjSequence
[5].Value
= aAny
;
5266 aAdjSequence
[5].Name
= "adj6";
5269 Any
aAny ((sal_Int32
) 112963);
5270 aAdjSequence
[6].Value
= aAny
;
5271 aAdjSequence
[6].Name
= "adj7";
5274 Any
aAny ((sal_Int32
) -8333);
5275 aAdjSequence
[7].Value
= aAny
;
5276 aAdjSequence
[7].Name
= "adj8";
5278 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
5281 static const char *aStrings
[] = {
5282 "logheight*$0 /100000",
5283 "logwidth*$1 /100000",
5284 "logheight*$2 /100000",
5285 "logwidth*$3 /100000",
5286 "logheight*$4 /100000",
5287 "logwidth*$5 /100000",
5288 "logheight*$6 /100000",
5289 "logwidth*$7 /100000",
5295 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
5298 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (4);
5300 Sequence
< PropertyValue
> aPropSequence (7);
5302 aPropSequence
[0].Name
= "Position";
5303 static const CustomShapeProvider::ParameterPairData aData
=
5305 EnhancedCustomShapeParameterType::EQUATION
,
5306 EnhancedCustomShapeParameterType::EQUATION
,
5309 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5312 aPropSequence
[1].Name
= "RangeXMaximum";
5313 EnhancedCustomShapeParameter aParameter
;
5314 Any
aAny ((sal_Int32
) 2147483647);
5315 aParameter
.Value
= aAny
;
5316 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5317 aPropSequence
[1].Value
= makeAny (aParameter
);
5320 aPropSequence
[2].Name
= "RangeXMinimum";
5321 EnhancedCustomShapeParameter aParameter
;
5322 Any
aAny ((sal_Int32
) -2147483647);
5323 aParameter
.Value
= aAny
;
5324 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5325 aPropSequence
[2].Value
= makeAny (aParameter
);
5328 aPropSequence
[3].Name
= "RangeYMaximum";
5329 EnhancedCustomShapeParameter aParameter
;
5330 Any
aAny ((sal_Int32
) 2147483647);
5331 aParameter
.Value
= aAny
;
5332 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5333 aPropSequence
[3].Value
= makeAny (aParameter
);
5336 aPropSequence
[4].Name
= "RangeYMinimum";
5337 EnhancedCustomShapeParameter aParameter
;
5338 Any
aAny ((sal_Int32
) -2147483647);
5339 aParameter
.Value
= aAny
;
5340 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5341 aPropSequence
[4].Value
= makeAny (aParameter
);
5344 aPropSequence
[5].Name
= "RefX";
5345 Any
aAny ((sal_Int32
) 1);
5346 aPropSequence
[5].Value
= makeAny (aAny
);
5349 aPropSequence
[6].Name
= "RefY";
5350 Any
aAny ((sal_Int32
) 0);
5351 aPropSequence
[6].Value
= makeAny (aAny
);
5353 aPropSequenceSequence
[0] = aPropSequence
;
5356 Sequence
< PropertyValue
> aPropSequence (7);
5358 aPropSequence
[0].Name
= "Position";
5359 static const CustomShapeProvider::ParameterPairData aData
=
5361 EnhancedCustomShapeParameterType::EQUATION
,
5362 EnhancedCustomShapeParameterType::EQUATION
,
5365 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5368 aPropSequence
[1].Name
= "RangeXMaximum";
5369 EnhancedCustomShapeParameter aParameter
;
5370 Any
aAny ((sal_Int32
) 2147483647);
5371 aParameter
.Value
= aAny
;
5372 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5373 aPropSequence
[1].Value
= makeAny (aParameter
);
5376 aPropSequence
[2].Name
= "RangeXMinimum";
5377 EnhancedCustomShapeParameter aParameter
;
5378 Any
aAny ((sal_Int32
) -2147483647);
5379 aParameter
.Value
= aAny
;
5380 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5381 aPropSequence
[2].Value
= makeAny (aParameter
);
5384 aPropSequence
[3].Name
= "RangeYMaximum";
5385 EnhancedCustomShapeParameter aParameter
;
5386 Any
aAny ((sal_Int32
) 2147483647);
5387 aParameter
.Value
= aAny
;
5388 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5389 aPropSequence
[3].Value
= makeAny (aParameter
);
5392 aPropSequence
[4].Name
= "RangeYMinimum";
5393 EnhancedCustomShapeParameter aParameter
;
5394 Any
aAny ((sal_Int32
) -2147483647);
5395 aParameter
.Value
= aAny
;
5396 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5397 aPropSequence
[4].Value
= makeAny (aParameter
);
5400 aPropSequence
[5].Name
= "RefX";
5401 Any
aAny ((sal_Int32
) 3);
5402 aPropSequence
[5].Value
= makeAny (aAny
);
5405 aPropSequence
[6].Name
= "RefY";
5406 Any
aAny ((sal_Int32
) 2);
5407 aPropSequence
[6].Value
= makeAny (aAny
);
5409 aPropSequenceSequence
[1] = aPropSequence
;
5412 Sequence
< PropertyValue
> aPropSequence (7);
5414 aPropSequence
[0].Name
= "Position";
5415 static const CustomShapeProvider::ParameterPairData aData
=
5417 EnhancedCustomShapeParameterType::EQUATION
,
5418 EnhancedCustomShapeParameterType::EQUATION
,
5421 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5424 aPropSequence
[1].Name
= "RangeXMaximum";
5425 EnhancedCustomShapeParameter aParameter
;
5426 Any
aAny ((sal_Int32
) 2147483647);
5427 aParameter
.Value
= aAny
;
5428 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5429 aPropSequence
[1].Value
= makeAny (aParameter
);
5432 aPropSequence
[2].Name
= "RangeXMinimum";
5433 EnhancedCustomShapeParameter aParameter
;
5434 Any
aAny ((sal_Int32
) -2147483647);
5435 aParameter
.Value
= aAny
;
5436 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5437 aPropSequence
[2].Value
= makeAny (aParameter
);
5440 aPropSequence
[3].Name
= "RangeYMaximum";
5441 EnhancedCustomShapeParameter aParameter
;
5442 Any
aAny ((sal_Int32
) 2147483647);
5443 aParameter
.Value
= aAny
;
5444 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5445 aPropSequence
[3].Value
= makeAny (aParameter
);
5448 aPropSequence
[4].Name
= "RangeYMinimum";
5449 EnhancedCustomShapeParameter aParameter
;
5450 Any
aAny ((sal_Int32
) -2147483647);
5451 aParameter
.Value
= aAny
;
5452 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5453 aPropSequence
[4].Value
= makeAny (aParameter
);
5456 aPropSequence
[5].Name
= "RefX";
5457 Any
aAny ((sal_Int32
) 5);
5458 aPropSequence
[5].Value
= makeAny (aAny
);
5461 aPropSequence
[6].Name
= "RefY";
5462 Any
aAny ((sal_Int32
) 4);
5463 aPropSequence
[6].Value
= makeAny (aAny
);
5465 aPropSequenceSequence
[2] = aPropSequence
;
5468 Sequence
< PropertyValue
> aPropSequence (7);
5470 aPropSequence
[0].Name
= "Position";
5471 static const CustomShapeProvider::ParameterPairData aData
=
5473 EnhancedCustomShapeParameterType::EQUATION
,
5474 EnhancedCustomShapeParameterType::EQUATION
,
5477 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5480 aPropSequence
[1].Name
= "RangeXMaximum";
5481 EnhancedCustomShapeParameter aParameter
;
5482 Any
aAny ((sal_Int32
) 2147483647);
5483 aParameter
.Value
= aAny
;
5484 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5485 aPropSequence
[1].Value
= makeAny (aParameter
);
5488 aPropSequence
[2].Name
= "RangeXMinimum";
5489 EnhancedCustomShapeParameter aParameter
;
5490 Any
aAny ((sal_Int32
) -2147483647);
5491 aParameter
.Value
= aAny
;
5492 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5493 aPropSequence
[2].Value
= makeAny (aParameter
);
5496 aPropSequence
[3].Name
= "RangeYMaximum";
5497 EnhancedCustomShapeParameter aParameter
;
5498 Any
aAny ((sal_Int32
) 2147483647);
5499 aParameter
.Value
= aAny
;
5500 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5501 aPropSequence
[3].Value
= makeAny (aParameter
);
5504 aPropSequence
[4].Name
= "RangeYMinimum";
5505 EnhancedCustomShapeParameter aParameter
;
5506 Any
aAny ((sal_Int32
) -2147483647);
5507 aParameter
.Value
= aAny
;
5508 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5509 aPropSequence
[4].Value
= makeAny (aParameter
);
5512 aPropSequence
[5].Name
= "RefX";
5513 Any
aAny ((sal_Int32
) 7);
5514 aPropSequence
[5].Value
= makeAny (aAny
);
5517 aPropSequence
[6].Name
= "RefY";
5518 Any
aAny ((sal_Int32
) 6);
5519 aPropSequence
[6].Value
= makeAny (aAny
);
5521 aPropSequenceSequence
[3] = aPropSequence
;
5523 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
5526 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
5529 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
5532 Sequence
< PropertyValue
> aPropSequence (3);
5534 aPropSequence
[0].Name
= "Coordinates";
5535 static const CustomShapeProvider::ParameterPairData aData
[] = {
5537 EnhancedCustomShapeParameterType::NORMAL
,
5538 EnhancedCustomShapeParameterType::NORMAL
,
5542 EnhancedCustomShapeParameterType::EQUATION
,
5543 EnhancedCustomShapeParameterType::NORMAL
,
5547 EnhancedCustomShapeParameterType::EQUATION
,
5548 EnhancedCustomShapeParameterType::EQUATION
,
5552 EnhancedCustomShapeParameterType::NORMAL
,
5553 EnhancedCustomShapeParameterType::EQUATION
,
5557 EnhancedCustomShapeParameterType::EQUATION
,
5558 EnhancedCustomShapeParameterType::NORMAL
,
5562 EnhancedCustomShapeParameterType::EQUATION
,
5563 EnhancedCustomShapeParameterType::EQUATION
,
5567 EnhancedCustomShapeParameterType::EQUATION
,
5568 EnhancedCustomShapeParameterType::EQUATION
,
5572 EnhancedCustomShapeParameterType::EQUATION
,
5573 EnhancedCustomShapeParameterType::EQUATION
,
5577 EnhancedCustomShapeParameterType::EQUATION
,
5578 EnhancedCustomShapeParameterType::EQUATION
,
5582 EnhancedCustomShapeParameterType::EQUATION
,
5583 EnhancedCustomShapeParameterType::EQUATION
,
5587 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5590 aPropSequence
[1].Name
= "Segments";
5591 static const sal_uInt16 nValues
[] = {
5606 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5609 aPropSequence
[2].Name
= "TextFrames";
5610 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
5612 EnhancedCustomShapeTextFrame aTextFrame
;
5614 static const CustomShapeProvider::ParameterPairData aData
=
5616 EnhancedCustomShapeParameterType::NORMAL
,
5617 EnhancedCustomShapeParameterType::NORMAL
,
5620 aTextFrame
.TopLeft
= createParameterPair(&aData
);
5623 static const CustomShapeProvider::ParameterPairData aData
=
5625 EnhancedCustomShapeParameterType::EQUATION
,
5626 EnhancedCustomShapeParameterType::EQUATION
,
5629 aTextFrame
.BottomRight
= createParameterPair(&aData
);
5631 aTextFrameSeq
[0] = aTextFrame
;
5633 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
5635 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
5638 awt::Rectangle aRectangle
;
5641 aRectangle
.Width
= 0;
5642 aRectangle
.Height
= 0;
5643 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
5645 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-accentBorderCallout3");
5647 return aPropertyMap
;
5651 // This is a generated source file. DO NOT EDIT.
5653 class ShapeCflowChartOfflineStorage
: public CustomShapeProvider
5655 virtual PropertyMap
getProperties()
5657 PropertyMap aPropertyMap
;
5660 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
5663 static const char *aStrings
[] = {
5670 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
5673 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
5676 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
5679 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
5682 Sequence
< PropertyValue
> aPropSequence (4);
5684 aPropSequence
[0].Name
= "Coordinates";
5685 static const CustomShapeProvider::ParameterPairData aData
[] = {
5687 EnhancedCustomShapeParameterType::NORMAL
,
5688 EnhancedCustomShapeParameterType::NORMAL
,
5692 EnhancedCustomShapeParameterType::NORMAL
,
5693 EnhancedCustomShapeParameterType::NORMAL
,
5697 EnhancedCustomShapeParameterType::NORMAL
,
5698 EnhancedCustomShapeParameterType::NORMAL
,
5702 EnhancedCustomShapeParameterType::NORMAL
,
5703 EnhancedCustomShapeParameterType::NORMAL
,
5707 EnhancedCustomShapeParameterType::NORMAL
,
5708 EnhancedCustomShapeParameterType::NORMAL
,
5712 EnhancedCustomShapeParameterType::NORMAL
,
5713 EnhancedCustomShapeParameterType::NORMAL
,
5717 EnhancedCustomShapeParameterType::NORMAL
,
5718 EnhancedCustomShapeParameterType::NORMAL
,
5722 EnhancedCustomShapeParameterType::NORMAL
,
5723 EnhancedCustomShapeParameterType::NORMAL
,
5727 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5730 aPropSequence
[1].Name
= "Segments";
5731 static const sal_uInt16 nValues
[] = {
5748 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5751 aPropSequence
[2].Name
= "SubViewSize";
5752 Sequence
< awt::Size
> aSizeSequence (3);
5757 aSizeSequence
[0] = aSize
;
5763 aSizeSequence
[1] = aSize
;
5769 aSizeSequence
[2] = aSize
;
5771 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
5774 aPropSequence
[3].Name
= "TextFrames";
5775 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
5777 EnhancedCustomShapeTextFrame aTextFrame
;
5779 static const CustomShapeProvider::ParameterPairData aData
=
5781 EnhancedCustomShapeParameterType::EQUATION
,
5782 EnhancedCustomShapeParameterType::NORMAL
,
5785 aTextFrame
.TopLeft
= createParameterPair(&aData
);
5788 static const CustomShapeProvider::ParameterPairData aData
=
5790 EnhancedCustomShapeParameterType::EQUATION
,
5791 EnhancedCustomShapeParameterType::EQUATION
,
5794 aTextFrame
.BottomRight
= createParameterPair(&aData
);
5796 aTextFrameSeq
[0] = aTextFrame
;
5798 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
5800 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
5803 awt::Rectangle aRectangle
;
5806 aRectangle
.Width
= 0;
5807 aRectangle
.Height
= 0;
5808 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
5810 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartOfflineStorage");
5812 return aPropertyMap
;
5816 // This is a generated source file. DO NOT EDIT.
5818 class ShapeCirregularSeal1
: public CustomShapeProvider
5820 virtual PropertyMap
getProperties()
5822 PropertyMap aPropertyMap
;
5825 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
5828 static const char *aStrings
[] = {
5829 "logwidth*4627/21600",
5830 "logwidth*8485/21600",
5831 "logwidth*16702/21600",
5832 "logwidth*14522/21600",
5833 "logheight*6320/21600",
5834 "logheight*8615/21600",
5835 "logheight*13937/21600",
5836 "logheight*13290/21600",
5840 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
5843 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
5846 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
5849 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
5852 Sequence
< PropertyValue
> aPropSequence (4);
5854 aPropSequence
[0].Name
= "Coordinates";
5855 static const CustomShapeProvider::ParameterPairData aData
[] = {
5857 EnhancedCustomShapeParameterType::NORMAL
,
5858 EnhancedCustomShapeParameterType::NORMAL
,
5862 EnhancedCustomShapeParameterType::NORMAL
,
5863 EnhancedCustomShapeParameterType::NORMAL
,
5867 EnhancedCustomShapeParameterType::NORMAL
,
5868 EnhancedCustomShapeParameterType::NORMAL
,
5872 EnhancedCustomShapeParameterType::NORMAL
,
5873 EnhancedCustomShapeParameterType::NORMAL
,
5877 EnhancedCustomShapeParameterType::NORMAL
,
5878 EnhancedCustomShapeParameterType::NORMAL
,
5882 EnhancedCustomShapeParameterType::NORMAL
,
5883 EnhancedCustomShapeParameterType::NORMAL
,
5887 EnhancedCustomShapeParameterType::NORMAL
,
5888 EnhancedCustomShapeParameterType::NORMAL
,
5892 EnhancedCustomShapeParameterType::NORMAL
,
5893 EnhancedCustomShapeParameterType::NORMAL
,
5897 EnhancedCustomShapeParameterType::NORMAL
,
5898 EnhancedCustomShapeParameterType::NORMAL
,
5902 EnhancedCustomShapeParameterType::NORMAL
,
5903 EnhancedCustomShapeParameterType::NORMAL
,
5907 EnhancedCustomShapeParameterType::NORMAL
,
5908 EnhancedCustomShapeParameterType::NORMAL
,
5912 EnhancedCustomShapeParameterType::NORMAL
,
5913 EnhancedCustomShapeParameterType::NORMAL
,
5917 EnhancedCustomShapeParameterType::NORMAL
,
5918 EnhancedCustomShapeParameterType::NORMAL
,
5922 EnhancedCustomShapeParameterType::NORMAL
,
5923 EnhancedCustomShapeParameterType::NORMAL
,
5927 EnhancedCustomShapeParameterType::NORMAL
,
5928 EnhancedCustomShapeParameterType::NORMAL
,
5932 EnhancedCustomShapeParameterType::NORMAL
,
5933 EnhancedCustomShapeParameterType::NORMAL
,
5937 EnhancedCustomShapeParameterType::NORMAL
,
5938 EnhancedCustomShapeParameterType::NORMAL
,
5942 EnhancedCustomShapeParameterType::NORMAL
,
5943 EnhancedCustomShapeParameterType::NORMAL
,
5947 EnhancedCustomShapeParameterType::NORMAL
,
5948 EnhancedCustomShapeParameterType::NORMAL
,
5952 EnhancedCustomShapeParameterType::NORMAL
,
5953 EnhancedCustomShapeParameterType::NORMAL
,
5957 EnhancedCustomShapeParameterType::NORMAL
,
5958 EnhancedCustomShapeParameterType::NORMAL
,
5962 EnhancedCustomShapeParameterType::NORMAL
,
5963 EnhancedCustomShapeParameterType::NORMAL
,
5967 EnhancedCustomShapeParameterType::NORMAL
,
5968 EnhancedCustomShapeParameterType::NORMAL
,
5972 EnhancedCustomShapeParameterType::NORMAL
,
5973 EnhancedCustomShapeParameterType::NORMAL
,
5977 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5980 aPropSequence
[1].Name
= "Segments";
5981 static const sal_uInt16 nValues
[] = {
5988 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5991 aPropSequence
[2].Name
= "SubViewSize";
5992 Sequence
< awt::Size
> aSizeSequence (1);
5995 aSize
.Width
= 21600;
5996 aSize
.Height
= 21600;
5997 aSizeSequence
[0] = aSize
;
5999 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
6002 aPropSequence
[3].Name
= "TextFrames";
6003 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6005 EnhancedCustomShapeTextFrame aTextFrame
;
6007 static const CustomShapeProvider::ParameterPairData aData
=
6009 EnhancedCustomShapeParameterType::EQUATION
,
6010 EnhancedCustomShapeParameterType::EQUATION
,
6013 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6016 static const CustomShapeProvider::ParameterPairData aData
=
6018 EnhancedCustomShapeParameterType::EQUATION
,
6019 EnhancedCustomShapeParameterType::EQUATION
,
6022 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6024 aTextFrameSeq
[0] = aTextFrame
;
6026 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
6028 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6031 awt::Rectangle aRectangle
;
6034 aRectangle
.Width
= 0;
6035 aRectangle
.Height
= 0;
6036 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6038 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-irregularSeal1");
6040 return aPropertyMap
;
6044 // This is a generated source file. DO NOT EDIT.
6046 class ShapeCquadArrow
: public CustomShapeProvider
6048 virtual PropertyMap
getProperties()
6050 PropertyMap aPropertyMap
;
6053 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
6055 Any
aAny ((sal_Int32
) 22500);
6056 aAdjSequence
[0].Value
= aAny
;
6057 aAdjSequence
[0].Name
= "adj1";
6060 Any
aAny ((sal_Int32
) 22500);
6061 aAdjSequence
[1].Value
= aAny
;
6062 aAdjSequence
[1].Name
= "adj2";
6065 Any
aAny ((sal_Int32
) 22500);
6066 aAdjSequence
[2].Value
= aAny
;
6067 aAdjSequence
[2].Name
= "adj3";
6069 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6072 static const char *aStrings
[] = {
6073 "if(0-$1 ,0,if(50000-$1 ,$1 ,50000))",
6075 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
6078 "if(0-$2 ,0,if(?4 -$2 ,$2 ,?4 ))",
6079 "min(logwidth,logheight)",
6100 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6103 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
6105 Sequence
< PropertyValue
> aPropSequence (4);
6107 aPropSequence
[0].Name
= "Position";
6108 static const CustomShapeProvider::ParameterPairData aData
=
6110 EnhancedCustomShapeParameterType::EQUATION
,
6111 EnhancedCustomShapeParameterType::EQUATION
,
6114 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6117 aPropSequence
[1].Name
= "RangeXMaximum";
6118 EnhancedCustomShapeParameter aParameter
;
6119 Any
aAny ((sal_Int32
) 1);
6120 aParameter
.Value
= aAny
;
6121 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
6122 aPropSequence
[1].Value
= makeAny (aParameter
);
6125 aPropSequence
[2].Name
= "RangeXMinimum";
6126 EnhancedCustomShapeParameter aParameter
;
6127 Any
aAny ((sal_Int32
) 0);
6128 aParameter
.Value
= aAny
;
6129 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6130 aPropSequence
[2].Value
= makeAny (aParameter
);
6133 aPropSequence
[3].Name
= "RefX";
6134 Any
aAny ((sal_Int32
) 0);
6135 aPropSequence
[3].Value
= makeAny (aAny
);
6137 aPropSequenceSequence
[0] = aPropSequence
;
6140 Sequence
< PropertyValue
> aPropSequence (4);
6142 aPropSequence
[0].Name
= "Position";
6143 static const CustomShapeProvider::ParameterPairData aData
=
6145 EnhancedCustomShapeParameterType::EQUATION
,
6146 EnhancedCustomShapeParameterType::NORMAL
,
6149 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6152 aPropSequence
[1].Name
= "RangeXMaximum";
6153 EnhancedCustomShapeParameter aParameter
;
6154 Any
aAny ((sal_Int32
) 50000);
6155 aParameter
.Value
= aAny
;
6156 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6157 aPropSequence
[1].Value
= makeAny (aParameter
);
6160 aPropSequence
[2].Name
= "RangeXMinimum";
6161 EnhancedCustomShapeParameter aParameter
;
6162 Any
aAny ((sal_Int32
) 0);
6163 aParameter
.Value
= aAny
;
6164 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6165 aPropSequence
[2].Value
= makeAny (aParameter
);
6168 aPropSequence
[3].Name
= "RefX";
6169 Any
aAny ((sal_Int32
) 1);
6170 aPropSequence
[3].Value
= makeAny (aAny
);
6172 aPropSequenceSequence
[1] = aPropSequence
;
6175 Sequence
< PropertyValue
> aPropSequence (4);
6177 aPropSequence
[0].Name
= "Position";
6178 static const CustomShapeProvider::ParameterPairData aData
=
6180 EnhancedCustomShapeParameterType::EQUATION
,
6181 EnhancedCustomShapeParameterType::EQUATION
,
6184 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6187 aPropSequence
[1].Name
= "RangeYMaximum";
6188 EnhancedCustomShapeParameter aParameter
;
6189 Any
aAny ((sal_Int32
) 4);
6190 aParameter
.Value
= aAny
;
6191 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
6192 aPropSequence
[1].Value
= makeAny (aParameter
);
6195 aPropSequence
[2].Name
= "RangeYMinimum";
6196 EnhancedCustomShapeParameter aParameter
;
6197 Any
aAny ((sal_Int32
) 0);
6198 aParameter
.Value
= aAny
;
6199 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6200 aPropSequence
[2].Value
= makeAny (aParameter
);
6203 aPropSequence
[3].Name
= "RefY";
6204 Any
aAny ((sal_Int32
) 2);
6205 aPropSequence
[3].Value
= makeAny (aAny
);
6207 aPropSequenceSequence
[2] = aPropSequence
;
6209 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6212 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6215 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6218 Sequence
< PropertyValue
> aPropSequence (3);
6220 aPropSequence
[0].Name
= "Coordinates";
6221 static const CustomShapeProvider::ParameterPairData aData
[] = {
6223 EnhancedCustomShapeParameterType::NORMAL
,
6224 EnhancedCustomShapeParameterType::EQUATION
,
6228 EnhancedCustomShapeParameterType::EQUATION
,
6229 EnhancedCustomShapeParameterType::EQUATION
,
6233 EnhancedCustomShapeParameterType::EQUATION
,
6234 EnhancedCustomShapeParameterType::EQUATION
,
6238 EnhancedCustomShapeParameterType::EQUATION
,
6239 EnhancedCustomShapeParameterType::EQUATION
,
6243 EnhancedCustomShapeParameterType::EQUATION
,
6244 EnhancedCustomShapeParameterType::EQUATION
,
6248 EnhancedCustomShapeParameterType::EQUATION
,
6249 EnhancedCustomShapeParameterType::EQUATION
,
6253 EnhancedCustomShapeParameterType::EQUATION
,
6254 EnhancedCustomShapeParameterType::NORMAL
,
6258 EnhancedCustomShapeParameterType::EQUATION
,
6259 EnhancedCustomShapeParameterType::EQUATION
,
6263 EnhancedCustomShapeParameterType::EQUATION
,
6264 EnhancedCustomShapeParameterType::EQUATION
,
6268 EnhancedCustomShapeParameterType::EQUATION
,
6269 EnhancedCustomShapeParameterType::EQUATION
,
6273 EnhancedCustomShapeParameterType::EQUATION
,
6274 EnhancedCustomShapeParameterType::EQUATION
,
6278 EnhancedCustomShapeParameterType::EQUATION
,
6279 EnhancedCustomShapeParameterType::EQUATION
,
6283 EnhancedCustomShapeParameterType::EQUATION
,
6284 EnhancedCustomShapeParameterType::EQUATION
,
6288 EnhancedCustomShapeParameterType::EQUATION
,
6289 EnhancedCustomShapeParameterType::EQUATION
,
6293 EnhancedCustomShapeParameterType::EQUATION
,
6294 EnhancedCustomShapeParameterType::EQUATION
,
6298 EnhancedCustomShapeParameterType::EQUATION
,
6299 EnhancedCustomShapeParameterType::EQUATION
,
6303 EnhancedCustomShapeParameterType::EQUATION
,
6304 EnhancedCustomShapeParameterType::EQUATION
,
6308 EnhancedCustomShapeParameterType::EQUATION
,
6309 EnhancedCustomShapeParameterType::EQUATION
,
6313 EnhancedCustomShapeParameterType::EQUATION
,
6314 EnhancedCustomShapeParameterType::EQUATION
,
6318 EnhancedCustomShapeParameterType::EQUATION
,
6319 EnhancedCustomShapeParameterType::EQUATION
,
6323 EnhancedCustomShapeParameterType::EQUATION
,
6324 EnhancedCustomShapeParameterType::EQUATION
,
6328 EnhancedCustomShapeParameterType::EQUATION
,
6329 EnhancedCustomShapeParameterType::EQUATION
,
6333 EnhancedCustomShapeParameterType::EQUATION
,
6334 EnhancedCustomShapeParameterType::EQUATION
,
6338 EnhancedCustomShapeParameterType::EQUATION
,
6339 EnhancedCustomShapeParameterType::EQUATION
,
6343 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6346 aPropSequence
[1].Name
= "Segments";
6347 static const sal_uInt16 nValues
[] = {
6354 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6357 aPropSequence
[2].Name
= "TextFrames";
6358 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6360 EnhancedCustomShapeTextFrame aTextFrame
;
6362 static const CustomShapeProvider::ParameterPairData aData
=
6364 EnhancedCustomShapeParameterType::EQUATION
,
6365 EnhancedCustomShapeParameterType::EQUATION
,
6368 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6371 static const CustomShapeProvider::ParameterPairData aData
=
6373 EnhancedCustomShapeParameterType::EQUATION
,
6374 EnhancedCustomShapeParameterType::EQUATION
,
6377 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6379 aTextFrameSeq
[0] = aTextFrame
;
6381 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6383 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6386 awt::Rectangle aRectangle
;
6389 aRectangle
.Width
= 0;
6390 aRectangle
.Height
= 0;
6391 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6393 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-quadArrow");
6395 return aPropertyMap
;
6399 // This is a generated source file. DO NOT EDIT.
6401 class ShapeCleftBrace
: public CustomShapeProvider
6403 virtual PropertyMap
getProperties()
6405 PropertyMap aPropertyMap
;
6408 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
6410 Any
aAny ((sal_Int32
) 8333);
6411 aAdjSequence
[0].Value
= aAny
;
6412 aAdjSequence
[0].Name
= "adj1";
6415 Any
aAny ((sal_Int32
) 50000);
6416 aAdjSequence
[1].Value
= aAny
;
6417 aAdjSequence
[1].Name
= "adj2";
6419 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6422 static const char *aStrings
[] = {
6423 "if(0-$1 ,0,if(100000-$1 ,$1 ,100000))",
6427 "min(logwidth,logheight)",
6428 "?3 *logheight/?4 ",
6429 "if(0-$0 ,0,if(?5 -$0 ,$0 ,?5 ))",
6431 "logheight*?0 /100000",
6434 "?10 *cos(pi*(2700000)/10800000)",
6435 "?7 *sin(pi*(2700000)/10800000)",
6438 "logheight+?12 -?7 ",
6442 "(5400000)/60000.0",
6443 "(5400000)/60000.0",
6445 "(-5400000)/60000.0",
6446 "(5400000)/60000.0",
6447 "(-5400000)/60000.0",
6448 "(10800000)/60000.0",
6449 "(5400000)/60000.0",
6450 "(5400000)/60000.0",
6451 "(5400000)/60000.0",
6453 "(-5400000)/60000.0",
6454 "(5400000)/60000.0",
6455 "(-5400000)/60000.0",
6456 "(10800000)/60000.0",
6459 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6462 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
6464 Sequence
< PropertyValue
> aPropSequence (4);
6466 aPropSequence
[0].Name
= "Position";
6467 static const CustomShapeProvider::ParameterPairData aData
=
6469 EnhancedCustomShapeParameterType::EQUATION
,
6470 EnhancedCustomShapeParameterType::EQUATION
,
6473 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6476 aPropSequence
[1].Name
= "RangeYMaximum";
6477 EnhancedCustomShapeParameter aParameter
;
6478 Any
aAny ((sal_Int32
) 5);
6479 aParameter
.Value
= aAny
;
6480 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
6481 aPropSequence
[1].Value
= makeAny (aParameter
);
6484 aPropSequence
[2].Name
= "RangeYMinimum";
6485 EnhancedCustomShapeParameter aParameter
;
6486 Any
aAny ((sal_Int32
) 0);
6487 aParameter
.Value
= aAny
;
6488 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6489 aPropSequence
[2].Value
= makeAny (aParameter
);
6492 aPropSequence
[3].Name
= "RefY";
6493 Any
aAny ((sal_Int32
) 0);
6494 aPropSequence
[3].Value
= makeAny (aAny
);
6496 aPropSequenceSequence
[0] = aPropSequence
;
6499 Sequence
< PropertyValue
> aPropSequence (4);
6501 aPropSequence
[0].Name
= "Position";
6502 static const CustomShapeProvider::ParameterPairData aData
=
6504 EnhancedCustomShapeParameterType::NORMAL
,
6505 EnhancedCustomShapeParameterType::EQUATION
,
6508 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6511 aPropSequence
[1].Name
= "RangeYMaximum";
6512 EnhancedCustomShapeParameter aParameter
;
6513 Any
aAny ((sal_Int32
) 100000);
6514 aParameter
.Value
= aAny
;
6515 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6516 aPropSequence
[1].Value
= makeAny (aParameter
);
6519 aPropSequence
[2].Name
= "RangeYMinimum";
6520 EnhancedCustomShapeParameter aParameter
;
6521 Any
aAny ((sal_Int32
) 0);
6522 aParameter
.Value
= aAny
;
6523 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6524 aPropSequence
[2].Value
= makeAny (aParameter
);
6527 aPropSequence
[3].Name
= "RefY";
6528 Any
aAny ((sal_Int32
) 1);
6529 aPropSequence
[3].Value
= makeAny (aAny
);
6531 aPropSequenceSequence
[1] = aPropSequence
;
6533 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6536 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6539 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6542 Sequence
< PropertyValue
> aPropSequence (3);
6544 aPropSequence
[0].Name
= "Coordinates";
6545 static const CustomShapeProvider::ParameterPairData aData
[] = {
6547 EnhancedCustomShapeParameterType::EQUATION
,
6548 EnhancedCustomShapeParameterType::EQUATION
,
6552 EnhancedCustomShapeParameterType::EQUATION
,
6553 EnhancedCustomShapeParameterType::EQUATION
,
6557 EnhancedCustomShapeParameterType::EQUATION
,
6558 EnhancedCustomShapeParameterType::EQUATION
,
6562 EnhancedCustomShapeParameterType::EQUATION
,
6563 EnhancedCustomShapeParameterType::EQUATION
,
6567 EnhancedCustomShapeParameterType::EQUATION
,
6568 EnhancedCustomShapeParameterType::EQUATION
,
6572 EnhancedCustomShapeParameterType::EQUATION
,
6573 EnhancedCustomShapeParameterType::EQUATION
,
6577 EnhancedCustomShapeParameterType::EQUATION
,
6578 EnhancedCustomShapeParameterType::EQUATION
,
6582 EnhancedCustomShapeParameterType::EQUATION
,
6583 EnhancedCustomShapeParameterType::EQUATION
,
6587 EnhancedCustomShapeParameterType::EQUATION
,
6588 EnhancedCustomShapeParameterType::EQUATION
,
6592 EnhancedCustomShapeParameterType::EQUATION
,
6593 EnhancedCustomShapeParameterType::EQUATION
,
6597 EnhancedCustomShapeParameterType::EQUATION
,
6598 EnhancedCustomShapeParameterType::EQUATION
,
6602 EnhancedCustomShapeParameterType::EQUATION
,
6603 EnhancedCustomShapeParameterType::EQUATION
,
6607 EnhancedCustomShapeParameterType::EQUATION
,
6608 EnhancedCustomShapeParameterType::EQUATION
,
6612 EnhancedCustomShapeParameterType::EQUATION
,
6613 EnhancedCustomShapeParameterType::EQUATION
,
6617 EnhancedCustomShapeParameterType::EQUATION
,
6618 EnhancedCustomShapeParameterType::EQUATION
,
6622 EnhancedCustomShapeParameterType::EQUATION
,
6623 EnhancedCustomShapeParameterType::EQUATION
,
6627 EnhancedCustomShapeParameterType::EQUATION
,
6628 EnhancedCustomShapeParameterType::EQUATION
,
6632 EnhancedCustomShapeParameterType::EQUATION
,
6633 EnhancedCustomShapeParameterType::EQUATION
,
6637 EnhancedCustomShapeParameterType::EQUATION
,
6638 EnhancedCustomShapeParameterType::EQUATION
,
6642 EnhancedCustomShapeParameterType::EQUATION
,
6643 EnhancedCustomShapeParameterType::EQUATION
,
6647 EnhancedCustomShapeParameterType::EQUATION
,
6648 EnhancedCustomShapeParameterType::EQUATION
,
6652 EnhancedCustomShapeParameterType::EQUATION
,
6653 EnhancedCustomShapeParameterType::EQUATION
,
6657 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6660 aPropSequence
[1].Name
= "Segments";
6661 static const sal_uInt16 nValues
[] = {
6681 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6684 aPropSequence
[2].Name
= "TextFrames";
6685 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6687 EnhancedCustomShapeTextFrame aTextFrame
;
6689 static const CustomShapeProvider::ParameterPairData aData
=
6691 EnhancedCustomShapeParameterType::EQUATION
,
6692 EnhancedCustomShapeParameterType::EQUATION
,
6695 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6698 static const CustomShapeProvider::ParameterPairData aData
=
6700 EnhancedCustomShapeParameterType::EQUATION
,
6701 EnhancedCustomShapeParameterType::EQUATION
,
6704 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6706 aTextFrameSeq
[0] = aTextFrame
;
6708 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6710 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6713 awt::Rectangle aRectangle
;
6716 aRectangle
.Width
= 0;
6717 aRectangle
.Height
= 0;
6718 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6720 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-leftBrace");
6722 return aPropertyMap
;
6726 // This is a generated source file. DO NOT EDIT.
6728 class ShapeCleftBracket
: public CustomShapeProvider
6730 virtual PropertyMap
getProperties()
6732 PropertyMap aPropertyMap
;
6735 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
6737 Any
aAny ((sal_Int32
) 8333);
6738 aAdjSequence
[0].Value
= aAny
;
6739 aAdjSequence
[0].Name
= "adj";
6741 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6744 static const char *aStrings
[] = {
6745 "min(logwidth,logheight)",
6746 "50000*logheight/?0 ",
6747 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
6750 "logwidth*cos(pi*(2700000)/10800000)",
6751 "?3 *sin(pi*(2700000)/10800000)",
6754 "logheight+?6 -?3 ",
6759 "(5400000)/60000.0",
6760 "(5400000)/60000.0",
6761 "(10800000)/60000.0",
6762 "(5400000)/60000.0",
6763 "(5400000)/60000.0",
6764 "(5400000)/60000.0",
6765 "(10800000)/60000.0",
6768 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6771 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
6773 Sequence
< PropertyValue
> aPropSequence (4);
6775 aPropSequence
[0].Name
= "Position";
6776 static const CustomShapeProvider::ParameterPairData aData
=
6778 EnhancedCustomShapeParameterType::NORMAL
,
6779 EnhancedCustomShapeParameterType::EQUATION
,
6782 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6785 aPropSequence
[1].Name
= "RangeYMaximum";
6786 EnhancedCustomShapeParameter aParameter
;
6787 Any
aAny ((sal_Int32
) 1);
6788 aParameter
.Value
= aAny
;
6789 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
6790 aPropSequence
[1].Value
= makeAny (aParameter
);
6793 aPropSequence
[2].Name
= "RangeYMinimum";
6794 EnhancedCustomShapeParameter aParameter
;
6795 Any
aAny ((sal_Int32
) 0);
6796 aParameter
.Value
= aAny
;
6797 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6798 aPropSequence
[2].Value
= makeAny (aParameter
);
6801 aPropSequence
[3].Name
= "RefY";
6802 Any
aAny ((sal_Int32
) 0);
6803 aPropSequence
[3].Value
= makeAny (aAny
);
6805 aPropSequenceSequence
[0] = aPropSequence
;
6807 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6810 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6813 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6816 Sequence
< PropertyValue
> aPropSequence (3);
6818 aPropSequence
[0].Name
= "Coordinates";
6819 static const CustomShapeProvider::ParameterPairData aData
[] = {
6821 EnhancedCustomShapeParameterType::EQUATION
,
6822 EnhancedCustomShapeParameterType::EQUATION
,
6826 EnhancedCustomShapeParameterType::EQUATION
,
6827 EnhancedCustomShapeParameterType::EQUATION
,
6831 EnhancedCustomShapeParameterType::EQUATION
,
6832 EnhancedCustomShapeParameterType::EQUATION
,
6836 EnhancedCustomShapeParameterType::NORMAL
,
6837 EnhancedCustomShapeParameterType::EQUATION
,
6841 EnhancedCustomShapeParameterType::EQUATION
,
6842 EnhancedCustomShapeParameterType::EQUATION
,
6846 EnhancedCustomShapeParameterType::EQUATION
,
6847 EnhancedCustomShapeParameterType::EQUATION
,
6851 EnhancedCustomShapeParameterType::EQUATION
,
6852 EnhancedCustomShapeParameterType::EQUATION
,
6856 EnhancedCustomShapeParameterType::EQUATION
,
6857 EnhancedCustomShapeParameterType::EQUATION
,
6861 EnhancedCustomShapeParameterType::EQUATION
,
6862 EnhancedCustomShapeParameterType::EQUATION
,
6866 EnhancedCustomShapeParameterType::NORMAL
,
6867 EnhancedCustomShapeParameterType::EQUATION
,
6871 EnhancedCustomShapeParameterType::EQUATION
,
6872 EnhancedCustomShapeParameterType::EQUATION
,
6876 EnhancedCustomShapeParameterType::EQUATION
,
6877 EnhancedCustomShapeParameterType::EQUATION
,
6881 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6884 aPropSequence
[1].Name
= "Segments";
6885 static const sal_uInt16 nValues
[] = {
6901 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6904 aPropSequence
[2].Name
= "TextFrames";
6905 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6907 EnhancedCustomShapeTextFrame aTextFrame
;
6909 static const CustomShapeProvider::ParameterPairData aData
=
6911 EnhancedCustomShapeParameterType::EQUATION
,
6912 EnhancedCustomShapeParameterType::EQUATION
,
6915 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6918 static const CustomShapeProvider::ParameterPairData aData
=
6920 EnhancedCustomShapeParameterType::EQUATION
,
6921 EnhancedCustomShapeParameterType::EQUATION
,
6924 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6926 aTextFrameSeq
[0] = aTextFrame
;
6928 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6930 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6933 awt::Rectangle aRectangle
;
6936 aRectangle
.Width
= 0;
6937 aRectangle
.Height
= 0;
6938 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6940 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-leftBracket");
6942 return aPropertyMap
;
6946 // This is a generated source file. DO NOT EDIT.
6948 class ShapeCblockArc
: public CustomShapeProvider
6950 virtual PropertyMap
getProperties()
6952 PropertyMap aPropertyMap
;
6955 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
6957 Any
aAny ((sal_Int32
) 10800000);
6958 aAdjSequence
[0].Value
= aAny
;
6959 aAdjSequence
[0].Name
= "adj1";
6962 Any
aAny ((sal_Int32
) 0);
6963 aAdjSequence
[1].Value
= aAny
;
6964 aAdjSequence
[1].Name
= "adj2";
6967 Any
aAny ((sal_Int32
) 25000);
6968 aAdjSequence
[2].Value
= aAny
;
6969 aAdjSequence
[2].Name
= "adj3";
6971 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6974 static const char *aStrings
[] = {
6975 "if(0-$0 ,0,if(21599999-$0 ,$0 ,21599999))",
6976 "if(0-$1 ,0,if(21599999-$1 ,$1 ,21599999))",
6977 "if(0-$2 ,0,if(50000-$2 ,$2 ,50000))",
6983 "?7 *sin(pi*(?0 )/10800000)",
6985 "?9 *cos(pi*(?0 )/10800000)",
6986 "?7 *sin(pi*(?1 )/10800000)",
6987 "?9 *cos(pi*(?1 )/10800000)",
6988 "?7 *(cos(atan2(?8 ,?10 )))",
6989 "?9 *(sin(atan2(?8 ,?10 )))",
6990 "?7 *(cos(atan2(?11 ,?12 )))",
6991 "?9 *(sin(atan2(?11 ,?12 )))",
6998 "min(logwidth,logheight)",
7002 "?25 *sin(pi*(?1 )/10800000)",
7003 "?26 *cos(pi*(?1 )/10800000)",
7004 "?25 *sin(pi*(?0 )/10800000)",
7005 "?26 *cos(pi*(?0 )/10800000)",
7006 "?25 *(cos(atan2(?27 ,?28 )))",
7007 "?26 *(sin(atan2(?27 ,?28 )))",
7008 "?25 *(cos(atan2(?29 ,?30 )))",
7009 "?26 *(sin(atan2(?29 ,?30 )))",
7019 "if(?40 ,logwidth,?43 )",
7022 "if(?45 ,?45 ,?46 )",
7027 "if(?48 ,logheight,?51 )",
7030 "if(?53 ,?53 ,?54 )",
7038 "if(?61 ,?61 ,?62 )",
7056 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7059 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
7061 Sequence
< PropertyValue
> aPropSequence (1);
7063 aPropSequence
[0].Name
= "Position";
7064 static const CustomShapeProvider::ParameterPairData aData
=
7066 EnhancedCustomShapeParameterType::EQUATION
,
7067 EnhancedCustomShapeParameterType::EQUATION
,
7070 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7072 aPropSequenceSequence
[0] = aPropSequence
;
7075 Sequence
< PropertyValue
> aPropSequence (3);
7077 aPropSequence
[0].Name
= "Position";
7078 static const CustomShapeProvider::ParameterPairData aData
=
7080 EnhancedCustomShapeParameterType::EQUATION
,
7081 EnhancedCustomShapeParameterType::EQUATION
,
7084 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7087 aPropSequence
[1].Name
= "RadiusRangeMaximum";
7088 EnhancedCustomShapeParameter aParameter
;
7089 Any
aAny ((sal_Int32
) 50000);
7090 aParameter
.Value
= aAny
;
7091 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7092 aPropSequence
[1].Value
= makeAny (aParameter
);
7095 aPropSequence
[2].Name
= "RadiusRangeMinimum";
7096 EnhancedCustomShapeParameter aParameter
;
7097 Any
aAny ((sal_Int32
) 0);
7098 aParameter
.Value
= aAny
;
7099 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7100 aPropSequence
[2].Value
= makeAny (aParameter
);
7102 aPropSequenceSequence
[1] = aPropSequence
;
7104 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7107 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7110 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7113 Sequence
< PropertyValue
> aPropSequence (3);
7115 aPropSequence
[0].Name
= "Coordinates";
7116 static const CustomShapeProvider::ParameterPairData aData
[] = {
7118 EnhancedCustomShapeParameterType::EQUATION
,
7119 EnhancedCustomShapeParameterType::EQUATION
,
7123 EnhancedCustomShapeParameterType::EQUATION
,
7124 EnhancedCustomShapeParameterType::EQUATION
,
7128 EnhancedCustomShapeParameterType::EQUATION
,
7129 EnhancedCustomShapeParameterType::EQUATION
,
7133 EnhancedCustomShapeParameterType::EQUATION
,
7134 EnhancedCustomShapeParameterType::EQUATION
,
7138 EnhancedCustomShapeParameterType::EQUATION
,
7139 EnhancedCustomShapeParameterType::EQUATION
,
7143 EnhancedCustomShapeParameterType::EQUATION
,
7144 EnhancedCustomShapeParameterType::EQUATION
,
7148 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7151 aPropSequence
[1].Name
= "Segments";
7152 static const sal_uInt16 nValues
[] = {
7161 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7164 aPropSequence
[2].Name
= "TextFrames";
7165 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7167 EnhancedCustomShapeTextFrame aTextFrame
;
7169 static const CustomShapeProvider::ParameterPairData aData
=
7171 EnhancedCustomShapeParameterType::EQUATION
,
7172 EnhancedCustomShapeParameterType::EQUATION
,
7175 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7178 static const CustomShapeProvider::ParameterPairData aData
=
7180 EnhancedCustomShapeParameterType::EQUATION
,
7181 EnhancedCustomShapeParameterType::EQUATION
,
7184 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7186 aTextFrameSeq
[0] = aTextFrame
;
7188 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7190 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7193 awt::Rectangle aRectangle
;
7196 aRectangle
.Width
= 0;
7197 aRectangle
.Height
= 0;
7198 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7200 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-blockArc");
7202 return aPropertyMap
;
7206 // This is a generated source file. DO NOT EDIT.
7208 class ShapeCcurvedConnector3
: public CustomShapeProvider
7210 virtual PropertyMap
getProperties()
7212 PropertyMap aPropertyMap
;
7215 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
7217 Any
aAny ((sal_Int32
) 50000);
7218 aAdjSequence
[0].Value
= aAny
;
7219 aAdjSequence
[0].Name
= "adj1";
7221 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7224 static const char *aStrings
[] = {
7225 "logwidth*$0 /100000",
7234 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7237 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
7239 Sequence
< PropertyValue
> aPropSequence (4);
7241 aPropSequence
[0].Name
= "Position";
7242 static const CustomShapeProvider::ParameterPairData aData
=
7244 EnhancedCustomShapeParameterType::EQUATION
,
7245 EnhancedCustomShapeParameterType::EQUATION
,
7248 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7251 aPropSequence
[1].Name
= "RangeXMaximum";
7252 EnhancedCustomShapeParameter aParameter
;
7253 Any
aAny ((sal_Int32
) 2147483647);
7254 aParameter
.Value
= aAny
;
7255 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7256 aPropSequence
[1].Value
= makeAny (aParameter
);
7259 aPropSequence
[2].Name
= "RangeXMinimum";
7260 EnhancedCustomShapeParameter aParameter
;
7261 Any
aAny ((sal_Int32
) -2147483647);
7262 aParameter
.Value
= aAny
;
7263 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7264 aPropSequence
[2].Value
= makeAny (aParameter
);
7267 aPropSequence
[3].Name
= "RefX";
7268 Any
aAny ((sal_Int32
) 0);
7269 aPropSequence
[3].Value
= makeAny (aAny
);
7271 aPropSequenceSequence
[0] = aPropSequence
;
7273 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7276 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7279 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7282 Sequence
< PropertyValue
> aPropSequence (3);
7284 aPropSequence
[0].Name
= "Coordinates";
7285 static const CustomShapeProvider::ParameterPairData aData
[] = {
7287 EnhancedCustomShapeParameterType::NORMAL
,
7288 EnhancedCustomShapeParameterType::NORMAL
,
7292 EnhancedCustomShapeParameterType::EQUATION
,
7293 EnhancedCustomShapeParameterType::NORMAL
,
7297 EnhancedCustomShapeParameterType::EQUATION
,
7298 EnhancedCustomShapeParameterType::EQUATION
,
7302 EnhancedCustomShapeParameterType::EQUATION
,
7303 EnhancedCustomShapeParameterType::EQUATION
,
7307 EnhancedCustomShapeParameterType::EQUATION
,
7308 EnhancedCustomShapeParameterType::EQUATION
,
7312 EnhancedCustomShapeParameterType::EQUATION
,
7313 EnhancedCustomShapeParameterType::EQUATION
,
7317 EnhancedCustomShapeParameterType::EQUATION
,
7318 EnhancedCustomShapeParameterType::EQUATION
,
7322 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7325 aPropSequence
[1].Name
= "Segments";
7326 static const sal_uInt16 nValues
[] = {
7333 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7336 aPropSequence
[2].Name
= "TextFrames";
7337 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7339 EnhancedCustomShapeTextFrame aTextFrame
;
7341 static const CustomShapeProvider::ParameterPairData aData
=
7343 EnhancedCustomShapeParameterType::NORMAL
,
7344 EnhancedCustomShapeParameterType::NORMAL
,
7347 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7350 static const CustomShapeProvider::ParameterPairData aData
=
7352 EnhancedCustomShapeParameterType::EQUATION
,
7353 EnhancedCustomShapeParameterType::EQUATION
,
7356 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7358 aTextFrameSeq
[0] = aTextFrame
;
7360 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7362 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7365 awt::Rectangle aRectangle
;
7368 aRectangle
.Width
= 0;
7369 aRectangle
.Height
= 0;
7370 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7372 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-curvedConnector3");
7374 return aPropertyMap
;
7378 // This is a generated source file. DO NOT EDIT.
7380 class ShapeCwedgeRoundRectCallout
: public CustomShapeProvider
7382 virtual PropertyMap
getProperties()
7384 PropertyMap aPropertyMap
;
7387 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
7389 Any
aAny ((sal_Int32
) -20833);
7390 aAdjSequence
[0].Value
= aAny
;
7391 aAdjSequence
[0].Name
= "adj1";
7394 Any
aAny ((sal_Int32
) 62500);
7395 aAdjSequence
[1].Value
= aAny
;
7396 aAdjSequence
[1].Name
= "adj2";
7399 Any
aAny ((sal_Int32
) 16667);
7400 aAdjSequence
[2].Value
= aAny
;
7401 aAdjSequence
[2].Name
= "adj3";
7403 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7406 static const char *aStrings
[] = {
7407 "logwidth*$0 /100000",
7408 "logheight*$1 /100000",
7413 "?0 *logheight/logwidth",
7423 "logheight*?14 /12",
7424 "logheight*?15 /12",
7428 "if(?9 ,?20 ,?12 )",
7429 "if(?0 ,?3 ,logwidth)",
7430 "if(?9 ,logwidth,?22 )",
7432 "if(?9 ,?24 ,?12 )",
7434 "if(?9 ,?16 ,?26 )",
7438 "if(?9 ,?16 ,?30 )",
7439 "if(?1 ,?5 ,logheight)",
7440 "if(?9 ,?32 ,logheight)",
7441 "min(logwidth,logheight)",
7445 "?35 *29289/100000",
7450 "(10800000)/60000.0",
7451 "(5400000)/60000.0",
7452 "(16200000)/60000.0",
7453 "(5400000)/60000.0",
7455 "(5400000)/60000.0",
7456 "(5400000)/60000.0",
7459 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7462 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
7464 Sequence
< PropertyValue
> aPropSequence (7);
7466 aPropSequence
[0].Name
= "Position";
7467 static const CustomShapeProvider::ParameterPairData aData
=
7469 EnhancedCustomShapeParameterType::EQUATION
,
7470 EnhancedCustomShapeParameterType::EQUATION
,
7473 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7476 aPropSequence
[1].Name
= "RangeXMaximum";
7477 EnhancedCustomShapeParameter aParameter
;
7478 Any
aAny ((sal_Int32
) 2147483647);
7479 aParameter
.Value
= aAny
;
7480 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7481 aPropSequence
[1].Value
= makeAny (aParameter
);
7484 aPropSequence
[2].Name
= "RangeXMinimum";
7485 EnhancedCustomShapeParameter aParameter
;
7486 Any
aAny ((sal_Int32
) -2147483647);
7487 aParameter
.Value
= aAny
;
7488 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7489 aPropSequence
[2].Value
= makeAny (aParameter
);
7492 aPropSequence
[3].Name
= "RangeYMaximum";
7493 EnhancedCustomShapeParameter aParameter
;
7494 Any
aAny ((sal_Int32
) 2147483647);
7495 aParameter
.Value
= aAny
;
7496 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7497 aPropSequence
[3].Value
= makeAny (aParameter
);
7500 aPropSequence
[4].Name
= "RangeYMinimum";
7501 EnhancedCustomShapeParameter aParameter
;
7502 Any
aAny ((sal_Int32
) -2147483647);
7503 aParameter
.Value
= aAny
;
7504 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7505 aPropSequence
[4].Value
= makeAny (aParameter
);
7508 aPropSequence
[5].Name
= "RefX";
7509 Any
aAny ((sal_Int32
) 0);
7510 aPropSequence
[5].Value
= makeAny (aAny
);
7513 aPropSequence
[6].Name
= "RefY";
7514 Any
aAny ((sal_Int32
) 1);
7515 aPropSequence
[6].Value
= makeAny (aAny
);
7517 aPropSequenceSequence
[0] = aPropSequence
;
7519 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7522 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7525 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7528 Sequence
< PropertyValue
> aPropSequence (3);
7530 aPropSequence
[0].Name
= "Coordinates";
7531 static const CustomShapeProvider::ParameterPairData aData
[] = {
7533 EnhancedCustomShapeParameterType::NORMAL
,
7534 EnhancedCustomShapeParameterType::EQUATION
,
7538 EnhancedCustomShapeParameterType::EQUATION
,
7539 EnhancedCustomShapeParameterType::EQUATION
,
7543 EnhancedCustomShapeParameterType::EQUATION
,
7544 EnhancedCustomShapeParameterType::EQUATION
,
7548 EnhancedCustomShapeParameterType::EQUATION
,
7549 EnhancedCustomShapeParameterType::NORMAL
,
7553 EnhancedCustomShapeParameterType::EQUATION
,
7554 EnhancedCustomShapeParameterType::EQUATION
,
7558 EnhancedCustomShapeParameterType::EQUATION
,
7559 EnhancedCustomShapeParameterType::NORMAL
,
7563 EnhancedCustomShapeParameterType::EQUATION
,
7564 EnhancedCustomShapeParameterType::NORMAL
,
7568 EnhancedCustomShapeParameterType::EQUATION
,
7569 EnhancedCustomShapeParameterType::EQUATION
,
7573 EnhancedCustomShapeParameterType::EQUATION
,
7574 EnhancedCustomShapeParameterType::EQUATION
,
7578 EnhancedCustomShapeParameterType::EQUATION
,
7579 EnhancedCustomShapeParameterType::EQUATION
,
7583 EnhancedCustomShapeParameterType::EQUATION
,
7584 EnhancedCustomShapeParameterType::EQUATION
,
7588 EnhancedCustomShapeParameterType::EQUATION
,
7589 EnhancedCustomShapeParameterType::EQUATION
,
7593 EnhancedCustomShapeParameterType::EQUATION
,
7594 EnhancedCustomShapeParameterType::EQUATION
,
7598 EnhancedCustomShapeParameterType::EQUATION
,
7599 EnhancedCustomShapeParameterType::EQUATION
,
7603 EnhancedCustomShapeParameterType::EQUATION
,
7604 EnhancedCustomShapeParameterType::EQUATION
,
7608 EnhancedCustomShapeParameterType::EQUATION
,
7609 EnhancedCustomShapeParameterType::EQUATION
,
7613 EnhancedCustomShapeParameterType::EQUATION
,
7614 EnhancedCustomShapeParameterType::EQUATION
,
7618 EnhancedCustomShapeParameterType::EQUATION
,
7619 EnhancedCustomShapeParameterType::EQUATION
,
7623 EnhancedCustomShapeParameterType::EQUATION
,
7624 EnhancedCustomShapeParameterType::EQUATION
,
7628 EnhancedCustomShapeParameterType::EQUATION
,
7629 EnhancedCustomShapeParameterType::EQUATION
,
7633 EnhancedCustomShapeParameterType::EQUATION
,
7634 EnhancedCustomShapeParameterType::EQUATION
,
7638 EnhancedCustomShapeParameterType::NORMAL
,
7639 EnhancedCustomShapeParameterType::EQUATION
,
7643 EnhancedCustomShapeParameterType::EQUATION
,
7644 EnhancedCustomShapeParameterType::EQUATION
,
7648 EnhancedCustomShapeParameterType::NORMAL
,
7649 EnhancedCustomShapeParameterType::EQUATION
,
7653 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7656 aPropSequence
[1].Name
= "Segments";
7657 static const sal_uInt16 nValues
[] = {
7671 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7674 aPropSequence
[2].Name
= "TextFrames";
7675 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7677 EnhancedCustomShapeTextFrame aTextFrame
;
7679 static const CustomShapeProvider::ParameterPairData aData
=
7681 EnhancedCustomShapeParameterType::EQUATION
,
7682 EnhancedCustomShapeParameterType::EQUATION
,
7685 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7688 static const CustomShapeProvider::ParameterPairData aData
=
7690 EnhancedCustomShapeParameterType::EQUATION
,
7691 EnhancedCustomShapeParameterType::EQUATION
,
7694 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7696 aTextFrameSeq
[0] = aTextFrame
;
7698 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7700 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7703 awt::Rectangle aRectangle
;
7706 aRectangle
.Width
= 0;
7707 aRectangle
.Height
= 0;
7708 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7710 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-wedgeRoundRectCallout");
7712 return aPropertyMap
;
7716 // This is a generated source file. DO NOT EDIT.
7718 class ShapeCactionButtonMovie
: public CustomShapeProvider
7720 virtual PropertyMap
getProperties()
7722 PropertyMap aPropertyMap
;
7725 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
7728 static const char *aStrings
[] = {
7729 "min(logwidth,logheight)",
7776 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7779 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
7782 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7785 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7788 Sequence
< PropertyValue
> aPropSequence (3);
7790 aPropSequence
[0].Name
= "Coordinates";
7791 static const CustomShapeProvider::ParameterPairData aData
[] = {
7793 EnhancedCustomShapeParameterType::NORMAL
,
7794 EnhancedCustomShapeParameterType::NORMAL
,
7798 EnhancedCustomShapeParameterType::EQUATION
,
7799 EnhancedCustomShapeParameterType::NORMAL
,
7803 EnhancedCustomShapeParameterType::EQUATION
,
7804 EnhancedCustomShapeParameterType::EQUATION
,
7808 EnhancedCustomShapeParameterType::NORMAL
,
7809 EnhancedCustomShapeParameterType::EQUATION
,
7813 EnhancedCustomShapeParameterType::EQUATION
,
7814 EnhancedCustomShapeParameterType::EQUATION
,
7818 EnhancedCustomShapeParameterType::EQUATION
,
7819 EnhancedCustomShapeParameterType::EQUATION
,
7823 EnhancedCustomShapeParameterType::EQUATION
,
7824 EnhancedCustomShapeParameterType::EQUATION
,
7828 EnhancedCustomShapeParameterType::EQUATION
,
7829 EnhancedCustomShapeParameterType::EQUATION
,
7833 EnhancedCustomShapeParameterType::EQUATION
,
7834 EnhancedCustomShapeParameterType::EQUATION
,
7838 EnhancedCustomShapeParameterType::EQUATION
,
7839 EnhancedCustomShapeParameterType::EQUATION
,
7843 EnhancedCustomShapeParameterType::EQUATION
,
7844 EnhancedCustomShapeParameterType::EQUATION
,
7848 EnhancedCustomShapeParameterType::EQUATION
,
7849 EnhancedCustomShapeParameterType::EQUATION
,
7853 EnhancedCustomShapeParameterType::EQUATION
,
7854 EnhancedCustomShapeParameterType::EQUATION
,
7858 EnhancedCustomShapeParameterType::EQUATION
,
7859 EnhancedCustomShapeParameterType::EQUATION
,
7863 EnhancedCustomShapeParameterType::EQUATION
,
7864 EnhancedCustomShapeParameterType::EQUATION
,
7868 EnhancedCustomShapeParameterType::EQUATION
,
7869 EnhancedCustomShapeParameterType::EQUATION
,
7873 EnhancedCustomShapeParameterType::EQUATION
,
7874 EnhancedCustomShapeParameterType::EQUATION
,
7878 EnhancedCustomShapeParameterType::EQUATION
,
7879 EnhancedCustomShapeParameterType::EQUATION
,
7883 EnhancedCustomShapeParameterType::EQUATION
,
7884 EnhancedCustomShapeParameterType::EQUATION
,
7888 EnhancedCustomShapeParameterType::EQUATION
,
7889 EnhancedCustomShapeParameterType::EQUATION
,
7893 EnhancedCustomShapeParameterType::EQUATION
,
7894 EnhancedCustomShapeParameterType::EQUATION
,
7898 EnhancedCustomShapeParameterType::EQUATION
,
7899 EnhancedCustomShapeParameterType::EQUATION
,
7903 EnhancedCustomShapeParameterType::EQUATION
,
7904 EnhancedCustomShapeParameterType::EQUATION
,
7908 EnhancedCustomShapeParameterType::EQUATION
,
7909 EnhancedCustomShapeParameterType::EQUATION
,
7913 EnhancedCustomShapeParameterType::EQUATION
,
7914 EnhancedCustomShapeParameterType::EQUATION
,
7918 EnhancedCustomShapeParameterType::EQUATION
,
7919 EnhancedCustomShapeParameterType::EQUATION
,
7923 EnhancedCustomShapeParameterType::EQUATION
,
7924 EnhancedCustomShapeParameterType::EQUATION
,
7928 EnhancedCustomShapeParameterType::EQUATION
,
7929 EnhancedCustomShapeParameterType::EQUATION
,
7933 EnhancedCustomShapeParameterType::EQUATION
,
7934 EnhancedCustomShapeParameterType::EQUATION
,
7938 EnhancedCustomShapeParameterType::EQUATION
,
7939 EnhancedCustomShapeParameterType::EQUATION
,
7943 EnhancedCustomShapeParameterType::EQUATION
,
7944 EnhancedCustomShapeParameterType::EQUATION
,
7948 EnhancedCustomShapeParameterType::EQUATION
,
7949 EnhancedCustomShapeParameterType::EQUATION
,
7953 EnhancedCustomShapeParameterType::EQUATION
,
7954 EnhancedCustomShapeParameterType::EQUATION
,
7958 EnhancedCustomShapeParameterType::EQUATION
,
7959 EnhancedCustomShapeParameterType::EQUATION
,
7963 EnhancedCustomShapeParameterType::EQUATION
,
7964 EnhancedCustomShapeParameterType::EQUATION
,
7968 EnhancedCustomShapeParameterType::EQUATION
,
7969 EnhancedCustomShapeParameterType::EQUATION
,
7973 EnhancedCustomShapeParameterType::EQUATION
,
7974 EnhancedCustomShapeParameterType::EQUATION
,
7978 EnhancedCustomShapeParameterType::EQUATION
,
7979 EnhancedCustomShapeParameterType::EQUATION
,
7983 EnhancedCustomShapeParameterType::EQUATION
,
7984 EnhancedCustomShapeParameterType::EQUATION
,
7988 EnhancedCustomShapeParameterType::EQUATION
,
7989 EnhancedCustomShapeParameterType::EQUATION
,
7993 EnhancedCustomShapeParameterType::EQUATION
,
7994 EnhancedCustomShapeParameterType::EQUATION
,
7998 EnhancedCustomShapeParameterType::EQUATION
,
7999 EnhancedCustomShapeParameterType::EQUATION
,
8003 EnhancedCustomShapeParameterType::EQUATION
,
8004 EnhancedCustomShapeParameterType::EQUATION
,
8008 EnhancedCustomShapeParameterType::EQUATION
,
8009 EnhancedCustomShapeParameterType::EQUATION
,
8013 EnhancedCustomShapeParameterType::EQUATION
,
8014 EnhancedCustomShapeParameterType::EQUATION
,
8018 EnhancedCustomShapeParameterType::EQUATION
,
8019 EnhancedCustomShapeParameterType::EQUATION
,
8023 EnhancedCustomShapeParameterType::EQUATION
,
8024 EnhancedCustomShapeParameterType::EQUATION
,
8028 EnhancedCustomShapeParameterType::EQUATION
,
8029 EnhancedCustomShapeParameterType::EQUATION
,
8033 EnhancedCustomShapeParameterType::EQUATION
,
8034 EnhancedCustomShapeParameterType::EQUATION
,
8038 EnhancedCustomShapeParameterType::EQUATION
,
8039 EnhancedCustomShapeParameterType::EQUATION
,
8043 EnhancedCustomShapeParameterType::EQUATION
,
8044 EnhancedCustomShapeParameterType::EQUATION
,
8048 EnhancedCustomShapeParameterType::EQUATION
,
8049 EnhancedCustomShapeParameterType::EQUATION
,
8053 EnhancedCustomShapeParameterType::EQUATION
,
8054 EnhancedCustomShapeParameterType::EQUATION
,
8058 EnhancedCustomShapeParameterType::EQUATION
,
8059 EnhancedCustomShapeParameterType::EQUATION
,
8063 EnhancedCustomShapeParameterType::EQUATION
,
8064 EnhancedCustomShapeParameterType::EQUATION
,
8068 EnhancedCustomShapeParameterType::EQUATION
,
8069 EnhancedCustomShapeParameterType::EQUATION
,
8073 EnhancedCustomShapeParameterType::EQUATION
,
8074 EnhancedCustomShapeParameterType::EQUATION
,
8078 EnhancedCustomShapeParameterType::EQUATION
,
8079 EnhancedCustomShapeParameterType::EQUATION
,
8083 EnhancedCustomShapeParameterType::EQUATION
,
8084 EnhancedCustomShapeParameterType::EQUATION
,
8088 EnhancedCustomShapeParameterType::EQUATION
,
8089 EnhancedCustomShapeParameterType::EQUATION
,
8093 EnhancedCustomShapeParameterType::EQUATION
,
8094 EnhancedCustomShapeParameterType::EQUATION
,
8098 EnhancedCustomShapeParameterType::NORMAL
,
8099 EnhancedCustomShapeParameterType::NORMAL
,
8103 EnhancedCustomShapeParameterType::EQUATION
,
8104 EnhancedCustomShapeParameterType::NORMAL
,
8108 EnhancedCustomShapeParameterType::EQUATION
,
8109 EnhancedCustomShapeParameterType::EQUATION
,
8113 EnhancedCustomShapeParameterType::NORMAL
,
8114 EnhancedCustomShapeParameterType::EQUATION
,
8118 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8121 aPropSequence
[1].Name
= "Segments";
8122 static const sal_uInt16 nValues
[] = {
8149 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8152 aPropSequence
[2].Name
= "TextFrames";
8153 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8155 EnhancedCustomShapeTextFrame aTextFrame
;
8157 static const CustomShapeProvider::ParameterPairData aData
=
8159 EnhancedCustomShapeParameterType::NORMAL
,
8160 EnhancedCustomShapeParameterType::NORMAL
,
8163 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8166 static const CustomShapeProvider::ParameterPairData aData
=
8168 EnhancedCustomShapeParameterType::EQUATION
,
8169 EnhancedCustomShapeParameterType::EQUATION
,
8172 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8174 aTextFrameSeq
[0] = aTextFrame
;
8176 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8178 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8181 awt::Rectangle aRectangle
;
8184 aRectangle
.Width
= 0;
8185 aRectangle
.Height
= 0;
8186 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8188 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-actionButtonMovie");
8190 return aPropertyMap
;
8194 // This is a generated source file. DO NOT EDIT.
8196 class ShapeCflowChartOnlineStorage
: public CustomShapeProvider
8198 virtual PropertyMap
getProperties()
8200 PropertyMap aPropertyMap
;
8203 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
8206 static const char *aStrings
[] = {
8212 "(16200000)/60000.0",
8213 "(-10800000)/60000.0",
8214 "(5400000)/60000.0",
8215 "(10800000)/60000.0"
8217 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8220 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
8223 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8226 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8229 Sequence
< PropertyValue
> aPropSequence (4);
8231 aPropSequence
[0].Name
= "Coordinates";
8232 static const CustomShapeProvider::ParameterPairData aData
[] = {
8234 EnhancedCustomShapeParameterType::NORMAL
,
8235 EnhancedCustomShapeParameterType::NORMAL
,
8239 EnhancedCustomShapeParameterType::NORMAL
,
8240 EnhancedCustomShapeParameterType::NORMAL
,
8244 EnhancedCustomShapeParameterType::NORMAL
,
8245 EnhancedCustomShapeParameterType::NORMAL
,
8249 EnhancedCustomShapeParameterType::EQUATION
,
8250 EnhancedCustomShapeParameterType::EQUATION
,
8254 EnhancedCustomShapeParameterType::NORMAL
,
8255 EnhancedCustomShapeParameterType::NORMAL
,
8259 EnhancedCustomShapeParameterType::NORMAL
,
8260 EnhancedCustomShapeParameterType::NORMAL
,
8264 EnhancedCustomShapeParameterType::EQUATION
,
8265 EnhancedCustomShapeParameterType::EQUATION
,
8269 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8272 aPropSequence
[1].Name
= "Segments";
8273 static const sal_uInt16 nValues
[] = {
8283 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8286 aPropSequence
[2].Name
= "SubViewSize";
8287 Sequence
< awt::Size
> aSizeSequence (1);
8292 aSizeSequence
[0] = aSize
;
8294 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
8297 aPropSequence
[3].Name
= "TextFrames";
8298 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8300 EnhancedCustomShapeTextFrame aTextFrame
;
8302 static const CustomShapeProvider::ParameterPairData aData
=
8304 EnhancedCustomShapeParameterType::EQUATION
,
8305 EnhancedCustomShapeParameterType::NORMAL
,
8308 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8311 static const CustomShapeProvider::ParameterPairData aData
=
8313 EnhancedCustomShapeParameterType::EQUATION
,
8314 EnhancedCustomShapeParameterType::EQUATION
,
8317 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8319 aTextFrameSeq
[0] = aTextFrame
;
8321 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
8323 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8326 awt::Rectangle aRectangle
;
8329 aRectangle
.Width
= 0;
8330 aRectangle
.Height
= 0;
8331 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8333 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartOnlineStorage");
8335 return aPropertyMap
;
8339 // This is a generated source file. DO NOT EDIT.
8341 class ShapeCgear6
: public CustomShapeProvider
8343 virtual PropertyMap
getProperties()
8345 PropertyMap aPropertyMap
;
8348 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
8350 Any
aAny ((sal_Int32
) 15000);
8351 aAdjSequence
[0].Value
= aAny
;
8352 aAdjSequence
[0].Name
= "adj1";
8355 Any
aAny ((sal_Int32
) 3526);
8356 aAdjSequence
[1].Value
= aAny
;
8357 aAdjSequence
[1].Name
= "adj2";
8359 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
8362 static const char *aStrings
[] = {
8363 "if(0-$0 ,0,if(20000-$0 ,$0 ,20000))",
8364 "if(0-$1 ,0,if(5358-$1 ,$1 ,5358))",
8365 "min(logwidth,logheight)",
8376 "if(?12 ,?9 ,?11 )",
8377 "(10800000*atan2(?7 ,?13 ))/pi",
8380 "?11 *cos(pi*(?15 )/10800000)",
8381 "?9 *sin(pi*(?15 )/10800000)",
8382 "(10800000*atan2(?18 ,?17 ))/pi",
8383 "?9 *cos(pi*(?19 )/10800000)",
8384 "?11 *sin(pi*(?19 )/10800000)",
8385 "sqrt(?20 *?20 +?21 *?21 +0*0)",
8387 "?23 *cos(pi*(?19 )/10800000)",
8388 "?23 *sin(pi*(?19 )/10800000)",
8393 "?11 *cos(pi*(?16 )/10800000)",
8394 "?9 *sin(pi*(?16 )/10800000)",
8395 "(10800000*atan2(?31 ,?30 ))/pi",
8396 "?9 *cos(pi*(?32 )/10800000)",
8397 "?11 *sin(pi*(?32 )/10800000)",
8398 "sqrt(?33 *?33 +?34 *?34 +0*0)",
8400 "?36 *cos(pi*(?32 )/10800000)",
8401 "?36 *sin(pi*(?32 )/10800000)",
8406 "sqrt(?41 *?41 +?42 *?42 +0*0)",
8407 "(10800000*atan2(?41 ,?42 ))/pi",
8408 "?4 *sin(pi*(?44 )/10800000)",
8409 "?4 *cos(pi*(?44 )/10800000)",
8414 "?3 *sin(pi*(?44 )/10800000)",
8415 "?3 *cos(pi*(?44 )/10800000)",
8421 "?11 *cos(pi*(?57 )/10800000)",
8422 "?9 *sin(pi*(?57 )/10800000)",
8423 "(10800000*atan2(?59 ,?58 ))/pi",
8424 "?9 *cos(pi*(?60 )/10800000)",
8425 "?11 *sin(pi*(?60 )/10800000)",
8426 "sqrt(?61 *?61 +?62 *?62 +0*0)",
8428 "?64 *cos(pi*(?60 )/10800000)",
8429 "?64 *sin(pi*(?60 )/10800000)",
8439 "?11 *cos(pi*(?74 )/10800000)",
8440 "?9 *sin(pi*(?74 )/10800000)",
8441 "(10800000*atan2(?77 ,?76 ))/pi",
8443 "?11 *cos(pi*(?75 )/10800000)",
8444 "?9 *sin(pi*(?75 )/10800000)",
8445 "(10800000*atan2(?81 ,?80 ))/pi",
8452 "?11 *cos(pi*(?88 )/10800000)",
8453 "?9 *sin(pi*(?88 )/10800000)",
8454 "(10800000*atan2(?90 ,?89 ))/pi",
8458 "?11 *cos(pi*(?94 )/10800000)",
8459 "?9 *sin(pi*(?94 )/10800000)",
8460 "(10800000*atan2(?96 ,?95 ))/pi",
8465 "?11 *cos(pi*(?101 )/10800000)",
8466 "?9 *sin(pi*(?101 )/10800000)",
8467 "(10800000*atan2(?103 ,?102 ))/pi",
8473 "logheight+0-?109 ",
8474 "(logwidth+0)/?108 ",
8488 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8491 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
8493 Sequence
< PropertyValue
> aPropSequence (4);
8495 aPropSequence
[0].Name
= "Position";
8496 static const CustomShapeProvider::ParameterPairData aData
=
8498 EnhancedCustomShapeParameterType::EQUATION
,
8499 EnhancedCustomShapeParameterType::EQUATION
,
8502 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8505 aPropSequence
[1].Name
= "RangeYMaximum";
8506 EnhancedCustomShapeParameter aParameter
;
8507 Any
aAny ((sal_Int32
) 20000);
8508 aParameter
.Value
= aAny
;
8509 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8510 aPropSequence
[1].Value
= makeAny (aParameter
);
8513 aPropSequence
[2].Name
= "RangeYMinimum";
8514 EnhancedCustomShapeParameter aParameter
;
8515 Any
aAny ((sal_Int32
) 0);
8516 aParameter
.Value
= aAny
;
8517 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8518 aPropSequence
[2].Value
= makeAny (aParameter
);
8521 aPropSequence
[3].Name
= "RefY";
8522 Any
aAny ((sal_Int32
) 0);
8523 aPropSequence
[3].Value
= makeAny (aAny
);
8525 aPropSequenceSequence
[0] = aPropSequence
;
8528 Sequence
< PropertyValue
> aPropSequence (4);
8530 aPropSequence
[0].Name
= "Position";
8531 static const CustomShapeProvider::ParameterPairData aData
=
8533 EnhancedCustomShapeParameterType::EQUATION
,
8534 EnhancedCustomShapeParameterType::EQUATION
,
8537 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8540 aPropSequence
[1].Name
= "RangeXMaximum";
8541 EnhancedCustomShapeParameter aParameter
;
8542 Any
aAny ((sal_Int32
) 5358);
8543 aParameter
.Value
= aAny
;
8544 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8545 aPropSequence
[1].Value
= makeAny (aParameter
);
8548 aPropSequence
[2].Name
= "RangeXMinimum";
8549 EnhancedCustomShapeParameter aParameter
;
8550 Any
aAny ((sal_Int32
) 0);
8551 aParameter
.Value
= aAny
;
8552 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8553 aPropSequence
[2].Value
= makeAny (aParameter
);
8556 aPropSequence
[3].Name
= "RefX";
8557 Any
aAny ((sal_Int32
) 1);
8558 aPropSequence
[3].Value
= makeAny (aAny
);
8560 aPropSequenceSequence
[1] = aPropSequence
;
8562 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
8565 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8568 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8571 Sequence
< PropertyValue
> aPropSequence (3);
8573 aPropSequence
[0].Name
= "Coordinates";
8574 static const CustomShapeProvider::ParameterPairData aData
[] = {
8576 EnhancedCustomShapeParameterType::EQUATION
,
8577 EnhancedCustomShapeParameterType::EQUATION
,
8581 EnhancedCustomShapeParameterType::EQUATION
,
8582 EnhancedCustomShapeParameterType::EQUATION
,
8586 EnhancedCustomShapeParameterType::EQUATION
,
8587 EnhancedCustomShapeParameterType::EQUATION
,
8591 EnhancedCustomShapeParameterType::EQUATION
,
8592 EnhancedCustomShapeParameterType::EQUATION
,
8596 EnhancedCustomShapeParameterType::EQUATION
,
8597 EnhancedCustomShapeParameterType::EQUATION
,
8601 EnhancedCustomShapeParameterType::EQUATION
,
8602 EnhancedCustomShapeParameterType::EQUATION
,
8606 EnhancedCustomShapeParameterType::EQUATION
,
8607 EnhancedCustomShapeParameterType::EQUATION
,
8611 EnhancedCustomShapeParameterType::EQUATION
,
8612 EnhancedCustomShapeParameterType::EQUATION
,
8616 EnhancedCustomShapeParameterType::EQUATION
,
8617 EnhancedCustomShapeParameterType::EQUATION
,
8621 EnhancedCustomShapeParameterType::EQUATION
,
8622 EnhancedCustomShapeParameterType::EQUATION
,
8626 EnhancedCustomShapeParameterType::EQUATION
,
8627 EnhancedCustomShapeParameterType::EQUATION
,
8631 EnhancedCustomShapeParameterType::EQUATION
,
8632 EnhancedCustomShapeParameterType::EQUATION
,
8636 EnhancedCustomShapeParameterType::EQUATION
,
8637 EnhancedCustomShapeParameterType::EQUATION
,
8641 EnhancedCustomShapeParameterType::EQUATION
,
8642 EnhancedCustomShapeParameterType::EQUATION
,
8646 EnhancedCustomShapeParameterType::EQUATION
,
8647 EnhancedCustomShapeParameterType::EQUATION
,
8651 EnhancedCustomShapeParameterType::EQUATION
,
8652 EnhancedCustomShapeParameterType::EQUATION
,
8656 EnhancedCustomShapeParameterType::EQUATION
,
8657 EnhancedCustomShapeParameterType::EQUATION
,
8661 EnhancedCustomShapeParameterType::EQUATION
,
8662 EnhancedCustomShapeParameterType::EQUATION
,
8666 EnhancedCustomShapeParameterType::EQUATION
,
8667 EnhancedCustomShapeParameterType::EQUATION
,
8671 EnhancedCustomShapeParameterType::EQUATION
,
8672 EnhancedCustomShapeParameterType::EQUATION
,
8676 EnhancedCustomShapeParameterType::EQUATION
,
8677 EnhancedCustomShapeParameterType::EQUATION
,
8681 EnhancedCustomShapeParameterType::EQUATION
,
8682 EnhancedCustomShapeParameterType::EQUATION
,
8686 EnhancedCustomShapeParameterType::EQUATION
,
8687 EnhancedCustomShapeParameterType::EQUATION
,
8691 EnhancedCustomShapeParameterType::EQUATION
,
8692 EnhancedCustomShapeParameterType::EQUATION
,
8696 EnhancedCustomShapeParameterType::EQUATION
,
8697 EnhancedCustomShapeParameterType::EQUATION
,
8701 EnhancedCustomShapeParameterType::EQUATION
,
8702 EnhancedCustomShapeParameterType::EQUATION
,
8706 EnhancedCustomShapeParameterType::EQUATION
,
8707 EnhancedCustomShapeParameterType::EQUATION
,
8711 EnhancedCustomShapeParameterType::EQUATION
,
8712 EnhancedCustomShapeParameterType::EQUATION
,
8716 EnhancedCustomShapeParameterType::EQUATION
,
8717 EnhancedCustomShapeParameterType::EQUATION
,
8721 EnhancedCustomShapeParameterType::EQUATION
,
8722 EnhancedCustomShapeParameterType::EQUATION
,
8726 EnhancedCustomShapeParameterType::EQUATION
,
8727 EnhancedCustomShapeParameterType::EQUATION
,
8731 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8734 aPropSequence
[1].Name
= "Segments";
8735 static const sal_uInt16 nValues
[] = {
8753 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8756 aPropSequence
[2].Name
= "TextFrames";
8757 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8759 EnhancedCustomShapeTextFrame aTextFrame
;
8761 static const CustomShapeProvider::ParameterPairData aData
=
8763 EnhancedCustomShapeParameterType::EQUATION
,
8764 EnhancedCustomShapeParameterType::EQUATION
,
8767 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8770 static const CustomShapeProvider::ParameterPairData aData
=
8772 EnhancedCustomShapeParameterType::EQUATION
,
8773 EnhancedCustomShapeParameterType::EQUATION
,
8776 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8778 aTextFrameSeq
[0] = aTextFrame
;
8780 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8782 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8785 awt::Rectangle aRectangle
;
8788 aRectangle
.Width
= 0;
8789 aRectangle
.Height
= 0;
8790 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8792 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-gear6");
8794 return aPropertyMap
;
8798 // This is a generated source file. DO NOT EDIT.
8800 class ShapeChalfFrame
: public CustomShapeProvider
8802 virtual PropertyMap
getProperties()
8804 PropertyMap aPropertyMap
;
8807 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
8809 Any
aAny ((sal_Int32
) 33333);
8810 aAdjSequence
[0].Value
= aAny
;
8811 aAdjSequence
[0].Name
= "adj1";
8814 Any
aAny ((sal_Int32
) 33333);
8815 aAdjSequence
[1].Value
= aAny
;
8816 aAdjSequence
[1].Name
= "adj2";
8818 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
8821 static const char *aStrings
[] = {
8822 "min(logwidth,logheight)",
8823 "100000*logwidth/?0 ",
8824 "if(0-$1 ,0,if(?1 -$1 ,$1 ,?1 ))",
8826 "logheight*?3 /logwidth",
8829 "if(0-$0 ,0,if(?6 -$0 ,$0 ,?6 ))",
8831 "?8 *logwidth/logheight",
8833 "?3 *logheight/logwidth",
8836 "(?12 +logheight)/2",
8837 "(?10 +logwidth)/2",
8844 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8847 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
8849 Sequence
< PropertyValue
> aPropSequence (4);
8851 aPropSequence
[0].Name
= "Position";
8852 static const CustomShapeProvider::ParameterPairData aData
=
8854 EnhancedCustomShapeParameterType::NORMAL
,
8855 EnhancedCustomShapeParameterType::EQUATION
,
8858 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8861 aPropSequence
[1].Name
= "RangeYMaximum";
8862 EnhancedCustomShapeParameter aParameter
;
8863 Any
aAny ((sal_Int32
) 6);
8864 aParameter
.Value
= aAny
;
8865 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
8866 aPropSequence
[1].Value
= makeAny (aParameter
);
8869 aPropSequence
[2].Name
= "RangeYMinimum";
8870 EnhancedCustomShapeParameter aParameter
;
8871 Any
aAny ((sal_Int32
) 0);
8872 aParameter
.Value
= aAny
;
8873 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8874 aPropSequence
[2].Value
= makeAny (aParameter
);
8877 aPropSequence
[3].Name
= "RefY";
8878 Any
aAny ((sal_Int32
) 0);
8879 aPropSequence
[3].Value
= makeAny (aAny
);
8881 aPropSequenceSequence
[0] = aPropSequence
;
8884 Sequence
< PropertyValue
> aPropSequence (4);
8886 aPropSequence
[0].Name
= "Position";
8887 static const CustomShapeProvider::ParameterPairData aData
=
8889 EnhancedCustomShapeParameterType::EQUATION
,
8890 EnhancedCustomShapeParameterType::NORMAL
,
8893 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8896 aPropSequence
[1].Name
= "RangeXMaximum";
8897 EnhancedCustomShapeParameter aParameter
;
8898 Any
aAny ((sal_Int32
) 1);
8899 aParameter
.Value
= aAny
;
8900 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
8901 aPropSequence
[1].Value
= makeAny (aParameter
);
8904 aPropSequence
[2].Name
= "RangeXMinimum";
8905 EnhancedCustomShapeParameter aParameter
;
8906 Any
aAny ((sal_Int32
) 0);
8907 aParameter
.Value
= aAny
;
8908 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8909 aPropSequence
[2].Value
= makeAny (aParameter
);
8912 aPropSequence
[3].Name
= "RefX";
8913 Any
aAny ((sal_Int32
) 1);
8914 aPropSequence
[3].Value
= makeAny (aAny
);
8916 aPropSequenceSequence
[1] = aPropSequence
;
8918 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
8921 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8924 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8927 Sequence
< PropertyValue
> aPropSequence (3);
8929 aPropSequence
[0].Name
= "Coordinates";
8930 static const CustomShapeProvider::ParameterPairData aData
[] = {
8932 EnhancedCustomShapeParameterType::NORMAL
,
8933 EnhancedCustomShapeParameterType::NORMAL
,
8937 EnhancedCustomShapeParameterType::EQUATION
,
8938 EnhancedCustomShapeParameterType::NORMAL
,
8942 EnhancedCustomShapeParameterType::EQUATION
,
8943 EnhancedCustomShapeParameterType::EQUATION
,
8947 EnhancedCustomShapeParameterType::EQUATION
,
8948 EnhancedCustomShapeParameterType::EQUATION
,
8952 EnhancedCustomShapeParameterType::EQUATION
,
8953 EnhancedCustomShapeParameterType::EQUATION
,
8957 EnhancedCustomShapeParameterType::NORMAL
,
8958 EnhancedCustomShapeParameterType::EQUATION
,
8962 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8965 aPropSequence
[1].Name
= "Segments";
8966 static const sal_uInt16 nValues
[] = {
8973 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8976 aPropSequence
[2].Name
= "TextFrames";
8977 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8979 EnhancedCustomShapeTextFrame aTextFrame
;
8981 static const CustomShapeProvider::ParameterPairData aData
=
8983 EnhancedCustomShapeParameterType::NORMAL
,
8984 EnhancedCustomShapeParameterType::NORMAL
,
8987 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8990 static const CustomShapeProvider::ParameterPairData aData
=
8992 EnhancedCustomShapeParameterType::EQUATION
,
8993 EnhancedCustomShapeParameterType::EQUATION
,
8996 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8998 aTextFrameSeq
[0] = aTextFrame
;
9000 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
9002 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
9005 awt::Rectangle aRectangle
;
9008 aRectangle
.Width
= 0;
9009 aRectangle
.Height
= 0;
9010 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
9012 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-halfFrame");
9014 return aPropertyMap
;
9018 // This is a generated source file. DO NOT EDIT.
9020 class ShapeCsnip2SameRect
: public CustomShapeProvider
9022 virtual PropertyMap
getProperties()
9024 PropertyMap aPropertyMap
;
9027 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
9029 Any
aAny ((sal_Int32
) 16667);
9030 aAdjSequence
[0].Value
= aAny
;
9031 aAdjSequence
[0].Name
= "adj1";
9034 Any
aAny ((sal_Int32
) 0);
9035 aAdjSequence
[1].Value
= aAny
;
9036 aAdjSequence
[1].Name
= "adj2";
9038 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
9041 static const char *aStrings
[] = {
9042 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
9043 "if(0-$1 ,0,if(50000-$1 ,$1 ,50000))",
9044 "min(logwidth,logheight)",
9055 "(?7 +logheight)/2",
9061 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
9064 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
9066 Sequence
< PropertyValue
> aPropSequence (4);
9068 aPropSequence
[0].Name
= "Position";
9069 static const CustomShapeProvider::ParameterPairData aData
=
9071 EnhancedCustomShapeParameterType::EQUATION
,
9072 EnhancedCustomShapeParameterType::NORMAL
,
9075 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9078 aPropSequence
[1].Name
= "RangeXMaximum";
9079 EnhancedCustomShapeParameter aParameter
;
9080 Any
aAny ((sal_Int32
) 50000);
9081 aParameter
.Value
= aAny
;
9082 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9083 aPropSequence
[1].Value
= makeAny (aParameter
);
9086 aPropSequence
[2].Name
= "RangeXMinimum";
9087 EnhancedCustomShapeParameter aParameter
;
9088 Any
aAny ((sal_Int32
) 0);
9089 aParameter
.Value
= aAny
;
9090 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9091 aPropSequence
[2].Value
= makeAny (aParameter
);
9094 aPropSequence
[3].Name
= "RefX";
9095 Any
aAny ((sal_Int32
) 0);
9096 aPropSequence
[3].Value
= makeAny (aAny
);
9098 aPropSequenceSequence
[0] = aPropSequence
;
9101 Sequence
< PropertyValue
> aPropSequence (4);
9103 aPropSequence
[0].Name
= "Position";
9104 static const CustomShapeProvider::ParameterPairData aData
=
9106 EnhancedCustomShapeParameterType::EQUATION
,
9107 EnhancedCustomShapeParameterType::EQUATION
,
9110 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9113 aPropSequence
[1].Name
= "RangeXMaximum";
9114 EnhancedCustomShapeParameter aParameter
;
9115 Any
aAny ((sal_Int32
) 50000);
9116 aParameter
.Value
= aAny
;
9117 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9118 aPropSequence
[1].Value
= makeAny (aParameter
);
9121 aPropSequence
[2].Name
= "RangeXMinimum";
9122 EnhancedCustomShapeParameter aParameter
;
9123 Any
aAny ((sal_Int32
) 0);
9124 aParameter
.Value
= aAny
;
9125 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9126 aPropSequence
[2].Value
= makeAny (aParameter
);
9129 aPropSequence
[3].Name
= "RefX";
9130 Any
aAny ((sal_Int32
) 1);
9131 aPropSequence
[3].Value
= makeAny (aAny
);
9133 aPropSequenceSequence
[1] = aPropSequence
;
9135 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
9138 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
9141 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
9144 Sequence
< PropertyValue
> aPropSequence (3);
9146 aPropSequence
[0].Name
= "Coordinates";
9147 static const CustomShapeProvider::ParameterPairData aData
[] = {
9149 EnhancedCustomShapeParameterType::EQUATION
,
9150 EnhancedCustomShapeParameterType::NORMAL
,
9154 EnhancedCustomShapeParameterType::EQUATION
,
9155 EnhancedCustomShapeParameterType::NORMAL
,
9159 EnhancedCustomShapeParameterType::EQUATION
,
9160 EnhancedCustomShapeParameterType::EQUATION
,
9164 EnhancedCustomShapeParameterType::EQUATION
,
9165 EnhancedCustomShapeParameterType::EQUATION
,
9169 EnhancedCustomShapeParameterType::EQUATION
,
9170 EnhancedCustomShapeParameterType::EQUATION
,
9174 EnhancedCustomShapeParameterType::EQUATION
,
9175 EnhancedCustomShapeParameterType::EQUATION
,
9179 EnhancedCustomShapeParameterType::NORMAL
,
9180 EnhancedCustomShapeParameterType::EQUATION
,
9184 EnhancedCustomShapeParameterType::NORMAL
,
9185 EnhancedCustomShapeParameterType::EQUATION
,
9189 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
9192 aPropSequence
[1].Name
= "Segments";
9193 static const sal_uInt16 nValues
[] = {
9200 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
9203 aPropSequence
[2].Name
= "TextFrames";
9204 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
9206 EnhancedCustomShapeTextFrame aTextFrame
;
9208 static const CustomShapeProvider::ParameterPairData aData
=
9210 EnhancedCustomShapeParameterType::EQUATION
,
9211 EnhancedCustomShapeParameterType::EQUATION
,
9214 aTextFrame
.TopLeft
= createParameterPair(&aData
);
9217 static const CustomShapeProvider::ParameterPairData aData
=
9219 EnhancedCustomShapeParameterType::EQUATION
,
9220 EnhancedCustomShapeParameterType::EQUATION
,
9223 aTextFrame
.BottomRight
= createParameterPair(&aData
);
9225 aTextFrameSeq
[0] = aTextFrame
;
9227 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
9229 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
9232 awt::Rectangle aRectangle
;
9235 aRectangle
.Width
= 0;
9236 aRectangle
.Height
= 0;
9237 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
9239 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-snip2SameRect");
9241 return aPropertyMap
;
9245 // This is a generated source file. DO NOT EDIT.
9247 } // anonymous namespace
9248 void CustomShapeProperties::initializePresetsMap3()
9250 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "star6" ) ] = new ShapeCstar6();
9251 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "round2SameRect" ) ] = new ShapeCround2SameRect();
9252 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "nonIsoscelesTrapezoid" ) ] = new ShapeCnonIsoscelesTrapezoid();
9253 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "diamond" ) ] = new ShapeCdiamond();
9254 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "callout2" ) ] = new ShapeCcallout2();
9255 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "ellipseRibbon" ) ] = new ShapeCellipseRibbon();
9256 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "pie" ) ] = new ShapeCpie();
9257 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "star4" ) ] = new ShapeCstar4();
9258 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartPredefinedProcess" ) ] = new ShapeCflowChartPredefinedProcess();
9259 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartPunchedTape" ) ] = new ShapeCflowChartPunchedTape();
9260 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "curvedConnector2" ) ] = new ShapeCcurvedConnector2();
9261 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "bentConnector3" ) ] = new ShapeCbentConnector3();
9262 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "cornerTabs" ) ] = new ShapeCcornerTabs();
9263 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "hexagon" ) ] = new ShapeChexagon();
9264 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartConnector" ) ] = new ShapeCflowChartConnector();
9265 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartMagneticDisk" ) ] = new ShapeCflowChartMagneticDisk();
9266 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "heart" ) ] = new ShapeCheart();
9267 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "ribbon2" ) ] = new ShapeCribbon2();
9268 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "bracePair" ) ] = new ShapeCbracePair();
9269 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartExtract" ) ] = new ShapeCflowChartExtract();
9270 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "actionButtonHome" ) ] = new ShapeCactionButtonHome();
9271 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "accentBorderCallout3" ) ] = new ShapeCaccentBorderCallout3();
9272 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartOfflineStorage" ) ] = new ShapeCflowChartOfflineStorage();
9273 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "irregularSeal1" ) ] = new ShapeCirregularSeal1();
9274 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "quadArrow" ) ] = new ShapeCquadArrow();
9275 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "leftBrace" ) ] = new ShapeCleftBrace();
9276 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "leftBracket" ) ] = new ShapeCleftBracket();
9277 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "blockArc" ) ] = new ShapeCblockArc();
9278 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "curvedConnector3" ) ] = new ShapeCcurvedConnector3();
9279 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "wedgeRoundRectCallout" ) ] = new ShapeCwedgeRoundRectCallout();
9280 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "actionButtonMovie" ) ] = new ShapeCactionButtonMovie();
9281 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartOnlineStorage" ) ] = new ShapeCflowChartOnlineStorage();
9282 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "gear6" ) ] = new ShapeCgear6();
9283 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "halfFrame" ) ] = new ShapeChalfFrame();
9284 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "snip2SameRect" ) ] = new ShapeCsnip2SameRect();
9287 } } // oox // drawingml