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 ShapeCplus
: public CustomShapeProvider
28 virtual PropertyMap
getProperties()
30 PropertyMap aPropertyMap
;
33 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
35 Any
aAny ((sal_Int32
) 25000);
36 aAdjSequence
[0].Value
= aAny
;
37 aAdjSequence
[0].Name
= "adj";
39 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
42 static const char *aStrings
[] = {
43 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
44 "min(logwidth,logheight)",
48 "logwidth+0-logheight",
50 "if(?5 ,logwidth,?3 )",
52 "if(?5 ,?4 ,logheight)",
58 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
61 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
63 Sequence
< PropertyValue
> aPropSequence (4);
65 aPropSequence
[0].Name
= "Position";
66 static const CustomShapeProvider::ParameterPairData aData
=
68 EnhancedCustomShapeParameterType::EQUATION
,
69 EnhancedCustomShapeParameterType::NORMAL
,
72 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
75 aPropSequence
[1].Name
= "RangeXMaximum";
76 EnhancedCustomShapeParameter aParameter
;
77 Any
aAny ((sal_Int32
) 50000);
78 aParameter
.Value
= aAny
;
79 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
80 aPropSequence
[1].Value
= makeAny (aParameter
);
83 aPropSequence
[2].Name
= "RangeXMinimum";
84 EnhancedCustomShapeParameter aParameter
;
85 Any
aAny ((sal_Int32
) 0);
86 aParameter
.Value
= aAny
;
87 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
88 aPropSequence
[2].Value
= makeAny (aParameter
);
91 aPropSequence
[3].Name
= "RefX";
92 Any
aAny ((sal_Int32
) 0);
93 aPropSequence
[3].Value
= makeAny (aAny
);
95 aPropSequenceSequence
[0] = aPropSequence
;
97 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
100 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
103 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
106 Sequence
< PropertyValue
> aPropSequence (3);
108 aPropSequence
[0].Name
= "Coordinates";
109 static const CustomShapeProvider::ParameterPairData aData
[] = {
111 EnhancedCustomShapeParameterType::NORMAL
,
112 EnhancedCustomShapeParameterType::EQUATION
,
116 EnhancedCustomShapeParameterType::EQUATION
,
117 EnhancedCustomShapeParameterType::EQUATION
,
121 EnhancedCustomShapeParameterType::EQUATION
,
122 EnhancedCustomShapeParameterType::NORMAL
,
126 EnhancedCustomShapeParameterType::EQUATION
,
127 EnhancedCustomShapeParameterType::NORMAL
,
131 EnhancedCustomShapeParameterType::EQUATION
,
132 EnhancedCustomShapeParameterType::EQUATION
,
136 EnhancedCustomShapeParameterType::EQUATION
,
137 EnhancedCustomShapeParameterType::EQUATION
,
141 EnhancedCustomShapeParameterType::EQUATION
,
142 EnhancedCustomShapeParameterType::EQUATION
,
146 EnhancedCustomShapeParameterType::EQUATION
,
147 EnhancedCustomShapeParameterType::EQUATION
,
151 EnhancedCustomShapeParameterType::EQUATION
,
152 EnhancedCustomShapeParameterType::EQUATION
,
156 EnhancedCustomShapeParameterType::EQUATION
,
157 EnhancedCustomShapeParameterType::EQUATION
,
161 EnhancedCustomShapeParameterType::EQUATION
,
162 EnhancedCustomShapeParameterType::EQUATION
,
166 EnhancedCustomShapeParameterType::NORMAL
,
167 EnhancedCustomShapeParameterType::EQUATION
,
171 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
174 aPropSequence
[1].Name
= "Segments";
175 static const sal_uInt16 nValues
[] = {
182 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
185 aPropSequence
[2].Name
= "TextFrames";
186 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
188 EnhancedCustomShapeTextFrame aTextFrame
;
190 static const CustomShapeProvider::ParameterPairData aData
=
192 EnhancedCustomShapeParameterType::EQUATION
,
193 EnhancedCustomShapeParameterType::EQUATION
,
196 aTextFrame
.TopLeft
= createParameterPair(&aData
);
199 static const CustomShapeProvider::ParameterPairData aData
=
201 EnhancedCustomShapeParameterType::EQUATION
,
202 EnhancedCustomShapeParameterType::EQUATION
,
205 aTextFrame
.BottomRight
= createParameterPair(&aData
);
207 aTextFrameSeq
[0] = aTextFrame
;
209 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
211 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
214 awt::Rectangle aRectangle
;
217 aRectangle
.Width
= 0;
218 aRectangle
.Height
= 0;
219 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
221 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-plus");
227 // This is a generated source file. DO NOT EDIT.
229 class ShapeCaccentCallout3
: public CustomShapeProvider
231 virtual PropertyMap
getProperties()
233 PropertyMap aPropertyMap
;
236 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (8);
238 Any
aAny ((sal_Int32
) 18750);
239 aAdjSequence
[0].Value
= aAny
;
240 aAdjSequence
[0].Name
= "adj1";
243 Any
aAny ((sal_Int32
) -8333);
244 aAdjSequence
[1].Value
= aAny
;
245 aAdjSequence
[1].Name
= "adj2";
248 Any
aAny ((sal_Int32
) 18750);
249 aAdjSequence
[2].Value
= aAny
;
250 aAdjSequence
[2].Name
= "adj3";
253 Any
aAny ((sal_Int32
) -16667);
254 aAdjSequence
[3].Value
= aAny
;
255 aAdjSequence
[3].Name
= "adj4";
258 Any
aAny ((sal_Int32
) 100000);
259 aAdjSequence
[4].Value
= aAny
;
260 aAdjSequence
[4].Name
= "adj5";
263 Any
aAny ((sal_Int32
) -16667);
264 aAdjSequence
[5].Value
= aAny
;
265 aAdjSequence
[5].Name
= "adj6";
268 Any
aAny ((sal_Int32
) 112963);
269 aAdjSequence
[6].Value
= aAny
;
270 aAdjSequence
[6].Name
= "adj7";
273 Any
aAny ((sal_Int32
) -8333);
274 aAdjSequence
[7].Value
= aAny
;
275 aAdjSequence
[7].Name
= "adj8";
277 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
280 static const char *aStrings
[] = {
281 "logheight*$0 /100000",
282 "logwidth*$1 /100000",
283 "logheight*$2 /100000",
284 "logwidth*$3 /100000",
285 "logheight*$4 /100000",
286 "logwidth*$5 /100000",
287 "logheight*$6 /100000",
288 "logwidth*$7 /100000",
294 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
297 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (4);
299 Sequence
< PropertyValue
> aPropSequence (7);
301 aPropSequence
[0].Name
= "Position";
302 static const CustomShapeProvider::ParameterPairData aData
=
304 EnhancedCustomShapeParameterType::EQUATION
,
305 EnhancedCustomShapeParameterType::EQUATION
,
308 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
311 aPropSequence
[1].Name
= "RangeXMaximum";
312 EnhancedCustomShapeParameter aParameter
;
313 Any
aAny ((sal_Int32
) 2147483647);
314 aParameter
.Value
= aAny
;
315 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
316 aPropSequence
[1].Value
= makeAny (aParameter
);
319 aPropSequence
[2].Name
= "RangeXMinimum";
320 EnhancedCustomShapeParameter aParameter
;
321 Any
aAny ((sal_Int32
) -2147483647);
322 aParameter
.Value
= aAny
;
323 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
324 aPropSequence
[2].Value
= makeAny (aParameter
);
327 aPropSequence
[3].Name
= "RangeYMaximum";
328 EnhancedCustomShapeParameter aParameter
;
329 Any
aAny ((sal_Int32
) 2147483647);
330 aParameter
.Value
= aAny
;
331 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
332 aPropSequence
[3].Value
= makeAny (aParameter
);
335 aPropSequence
[4].Name
= "RangeYMinimum";
336 EnhancedCustomShapeParameter aParameter
;
337 Any
aAny ((sal_Int32
) -2147483647);
338 aParameter
.Value
= aAny
;
339 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
340 aPropSequence
[4].Value
= makeAny (aParameter
);
343 aPropSequence
[5].Name
= "RefX";
344 Any
aAny ((sal_Int32
) 1);
345 aPropSequence
[5].Value
= makeAny (aAny
);
348 aPropSequence
[6].Name
= "RefY";
349 Any
aAny ((sal_Int32
) 0);
350 aPropSequence
[6].Value
= makeAny (aAny
);
352 aPropSequenceSequence
[0] = aPropSequence
;
355 Sequence
< PropertyValue
> aPropSequence (7);
357 aPropSequence
[0].Name
= "Position";
358 static const CustomShapeProvider::ParameterPairData aData
=
360 EnhancedCustomShapeParameterType::EQUATION
,
361 EnhancedCustomShapeParameterType::EQUATION
,
364 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
367 aPropSequence
[1].Name
= "RangeXMaximum";
368 EnhancedCustomShapeParameter aParameter
;
369 Any
aAny ((sal_Int32
) 2147483647);
370 aParameter
.Value
= aAny
;
371 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
372 aPropSequence
[1].Value
= makeAny (aParameter
);
375 aPropSequence
[2].Name
= "RangeXMinimum";
376 EnhancedCustomShapeParameter aParameter
;
377 Any
aAny ((sal_Int32
) -2147483647);
378 aParameter
.Value
= aAny
;
379 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
380 aPropSequence
[2].Value
= makeAny (aParameter
);
383 aPropSequence
[3].Name
= "RangeYMaximum";
384 EnhancedCustomShapeParameter aParameter
;
385 Any
aAny ((sal_Int32
) 2147483647);
386 aParameter
.Value
= aAny
;
387 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
388 aPropSequence
[3].Value
= makeAny (aParameter
);
391 aPropSequence
[4].Name
= "RangeYMinimum";
392 EnhancedCustomShapeParameter aParameter
;
393 Any
aAny ((sal_Int32
) -2147483647);
394 aParameter
.Value
= aAny
;
395 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
396 aPropSequence
[4].Value
= makeAny (aParameter
);
399 aPropSequence
[5].Name
= "RefX";
400 Any
aAny ((sal_Int32
) 3);
401 aPropSequence
[5].Value
= makeAny (aAny
);
404 aPropSequence
[6].Name
= "RefY";
405 Any
aAny ((sal_Int32
) 2);
406 aPropSequence
[6].Value
= makeAny (aAny
);
408 aPropSequenceSequence
[1] = aPropSequence
;
411 Sequence
< PropertyValue
> aPropSequence (7);
413 aPropSequence
[0].Name
= "Position";
414 static const CustomShapeProvider::ParameterPairData aData
=
416 EnhancedCustomShapeParameterType::EQUATION
,
417 EnhancedCustomShapeParameterType::EQUATION
,
420 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
423 aPropSequence
[1].Name
= "RangeXMaximum";
424 EnhancedCustomShapeParameter aParameter
;
425 Any
aAny ((sal_Int32
) 2147483647);
426 aParameter
.Value
= aAny
;
427 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
428 aPropSequence
[1].Value
= makeAny (aParameter
);
431 aPropSequence
[2].Name
= "RangeXMinimum";
432 EnhancedCustomShapeParameter aParameter
;
433 Any
aAny ((sal_Int32
) -2147483647);
434 aParameter
.Value
= aAny
;
435 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
436 aPropSequence
[2].Value
= makeAny (aParameter
);
439 aPropSequence
[3].Name
= "RangeYMaximum";
440 EnhancedCustomShapeParameter aParameter
;
441 Any
aAny ((sal_Int32
) 2147483647);
442 aParameter
.Value
= aAny
;
443 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
444 aPropSequence
[3].Value
= makeAny (aParameter
);
447 aPropSequence
[4].Name
= "RangeYMinimum";
448 EnhancedCustomShapeParameter aParameter
;
449 Any
aAny ((sal_Int32
) -2147483647);
450 aParameter
.Value
= aAny
;
451 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
452 aPropSequence
[4].Value
= makeAny (aParameter
);
455 aPropSequence
[5].Name
= "RefX";
456 Any
aAny ((sal_Int32
) 5);
457 aPropSequence
[5].Value
= makeAny (aAny
);
460 aPropSequence
[6].Name
= "RefY";
461 Any
aAny ((sal_Int32
) 4);
462 aPropSequence
[6].Value
= makeAny (aAny
);
464 aPropSequenceSequence
[2] = aPropSequence
;
467 Sequence
< PropertyValue
> aPropSequence (7);
469 aPropSequence
[0].Name
= "Position";
470 static const CustomShapeProvider::ParameterPairData aData
=
472 EnhancedCustomShapeParameterType::EQUATION
,
473 EnhancedCustomShapeParameterType::EQUATION
,
476 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
479 aPropSequence
[1].Name
= "RangeXMaximum";
480 EnhancedCustomShapeParameter aParameter
;
481 Any
aAny ((sal_Int32
) 2147483647);
482 aParameter
.Value
= aAny
;
483 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
484 aPropSequence
[1].Value
= makeAny (aParameter
);
487 aPropSequence
[2].Name
= "RangeXMinimum";
488 EnhancedCustomShapeParameter aParameter
;
489 Any
aAny ((sal_Int32
) -2147483647);
490 aParameter
.Value
= aAny
;
491 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
492 aPropSequence
[2].Value
= makeAny (aParameter
);
495 aPropSequence
[3].Name
= "RangeYMaximum";
496 EnhancedCustomShapeParameter aParameter
;
497 Any
aAny ((sal_Int32
) 2147483647);
498 aParameter
.Value
= aAny
;
499 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
500 aPropSequence
[3].Value
= makeAny (aParameter
);
503 aPropSequence
[4].Name
= "RangeYMinimum";
504 EnhancedCustomShapeParameter aParameter
;
505 Any
aAny ((sal_Int32
) -2147483647);
506 aParameter
.Value
= aAny
;
507 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
508 aPropSequence
[4].Value
= makeAny (aParameter
);
511 aPropSequence
[5].Name
= "RefX";
512 Any
aAny ((sal_Int32
) 7);
513 aPropSequence
[5].Value
= makeAny (aAny
);
516 aPropSequence
[6].Name
= "RefY";
517 Any
aAny ((sal_Int32
) 6);
518 aPropSequence
[6].Value
= makeAny (aAny
);
520 aPropSequenceSequence
[3] = aPropSequence
;
522 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
525 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
528 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
531 Sequence
< PropertyValue
> aPropSequence (3);
533 aPropSequence
[0].Name
= "Coordinates";
534 static const CustomShapeProvider::ParameterPairData aData
[] = {
536 EnhancedCustomShapeParameterType::NORMAL
,
537 EnhancedCustomShapeParameterType::NORMAL
,
541 EnhancedCustomShapeParameterType::EQUATION
,
542 EnhancedCustomShapeParameterType::NORMAL
,
546 EnhancedCustomShapeParameterType::EQUATION
,
547 EnhancedCustomShapeParameterType::EQUATION
,
551 EnhancedCustomShapeParameterType::NORMAL
,
552 EnhancedCustomShapeParameterType::EQUATION
,
556 EnhancedCustomShapeParameterType::EQUATION
,
557 EnhancedCustomShapeParameterType::NORMAL
,
561 EnhancedCustomShapeParameterType::EQUATION
,
562 EnhancedCustomShapeParameterType::EQUATION
,
566 EnhancedCustomShapeParameterType::EQUATION
,
567 EnhancedCustomShapeParameterType::EQUATION
,
571 EnhancedCustomShapeParameterType::EQUATION
,
572 EnhancedCustomShapeParameterType::EQUATION
,
576 EnhancedCustomShapeParameterType::EQUATION
,
577 EnhancedCustomShapeParameterType::EQUATION
,
581 EnhancedCustomShapeParameterType::EQUATION
,
582 EnhancedCustomShapeParameterType::EQUATION
,
586 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
589 aPropSequence
[1].Name
= "Segments";
590 static const sal_uInt16 nValues
[] = {
606 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
609 aPropSequence
[2].Name
= "TextFrames";
610 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
612 EnhancedCustomShapeTextFrame aTextFrame
;
614 static const CustomShapeProvider::ParameterPairData aData
=
616 EnhancedCustomShapeParameterType::NORMAL
,
617 EnhancedCustomShapeParameterType::NORMAL
,
620 aTextFrame
.TopLeft
= createParameterPair(&aData
);
623 static const CustomShapeProvider::ParameterPairData aData
=
625 EnhancedCustomShapeParameterType::EQUATION
,
626 EnhancedCustomShapeParameterType::EQUATION
,
629 aTextFrame
.BottomRight
= createParameterPair(&aData
);
631 aTextFrameSeq
[0] = aTextFrame
;
633 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
635 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
638 awt::Rectangle aRectangle
;
641 aRectangle
.Width
= 0;
642 aRectangle
.Height
= 0;
643 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
645 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-accentCallout3");
651 // This is a generated source file. DO NOT EDIT.
653 class ShapeCleftCircularArrow
: public CustomShapeProvider
655 virtual PropertyMap
getProperties()
657 PropertyMap aPropertyMap
;
660 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (5);
662 Any
aAny ((sal_Int32
) 12500);
663 aAdjSequence
[0].Value
= aAny
;
664 aAdjSequence
[0].Name
= "adj1";
667 Any
aAny ((sal_Int32
) -1142319);
668 aAdjSequence
[1].Value
= aAny
;
669 aAdjSequence
[1].Name
= "adj2";
672 Any
aAny ((sal_Int32
) 1142319);
673 aAdjSequence
[2].Value
= aAny
;
674 aAdjSequence
[2].Name
= "adj3";
677 Any
aAny ((sal_Int32
) 10800000);
678 aAdjSequence
[3].Value
= aAny
;
679 aAdjSequence
[3].Name
= "adj4";
682 Any
aAny ((sal_Int32
) 12500);
683 aAdjSequence
[4].Value
= aAny
;
684 aAdjSequence
[4].Name
= "adj5";
686 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
689 static const char *aStrings
[] = {
690 "if(0-$4 ,0,if(25000-$4 ,$4 ,25000))",
692 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
693 "if(1-$2 ,1,if(21599999-$2 ,$2 ,21599999))",
694 "if(0-$3 ,0,if(21599999-$3 ,$3 ,21599999))",
695 "min(logwidth,logheight)",
707 "?15 *sin(pi*(?3 )/10800000)",
708 "?16 *cos(pi*(?3 )/10800000)",
709 "?15 *(cos(atan2(?17 ,?18 )))",
710 "?16 *(sin(atan2(?17 ,?18 )))",
728 "(10800000*atan2(?37 ,1))/pi",
730 "if(?38 ,?38 ,?39 )",
733 "if(?41 ,?41 ,?42 )",
736 "if(?44 ,?45 ,?43 )",
741 "if(?48 -?50 ,?48 ,if(0-?50 ,?50 ,0))",
743 "?15 *sin(pi*(?52 )/10800000)",
744 "?16 *cos(pi*(?52 )/10800000)",
745 "?15 *(cos(atan2(?53 ,?54 )))",
746 "?16 *(sin(atan2(?53 ,?54 )))",
749 "?10 *sin(pi*(?4 )/10800000)",
750 "?12 *cos(pi*(?4 )/10800000)",
751 "?10 *(cos(atan2(?59 ,?60 )))",
752 "?12 *(sin(atan2(?59 ,?60 )))",
755 "?13 *sin(pi*(?4 )/10800000)",
756 "?14 *cos(pi*(?4 )/10800000)",
757 "?13 *(cos(atan2(?65 ,?66 )))",
758 "?14 *(sin(atan2(?65 ,?66 )))",
761 "?7 *cos(pi*(?52 )/10800000)",
762 "?7 *sin(pi*(?52 )/10800000)",
765 "?7 *cos(pi*(?52 )/10800000)",
766 "?7 *sin(pi*(?52 )/10800000)",
780 "sqrt(?88 *?88 +?89 *?89 +0*0)",
796 "(?105 +?104 )/?95 ",
802 "(?111 +?110 )/?95 ",
809 "sqrt(?115 *?115 +?117 *?117 +0*0)",
810 "sqrt(?116 *?116 +?118 *?118 +0*0)",
812 "if(?121 ,?106 ,?108 )",
813 "if(?121 ,?112 ,?114 )",
824 "sqrt(?132 *?132 +?133 *?133 +0*0)",
838 "(?147 +?146 )/?139 ",
844 "(?153 +?152 )/?139 ",
851 "sqrt(?157 *?157 +?159 *?159 +0*0)",
852 "sqrt(?158 *?158 +?160 *?160 +0*0)",
854 "if(?163 ,?148 ,?150 )",
855 "if(?163 ,?154 ,?156 )",
860 "(10800000*atan2(?167 ,?166 ))/pi",
862 "if(?170 ,?170 ,?171 )",
865 "if(?173 ,?173 ,?174 )",
870 "sqrt(?178 *?178 +?179 *?179 +0*0)",
873 "if(?182 ,?126 ,?73 )",
874 "if(?182 ,?127 ,?74 )",
875 "if(?182 ,?168 ,?77 )",
876 "if(?182 ,?169 ,?78 )",
877 "(10800000*atan2(?125 ,?124 ))/pi",
879 "if(?187 ,?187 ,?188 )",
882 "if(?190 ,?191 ,?190 )",
885 "?15 *sin(pi*(?4 )/10800000)",
886 "?16 *cos(pi*(?4 )/10800000)",
887 "?15 *(cos(atan2(?195 ,?196 )))",
888 "?16 *(sin(atan2(?195 ,?196 )))",
894 "?10 *cos(pi*(2700000)/10800000)",
895 "?12 *sin(pi*(2700000)/10800000)",
905 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
908 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (4);
910 Sequence
< PropertyValue
> aPropSequence (1);
912 aPropSequence
[0].Name
= "Position";
913 static const CustomShapeProvider::ParameterPairData aData
=
915 EnhancedCustomShapeParameterType::EQUATION
,
916 EnhancedCustomShapeParameterType::EQUATION
,
919 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
921 aPropSequenceSequence
[0] = aPropSequence
;
924 Sequence
< PropertyValue
> aPropSequence (1);
926 aPropSequence
[0].Name
= "Position";
927 static const CustomShapeProvider::ParameterPairData aData
=
929 EnhancedCustomShapeParameterType::EQUATION
,
930 EnhancedCustomShapeParameterType::EQUATION
,
933 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
935 aPropSequenceSequence
[1] = aPropSequence
;
938 Sequence
< PropertyValue
> aPropSequence (3);
940 aPropSequence
[0].Name
= "Position";
941 static const CustomShapeProvider::ParameterPairData aData
=
943 EnhancedCustomShapeParameterType::EQUATION
,
944 EnhancedCustomShapeParameterType::EQUATION
,
947 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
950 aPropSequence
[1].Name
= "RadiusRangeMaximum";
951 EnhancedCustomShapeParameter aParameter
;
952 Any
aAny ((sal_Int32
) 1);
953 aParameter
.Value
= aAny
;
954 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
955 aPropSequence
[1].Value
= makeAny (aParameter
);
958 aPropSequence
[2].Name
= "RadiusRangeMinimum";
959 EnhancedCustomShapeParameter aParameter
;
960 Any
aAny ((sal_Int32
) 0);
961 aParameter
.Value
= aAny
;
962 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
963 aPropSequence
[2].Value
= makeAny (aParameter
);
965 aPropSequenceSequence
[2] = aPropSequence
;
968 Sequence
< PropertyValue
> aPropSequence (3);
970 aPropSequence
[0].Name
= "Position";
971 static const CustomShapeProvider::ParameterPairData aData
=
973 EnhancedCustomShapeParameterType::EQUATION
,
974 EnhancedCustomShapeParameterType::EQUATION
,
977 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
980 aPropSequence
[1].Name
= "RadiusRangeMaximum";
981 EnhancedCustomShapeParameter aParameter
;
982 Any
aAny ((sal_Int32
) 25000);
983 aParameter
.Value
= aAny
;
984 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
985 aPropSequence
[1].Value
= makeAny (aParameter
);
988 aPropSequence
[2].Name
= "RadiusRangeMinimum";
989 EnhancedCustomShapeParameter aParameter
;
990 Any
aAny ((sal_Int32
) 0);
991 aParameter
.Value
= aAny
;
992 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
993 aPropSequence
[2].Value
= makeAny (aParameter
);
995 aPropSequenceSequence
[3] = aPropSequence
;
997 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1000 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1003 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1006 Sequence
< PropertyValue
> aPropSequence (3);
1008 aPropSequence
[0].Name
= "Coordinates";
1009 static const CustomShapeProvider::ParameterPairData aData
[] = {
1011 EnhancedCustomShapeParameterType::EQUATION
,
1012 EnhancedCustomShapeParameterType::EQUATION
,
1016 EnhancedCustomShapeParameterType::EQUATION
,
1017 EnhancedCustomShapeParameterType::EQUATION
,
1021 EnhancedCustomShapeParameterType::EQUATION
,
1022 EnhancedCustomShapeParameterType::EQUATION
,
1026 EnhancedCustomShapeParameterType::EQUATION
,
1027 EnhancedCustomShapeParameterType::EQUATION
,
1031 EnhancedCustomShapeParameterType::EQUATION
,
1032 EnhancedCustomShapeParameterType::EQUATION
,
1036 EnhancedCustomShapeParameterType::EQUATION
,
1037 EnhancedCustomShapeParameterType::EQUATION
,
1041 EnhancedCustomShapeParameterType::EQUATION
,
1042 EnhancedCustomShapeParameterType::EQUATION
,
1046 EnhancedCustomShapeParameterType::EQUATION
,
1047 EnhancedCustomShapeParameterType::EQUATION
,
1051 EnhancedCustomShapeParameterType::EQUATION
,
1052 EnhancedCustomShapeParameterType::EQUATION
,
1056 EnhancedCustomShapeParameterType::EQUATION
,
1057 EnhancedCustomShapeParameterType::EQUATION
,
1061 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1064 aPropSequence
[1].Name
= "Segments";
1065 static const sal_uInt16 nValues
[] = {
1075 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1078 aPropSequence
[2].Name
= "TextFrames";
1079 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1081 EnhancedCustomShapeTextFrame aTextFrame
;
1083 static const CustomShapeProvider::ParameterPairData aData
=
1085 EnhancedCustomShapeParameterType::EQUATION
,
1086 EnhancedCustomShapeParameterType::EQUATION
,
1089 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1092 static const CustomShapeProvider::ParameterPairData aData
=
1094 EnhancedCustomShapeParameterType::EQUATION
,
1095 EnhancedCustomShapeParameterType::EQUATION
,
1098 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1100 aTextFrameSeq
[0] = aTextFrame
;
1102 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1104 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1107 awt::Rectangle aRectangle
;
1110 aRectangle
.Width
= 0;
1111 aRectangle
.Height
= 0;
1112 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1114 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-leftCircularArrow");
1116 return aPropertyMap
;
1120 // This is a generated source file. DO NOT EDIT.
1122 class ShapeCrightArrow
: public CustomShapeProvider
1124 virtual PropertyMap
getProperties()
1126 PropertyMap aPropertyMap
;
1129 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
1131 Any
aAny ((sal_Int32
) 50000);
1132 aAdjSequence
[0].Value
= aAny
;
1133 aAdjSequence
[0].Name
= "adj1";
1136 Any
aAny ((sal_Int32
) 50000);
1137 aAdjSequence
[1].Value
= aAny
;
1138 aAdjSequence
[1].Name
= "adj2";
1140 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1143 static const char *aStrings
[] = {
1144 "min(logwidth,logheight)",
1145 "100000*logwidth/?0 ",
1146 "if(0-$0 ,0,if(100000-$0 ,$0 ,100000))",
1147 "if(0-$1 ,0,if(?1 -$1 ,$1 ,?1 ))",
1150 "logheight*?2 /200000",
1160 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1163 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
1165 Sequence
< PropertyValue
> aPropSequence (4);
1167 aPropSequence
[0].Name
= "Position";
1168 static const CustomShapeProvider::ParameterPairData aData
=
1170 EnhancedCustomShapeParameterType::NORMAL
,
1171 EnhancedCustomShapeParameterType::EQUATION
,
1174 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1177 aPropSequence
[1].Name
= "RangeYMaximum";
1178 EnhancedCustomShapeParameter aParameter
;
1179 Any
aAny ((sal_Int32
) 100000);
1180 aParameter
.Value
= aAny
;
1181 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1182 aPropSequence
[1].Value
= makeAny (aParameter
);
1185 aPropSequence
[2].Name
= "RangeYMinimum";
1186 EnhancedCustomShapeParameter aParameter
;
1187 Any
aAny ((sal_Int32
) 0);
1188 aParameter
.Value
= aAny
;
1189 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1190 aPropSequence
[2].Value
= makeAny (aParameter
);
1193 aPropSequence
[3].Name
= "RefY";
1194 Any
aAny ((sal_Int32
) 0);
1195 aPropSequence
[3].Value
= makeAny (aAny
);
1197 aPropSequenceSequence
[0] = aPropSequence
;
1200 Sequence
< PropertyValue
> aPropSequence (4);
1202 aPropSequence
[0].Name
= "Position";
1203 static const CustomShapeProvider::ParameterPairData aData
=
1205 EnhancedCustomShapeParameterType::EQUATION
,
1206 EnhancedCustomShapeParameterType::NORMAL
,
1209 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1212 aPropSequence
[1].Name
= "RangeXMaximum";
1213 EnhancedCustomShapeParameter aParameter
;
1214 Any
aAny ((sal_Int32
) 1);
1215 aParameter
.Value
= aAny
;
1216 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
1217 aPropSequence
[1].Value
= makeAny (aParameter
);
1220 aPropSequence
[2].Name
= "RangeXMinimum";
1221 EnhancedCustomShapeParameter aParameter
;
1222 Any
aAny ((sal_Int32
) 0);
1223 aParameter
.Value
= aAny
;
1224 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1225 aPropSequence
[2].Value
= makeAny (aParameter
);
1228 aPropSequence
[3].Name
= "RefX";
1229 Any
aAny ((sal_Int32
) 1);
1230 aPropSequence
[3].Value
= makeAny (aAny
);
1232 aPropSequenceSequence
[1] = aPropSequence
;
1234 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1237 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1240 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1243 Sequence
< PropertyValue
> aPropSequence (3);
1245 aPropSequence
[0].Name
= "Coordinates";
1246 static const CustomShapeProvider::ParameterPairData aData
[] = {
1248 EnhancedCustomShapeParameterType::NORMAL
,
1249 EnhancedCustomShapeParameterType::EQUATION
,
1253 EnhancedCustomShapeParameterType::EQUATION
,
1254 EnhancedCustomShapeParameterType::EQUATION
,
1258 EnhancedCustomShapeParameterType::EQUATION
,
1259 EnhancedCustomShapeParameterType::NORMAL
,
1263 EnhancedCustomShapeParameterType::EQUATION
,
1264 EnhancedCustomShapeParameterType::EQUATION
,
1268 EnhancedCustomShapeParameterType::EQUATION
,
1269 EnhancedCustomShapeParameterType::EQUATION
,
1273 EnhancedCustomShapeParameterType::EQUATION
,
1274 EnhancedCustomShapeParameterType::EQUATION
,
1278 EnhancedCustomShapeParameterType::NORMAL
,
1279 EnhancedCustomShapeParameterType::EQUATION
,
1283 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1286 aPropSequence
[1].Name
= "Segments";
1287 static const sal_uInt16 nValues
[] = {
1294 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1297 aPropSequence
[2].Name
= "TextFrames";
1298 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1300 EnhancedCustomShapeTextFrame aTextFrame
;
1302 static const CustomShapeProvider::ParameterPairData aData
=
1304 EnhancedCustomShapeParameterType::NORMAL
,
1305 EnhancedCustomShapeParameterType::EQUATION
,
1308 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1311 static const CustomShapeProvider::ParameterPairData aData
=
1313 EnhancedCustomShapeParameterType::EQUATION
,
1314 EnhancedCustomShapeParameterType::EQUATION
,
1317 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1319 aTextFrameSeq
[0] = aTextFrame
;
1321 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1323 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1326 awt::Rectangle aRectangle
;
1329 aRectangle
.Width
= 0;
1330 aRectangle
.Height
= 0;
1331 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1333 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-rightArrow");
1335 return aPropertyMap
;
1339 // This is a generated source file. DO NOT EDIT.
1341 class ShapeCflowChartPunchedCard
: public CustomShapeProvider
1343 virtual PropertyMap
getProperties()
1345 PropertyMap aPropertyMap
;
1348 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
1351 static const char *aStrings
[] = {
1358 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1361 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
1364 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1367 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1370 Sequence
< PropertyValue
> aPropSequence (4);
1372 aPropSequence
[0].Name
= "Coordinates";
1373 static const CustomShapeProvider::ParameterPairData aData
[] = {
1375 EnhancedCustomShapeParameterType::NORMAL
,
1376 EnhancedCustomShapeParameterType::NORMAL
,
1380 EnhancedCustomShapeParameterType::NORMAL
,
1381 EnhancedCustomShapeParameterType::NORMAL
,
1385 EnhancedCustomShapeParameterType::NORMAL
,
1386 EnhancedCustomShapeParameterType::NORMAL
,
1390 EnhancedCustomShapeParameterType::NORMAL
,
1391 EnhancedCustomShapeParameterType::NORMAL
,
1395 EnhancedCustomShapeParameterType::NORMAL
,
1396 EnhancedCustomShapeParameterType::NORMAL
,
1400 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1403 aPropSequence
[1].Name
= "Segments";
1404 static const sal_uInt16 nValues
[] = {
1411 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1414 aPropSequence
[2].Name
= "SubViewSize";
1415 Sequence
< awt::Size
> aSizeSequence (1);
1420 aSizeSequence
[0] = aSize
;
1422 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
1425 aPropSequence
[3].Name
= "TextFrames";
1426 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1428 EnhancedCustomShapeTextFrame aTextFrame
;
1430 static const CustomShapeProvider::ParameterPairData aData
=
1432 EnhancedCustomShapeParameterType::NORMAL
,
1433 EnhancedCustomShapeParameterType::EQUATION
,
1436 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1439 static const CustomShapeProvider::ParameterPairData aData
=
1441 EnhancedCustomShapeParameterType::EQUATION
,
1442 EnhancedCustomShapeParameterType::EQUATION
,
1445 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1447 aTextFrameSeq
[0] = aTextFrame
;
1449 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
1451 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1454 awt::Rectangle aRectangle
;
1457 aRectangle
.Width
= 0;
1458 aRectangle
.Height
= 0;
1459 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1461 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartPunchedCard");
1463 return aPropertyMap
;
1467 // This is a generated source file. DO NOT EDIT.
1469 class ShapeCsnip2DiagRect
: public CustomShapeProvider
1471 virtual PropertyMap
getProperties()
1473 PropertyMap aPropertyMap
;
1476 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
1478 Any
aAny ((sal_Int32
) 0);
1479 aAdjSequence
[0].Value
= aAny
;
1480 aAdjSequence
[0].Name
= "adj1";
1483 Any
aAny ((sal_Int32
) 16667);
1484 aAdjSequence
[1].Value
= aAny
;
1485 aAdjSequence
[1].Name
= "adj2";
1487 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1490 static const char *aStrings
[] = {
1491 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
1492 "if(0-$1 ,0,if(50000-$1 ,$1 ,50000))",
1493 "min(logwidth,logheight)",
1510 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1513 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
1515 Sequence
< PropertyValue
> aPropSequence (4);
1517 aPropSequence
[0].Name
= "Position";
1518 static const CustomShapeProvider::ParameterPairData aData
=
1520 EnhancedCustomShapeParameterType::EQUATION
,
1521 EnhancedCustomShapeParameterType::NORMAL
,
1524 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1527 aPropSequence
[1].Name
= "RangeXMaximum";
1528 EnhancedCustomShapeParameter aParameter
;
1529 Any
aAny ((sal_Int32
) 50000);
1530 aParameter
.Value
= aAny
;
1531 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1532 aPropSequence
[1].Value
= makeAny (aParameter
);
1535 aPropSequence
[2].Name
= "RangeXMinimum";
1536 EnhancedCustomShapeParameter aParameter
;
1537 Any
aAny ((sal_Int32
) 0);
1538 aParameter
.Value
= aAny
;
1539 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1540 aPropSequence
[2].Value
= makeAny (aParameter
);
1543 aPropSequence
[3].Name
= "RefX";
1544 Any
aAny ((sal_Int32
) 0);
1545 aPropSequence
[3].Value
= makeAny (aAny
);
1547 aPropSequenceSequence
[0] = aPropSequence
;
1550 Sequence
< PropertyValue
> aPropSequence (4);
1552 aPropSequence
[0].Name
= "Position";
1553 static const CustomShapeProvider::ParameterPairData aData
=
1555 EnhancedCustomShapeParameterType::EQUATION
,
1556 EnhancedCustomShapeParameterType::NORMAL
,
1559 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1562 aPropSequence
[1].Name
= "RangeXMaximum";
1563 EnhancedCustomShapeParameter aParameter
;
1564 Any
aAny ((sal_Int32
) 50000);
1565 aParameter
.Value
= aAny
;
1566 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1567 aPropSequence
[1].Value
= makeAny (aParameter
);
1570 aPropSequence
[2].Name
= "RangeXMinimum";
1571 EnhancedCustomShapeParameter aParameter
;
1572 Any
aAny ((sal_Int32
) 0);
1573 aParameter
.Value
= aAny
;
1574 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1575 aPropSequence
[2].Value
= makeAny (aParameter
);
1578 aPropSequence
[3].Name
= "RefX";
1579 Any
aAny ((sal_Int32
) 1);
1580 aPropSequence
[3].Value
= makeAny (aAny
);
1582 aPropSequenceSequence
[1] = aPropSequence
;
1584 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1587 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1590 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1593 Sequence
< PropertyValue
> aPropSequence (3);
1595 aPropSequence
[0].Name
= "Coordinates";
1596 static const CustomShapeProvider::ParameterPairData aData
[] = {
1598 EnhancedCustomShapeParameterType::EQUATION
,
1599 EnhancedCustomShapeParameterType::NORMAL
,
1603 EnhancedCustomShapeParameterType::EQUATION
,
1604 EnhancedCustomShapeParameterType::NORMAL
,
1608 EnhancedCustomShapeParameterType::EQUATION
,
1609 EnhancedCustomShapeParameterType::EQUATION
,
1613 EnhancedCustomShapeParameterType::EQUATION
,
1614 EnhancedCustomShapeParameterType::EQUATION
,
1618 EnhancedCustomShapeParameterType::EQUATION
,
1619 EnhancedCustomShapeParameterType::EQUATION
,
1623 EnhancedCustomShapeParameterType::EQUATION
,
1624 EnhancedCustomShapeParameterType::EQUATION
,
1628 EnhancedCustomShapeParameterType::NORMAL
,
1629 EnhancedCustomShapeParameterType::EQUATION
,
1633 EnhancedCustomShapeParameterType::NORMAL
,
1634 EnhancedCustomShapeParameterType::EQUATION
,
1638 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
1641 aPropSequence
[1].Name
= "Segments";
1642 static const sal_uInt16 nValues
[] = {
1649 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
1652 aPropSequence
[2].Name
= "TextFrames";
1653 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
1655 EnhancedCustomShapeTextFrame aTextFrame
;
1657 static const CustomShapeProvider::ParameterPairData aData
=
1659 EnhancedCustomShapeParameterType::EQUATION
,
1660 EnhancedCustomShapeParameterType::EQUATION
,
1663 aTextFrame
.TopLeft
= createParameterPair(&aData
);
1666 static const CustomShapeProvider::ParameterPairData aData
=
1668 EnhancedCustomShapeParameterType::EQUATION
,
1669 EnhancedCustomShapeParameterType::EQUATION
,
1672 aTextFrame
.BottomRight
= createParameterPair(&aData
);
1674 aTextFrameSeq
[0] = aTextFrame
;
1676 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
1678 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
1681 awt::Rectangle aRectangle
;
1684 aRectangle
.Width
= 0;
1685 aRectangle
.Height
= 0;
1686 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
1688 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-snip2DiagRect");
1690 return aPropertyMap
;
1694 // This is a generated source file. DO NOT EDIT.
1696 class ShapeCverticalScroll
: public CustomShapeProvider
1698 virtual PropertyMap
getProperties()
1700 PropertyMap aPropertyMap
;
1703 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
1705 Any
aAny ((sal_Int32
) 12500);
1706 aAdjSequence
[0].Value
= aAny
;
1707 aAdjSequence
[0].Name
= "adj";
1709 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
1712 static const char *aStrings
[] = {
1713 "if(0-$0 ,0,if(25000-$0 ,$0 ,25000))",
1714 "min(logwidth,logheight)",
1728 "(5400000)/60000.0",
1729 "(-5400000)/60000.0",
1730 "(5400000)/60000.0",
1731 "(-10800000)/60000.0",
1732 "(10800000)/60000.0",
1733 "(5400000)/60000.0",
1734 "(16200000)/60000.0",
1735 "(10800000)/60000.0",
1737 "(5400000)/60000.0",
1739 "(5400000)/60000.0",
1740 "(5400000)/60000.0",
1741 "(10800000)/60000.0",
1743 "(5400000)/60000.0",
1744 "(5400000)/60000.0",
1745 "(10800000)/60000.0",
1747 "(16200000)/60000.0",
1748 "(16200000)/60000.0",
1749 "(10800000)/60000.0",
1750 "(10800000)/60000.0",
1751 "(5400000)/60000.0",
1752 "(16200000)/60000.0",
1753 "(10800000)/60000.0",
1755 "(5400000)/60000.0",
1756 "(5400000)/60000.0",
1757 "(10800000)/60000.0",
1758 "(16200000)/60000.0",
1759 "(10800000)/60000.0",
1760 "(5400000)/60000.0",
1761 "(10800000)/60000.0",
1762 "(16200000)/60000.0",
1763 "(10800000)/60000.0",
1764 "(5400000)/60000.0",
1765 "(-5400000)/60000.0"
1767 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
1770 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
1772 Sequence
< PropertyValue
> aPropSequence (4);
1774 aPropSequence
[0].Name
= "Position";
1775 static const CustomShapeProvider::ParameterPairData aData
=
1777 EnhancedCustomShapeParameterType::NORMAL
,
1778 EnhancedCustomShapeParameterType::EQUATION
,
1781 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
1784 aPropSequence
[1].Name
= "RangeYMaximum";
1785 EnhancedCustomShapeParameter aParameter
;
1786 Any
aAny ((sal_Int32
) 25000);
1787 aParameter
.Value
= aAny
;
1788 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1789 aPropSequence
[1].Value
= makeAny (aParameter
);
1792 aPropSequence
[2].Name
= "RangeYMinimum";
1793 EnhancedCustomShapeParameter aParameter
;
1794 Any
aAny ((sal_Int32
) 0);
1795 aParameter
.Value
= aAny
;
1796 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
1797 aPropSequence
[2].Value
= makeAny (aParameter
);
1800 aPropSequence
[3].Name
= "RefY";
1801 Any
aAny ((sal_Int32
) 0);
1802 aPropSequence
[3].Value
= makeAny (aAny
);
1804 aPropSequenceSequence
[0] = aPropSequence
;
1806 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
1809 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
1812 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
1815 Sequence
< PropertyValue
> aPropSequence (3);
1817 aPropSequence
[0].Name
= "Coordinates";
1818 static const CustomShapeProvider::ParameterPairData aData
[] = {
1820 EnhancedCustomShapeParameterType::EQUATION
,
1821 EnhancedCustomShapeParameterType::EQUATION
,
1825 EnhancedCustomShapeParameterType::EQUATION
,
1826 EnhancedCustomShapeParameterType::EQUATION
,
1830 EnhancedCustomShapeParameterType::EQUATION
,
1831 EnhancedCustomShapeParameterType::EQUATION
,
1835 EnhancedCustomShapeParameterType::EQUATION
,
1836 EnhancedCustomShapeParameterType::EQUATION
,
1840 EnhancedCustomShapeParameterType::EQUATION
,
1841 EnhancedCustomShapeParameterType::EQUATION
,
1845 EnhancedCustomShapeParameterType::EQUATION
,
1846 EnhancedCustomShapeParameterType::EQUATION
,
1850 EnhancedCustomShapeParameterType::EQUATION
,
1851 EnhancedCustomShapeParameterType::EQUATION
,
1855 EnhancedCustomShapeParameterType::EQUATION
,
1856 EnhancedCustomShapeParameterType::EQUATION
,
1860 EnhancedCustomShapeParameterType::EQUATION
,
1861 EnhancedCustomShapeParameterType::EQUATION
,
1865 EnhancedCustomShapeParameterType::EQUATION
,
1866 EnhancedCustomShapeParameterType::EQUATION
,
1870 EnhancedCustomShapeParameterType::EQUATION
,
1871 EnhancedCustomShapeParameterType::NORMAL
,
1875 EnhancedCustomShapeParameterType::EQUATION
,
1876 EnhancedCustomShapeParameterType::EQUATION
,
1880 EnhancedCustomShapeParameterType::EQUATION
,
1881 EnhancedCustomShapeParameterType::EQUATION
,
1885 EnhancedCustomShapeParameterType::EQUATION
,
1886 EnhancedCustomShapeParameterType::EQUATION
,
1890 EnhancedCustomShapeParameterType::EQUATION
,
1891 EnhancedCustomShapeParameterType::EQUATION
,
1895 EnhancedCustomShapeParameterType::EQUATION
,
1896 EnhancedCustomShapeParameterType::EQUATION
,
1900 EnhancedCustomShapeParameterType::EQUATION
,
1901 EnhancedCustomShapeParameterType::EQUATION
,
1905 EnhancedCustomShapeParameterType::EQUATION
,
1906 EnhancedCustomShapeParameterType::EQUATION
,
1910 EnhancedCustomShapeParameterType::EQUATION
,
1911 EnhancedCustomShapeParameterType::EQUATION
,
1915 EnhancedCustomShapeParameterType::EQUATION
,
1916 EnhancedCustomShapeParameterType::EQUATION
,
1920 EnhancedCustomShapeParameterType::EQUATION
,
1921 EnhancedCustomShapeParameterType::EQUATION
,
1925 EnhancedCustomShapeParameterType::EQUATION
,
1926 EnhancedCustomShapeParameterType::EQUATION
,
1930 EnhancedCustomShapeParameterType::EQUATION
,
1931 EnhancedCustomShapeParameterType::EQUATION
,
1935 EnhancedCustomShapeParameterType::EQUATION
,
1936 EnhancedCustomShapeParameterType::EQUATION
,
1940 EnhancedCustomShapeParameterType::EQUATION
,
1941 EnhancedCustomShapeParameterType::EQUATION
,
1945 EnhancedCustomShapeParameterType::EQUATION
,
1946 EnhancedCustomShapeParameterType::EQUATION
,
1950 EnhancedCustomShapeParameterType::EQUATION
,
1951 EnhancedCustomShapeParameterType::EQUATION
,
1955 EnhancedCustomShapeParameterType::EQUATION
,
1956 EnhancedCustomShapeParameterType::EQUATION
,
1960 EnhancedCustomShapeParameterType::EQUATION
,
1961 EnhancedCustomShapeParameterType::EQUATION
,
1965 EnhancedCustomShapeParameterType::EQUATION
,
1966 EnhancedCustomShapeParameterType::EQUATION
,
1970 EnhancedCustomShapeParameterType::EQUATION
,
1971 EnhancedCustomShapeParameterType::EQUATION
,
1975 EnhancedCustomShapeParameterType::EQUATION
,
1976 EnhancedCustomShapeParameterType::EQUATION
,
1980 EnhancedCustomShapeParameterType::EQUATION
,
1981 EnhancedCustomShapeParameterType::EQUATION
,
1985 EnhancedCustomShapeParameterType::EQUATION
,
1986 EnhancedCustomShapeParameterType::EQUATION
,
1990 EnhancedCustomShapeParameterType::EQUATION
,
1991 EnhancedCustomShapeParameterType::EQUATION
,
1995 EnhancedCustomShapeParameterType::EQUATION
,
1996 EnhancedCustomShapeParameterType::EQUATION
,
2000 EnhancedCustomShapeParameterType::EQUATION
,
2001 EnhancedCustomShapeParameterType::NORMAL
,
2005 EnhancedCustomShapeParameterType::EQUATION
,
2006 EnhancedCustomShapeParameterType::EQUATION
,
2010 EnhancedCustomShapeParameterType::EQUATION
,
2011 EnhancedCustomShapeParameterType::EQUATION
,
2015 EnhancedCustomShapeParameterType::EQUATION
,
2016 EnhancedCustomShapeParameterType::EQUATION
,
2020 EnhancedCustomShapeParameterType::EQUATION
,
2021 EnhancedCustomShapeParameterType::EQUATION
,
2025 EnhancedCustomShapeParameterType::EQUATION
,
2026 EnhancedCustomShapeParameterType::EQUATION
,
2030 EnhancedCustomShapeParameterType::EQUATION
,
2031 EnhancedCustomShapeParameterType::EQUATION
,
2035 EnhancedCustomShapeParameterType::EQUATION
,
2036 EnhancedCustomShapeParameterType::EQUATION
,
2040 EnhancedCustomShapeParameterType::EQUATION
,
2041 EnhancedCustomShapeParameterType::EQUATION
,
2045 EnhancedCustomShapeParameterType::EQUATION
,
2046 EnhancedCustomShapeParameterType::EQUATION
,
2050 EnhancedCustomShapeParameterType::EQUATION
,
2051 EnhancedCustomShapeParameterType::NORMAL
,
2055 EnhancedCustomShapeParameterType::EQUATION
,
2056 EnhancedCustomShapeParameterType::EQUATION
,
2060 EnhancedCustomShapeParameterType::EQUATION
,
2061 EnhancedCustomShapeParameterType::EQUATION
,
2065 EnhancedCustomShapeParameterType::EQUATION
,
2066 EnhancedCustomShapeParameterType::EQUATION
,
2070 EnhancedCustomShapeParameterType::EQUATION
,
2071 EnhancedCustomShapeParameterType::EQUATION
,
2075 EnhancedCustomShapeParameterType::EQUATION
,
2076 EnhancedCustomShapeParameterType::EQUATION
,
2080 EnhancedCustomShapeParameterType::EQUATION
,
2081 EnhancedCustomShapeParameterType::EQUATION
,
2085 EnhancedCustomShapeParameterType::EQUATION
,
2086 EnhancedCustomShapeParameterType::EQUATION
,
2090 EnhancedCustomShapeParameterType::EQUATION
,
2091 EnhancedCustomShapeParameterType::EQUATION
,
2095 EnhancedCustomShapeParameterType::EQUATION
,
2096 EnhancedCustomShapeParameterType::EQUATION
,
2100 EnhancedCustomShapeParameterType::EQUATION
,
2101 EnhancedCustomShapeParameterType::EQUATION
,
2105 EnhancedCustomShapeParameterType::EQUATION
,
2106 EnhancedCustomShapeParameterType::EQUATION
,
2110 EnhancedCustomShapeParameterType::EQUATION
,
2111 EnhancedCustomShapeParameterType::EQUATION
,
2115 EnhancedCustomShapeParameterType::EQUATION
,
2116 EnhancedCustomShapeParameterType::EQUATION
,
2120 EnhancedCustomShapeParameterType::EQUATION
,
2121 EnhancedCustomShapeParameterType::EQUATION
,
2125 EnhancedCustomShapeParameterType::EQUATION
,
2126 EnhancedCustomShapeParameterType::EQUATION
,
2130 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2133 aPropSequence
[1].Name
= "Segments";
2134 static const sal_uInt16 nValues
[] = {
2185 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2188 aPropSequence
[2].Name
= "TextFrames";
2189 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2191 EnhancedCustomShapeTextFrame aTextFrame
;
2193 static const CustomShapeProvider::ParameterPairData aData
=
2195 EnhancedCustomShapeParameterType::EQUATION
,
2196 EnhancedCustomShapeParameterType::EQUATION
,
2199 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2202 static const CustomShapeProvider::ParameterPairData aData
=
2204 EnhancedCustomShapeParameterType::EQUATION
,
2205 EnhancedCustomShapeParameterType::EQUATION
,
2208 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2210 aTextFrameSeq
[0] = aTextFrame
;
2212 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2214 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2217 awt::Rectangle aRectangle
;
2220 aRectangle
.Width
= 0;
2221 aRectangle
.Height
= 0;
2222 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2224 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-verticalScroll");
2226 return aPropertyMap
;
2230 // This is a generated source file. DO NOT EDIT.
2232 class ShapeCstar7
: public CustomShapeProvider
2234 virtual PropertyMap
getProperties()
2236 PropertyMap aPropertyMap
;
2239 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
2241 Any
aAny ((sal_Int32
) 34601);
2242 aAdjSequence
[0].Value
= aAny
;
2243 aAdjSequence
[0].Name
= "adj";
2246 Any
aAny ((sal_Int32
) 102572);
2247 aAdjSequence
[1].Value
= aAny
;
2248 aAdjSequence
[1].Name
= "hf";
2251 Any
aAny ((sal_Int32
) 105210);
2252 aAdjSequence
[2].Value
= aAny
;
2253 aAdjSequence
[2].Name
= "vf";
2255 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
2258 static const char *aStrings
[] = {
2259 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
2284 "?23 *97493/100000",
2285 "?23 *78183/100000",
2286 "?23 *43388/100000",
2293 "?24 *90097/100000",
2294 "?24 *22252/100000",
2295 "?24 *62349/100000",
2302 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2305 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
2307 Sequence
< PropertyValue
> aPropSequence (4);
2309 aPropSequence
[0].Name
= "Position";
2310 static const CustomShapeProvider::ParameterPairData aData
=
2312 EnhancedCustomShapeParameterType::EQUATION
,
2313 EnhancedCustomShapeParameterType::EQUATION
,
2316 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
2319 aPropSequence
[1].Name
= "RangeYMaximum";
2320 EnhancedCustomShapeParameter aParameter
;
2321 Any
aAny ((sal_Int32
) 50000);
2322 aParameter
.Value
= aAny
;
2323 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2324 aPropSequence
[1].Value
= makeAny (aParameter
);
2327 aPropSequence
[2].Name
= "RangeYMinimum";
2328 EnhancedCustomShapeParameter aParameter
;
2329 Any
aAny ((sal_Int32
) 0);
2330 aParameter
.Value
= aAny
;
2331 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
2332 aPropSequence
[2].Value
= makeAny (aParameter
);
2335 aPropSequence
[3].Name
= "RefY";
2336 Any
aAny ((sal_Int32
) 0);
2337 aPropSequence
[3].Value
= makeAny (aAny
);
2339 aPropSequenceSequence
[0] = aPropSequence
;
2341 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
2344 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2347 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2350 Sequence
< PropertyValue
> aPropSequence (3);
2352 aPropSequence
[0].Name
= "Coordinates";
2353 static const CustomShapeProvider::ParameterPairData aData
[] = {
2355 EnhancedCustomShapeParameterType::EQUATION
,
2356 EnhancedCustomShapeParameterType::EQUATION
,
2360 EnhancedCustomShapeParameterType::EQUATION
,
2361 EnhancedCustomShapeParameterType::EQUATION
,
2365 EnhancedCustomShapeParameterType::EQUATION
,
2366 EnhancedCustomShapeParameterType::EQUATION
,
2370 EnhancedCustomShapeParameterType::EQUATION
,
2371 EnhancedCustomShapeParameterType::EQUATION
,
2375 EnhancedCustomShapeParameterType::EQUATION
,
2376 EnhancedCustomShapeParameterType::NORMAL
,
2380 EnhancedCustomShapeParameterType::EQUATION
,
2381 EnhancedCustomShapeParameterType::EQUATION
,
2385 EnhancedCustomShapeParameterType::EQUATION
,
2386 EnhancedCustomShapeParameterType::EQUATION
,
2390 EnhancedCustomShapeParameterType::EQUATION
,
2391 EnhancedCustomShapeParameterType::EQUATION
,
2395 EnhancedCustomShapeParameterType::EQUATION
,
2396 EnhancedCustomShapeParameterType::EQUATION
,
2400 EnhancedCustomShapeParameterType::EQUATION
,
2401 EnhancedCustomShapeParameterType::EQUATION
,
2405 EnhancedCustomShapeParameterType::EQUATION
,
2406 EnhancedCustomShapeParameterType::EQUATION
,
2410 EnhancedCustomShapeParameterType::EQUATION
,
2411 EnhancedCustomShapeParameterType::EQUATION
,
2415 EnhancedCustomShapeParameterType::EQUATION
,
2416 EnhancedCustomShapeParameterType::EQUATION
,
2420 EnhancedCustomShapeParameterType::EQUATION
,
2421 EnhancedCustomShapeParameterType::EQUATION
,
2425 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2428 aPropSequence
[1].Name
= "Segments";
2429 static const sal_uInt16 nValues
[] = {
2436 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2439 aPropSequence
[2].Name
= "TextFrames";
2440 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
2442 EnhancedCustomShapeTextFrame aTextFrame
;
2444 static const CustomShapeProvider::ParameterPairData aData
=
2446 EnhancedCustomShapeParameterType::EQUATION
,
2447 EnhancedCustomShapeParameterType::EQUATION
,
2450 aTextFrame
.TopLeft
= createParameterPair(&aData
);
2453 static const CustomShapeProvider::ParameterPairData aData
=
2455 EnhancedCustomShapeParameterType::EQUATION
,
2456 EnhancedCustomShapeParameterType::EQUATION
,
2459 aTextFrame
.BottomRight
= createParameterPair(&aData
);
2461 aTextFrameSeq
[0] = aTextFrame
;
2463 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
2465 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2468 awt::Rectangle aRectangle
;
2471 aRectangle
.Width
= 0;
2472 aRectangle
.Height
= 0;
2473 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2475 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-star7");
2477 return aPropertyMap
;
2481 // This is a generated source file. DO NOT EDIT.
2483 class ShapeCchartX
: public CustomShapeProvider
2485 virtual PropertyMap
getProperties()
2487 PropertyMap aPropertyMap
;
2490 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2493 aPropertyMap
[PROP_Equations
] <<= Sequence
< OUString
>(0);
2496 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2499 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2502 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2505 Sequence
< PropertyValue
> aPropSequence (3);
2507 aPropSequence
[0].Name
= "Coordinates";
2508 static const CustomShapeProvider::ParameterPairData aData
[] = {
2510 EnhancedCustomShapeParameterType::NORMAL
,
2511 EnhancedCustomShapeParameterType::NORMAL
,
2515 EnhancedCustomShapeParameterType::NORMAL
,
2516 EnhancedCustomShapeParameterType::NORMAL
,
2520 EnhancedCustomShapeParameterType::NORMAL
,
2521 EnhancedCustomShapeParameterType::NORMAL
,
2525 EnhancedCustomShapeParameterType::NORMAL
,
2526 EnhancedCustomShapeParameterType::NORMAL
,
2530 EnhancedCustomShapeParameterType::NORMAL
,
2531 EnhancedCustomShapeParameterType::NORMAL
,
2535 EnhancedCustomShapeParameterType::NORMAL
,
2536 EnhancedCustomShapeParameterType::NORMAL
,
2540 EnhancedCustomShapeParameterType::NORMAL
,
2541 EnhancedCustomShapeParameterType::NORMAL
,
2545 EnhancedCustomShapeParameterType::NORMAL
,
2546 EnhancedCustomShapeParameterType::NORMAL
,
2550 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2553 aPropSequence
[1].Name
= "Segments";
2554 static const sal_uInt16 nValues
[] = {
2568 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
2571 aPropSequence
[2].Name
= "SubViewSize";
2572 Sequence
< awt::Size
> aSizeSequence (2);
2577 aSizeSequence
[0] = aSize
;
2583 aSizeSequence
[1] = aSize
;
2585 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
2587 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
2590 awt::Rectangle aRectangle
;
2593 aRectangle
.Width
= 0;
2594 aRectangle
.Height
= 0;
2595 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
2597 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-chartX");
2599 return aPropertyMap
;
2603 // This is a generated source file. DO NOT EDIT.
2605 class ShapeCcloud
: public CustomShapeProvider
2607 virtual PropertyMap
getProperties()
2609 PropertyMap aPropertyMap
;
2612 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
2615 static const char *aStrings
[] = {
2616 "logwidth*2977/21600",
2617 "logheight*3262/21600",
2618 "logwidth*17087/21600",
2619 "logheight*17337/21600",
2620 "logwidth*67/21600",
2621 "logheight*21577/21600",
2622 "logwidth*21582/21600",
2623 "logheight*1235/21600",
2626 "(-11429249)/60000.0",
2627 "(7426832)/60000.0",
2628 "(-8646143)/60000.0",
2629 "(5396714)/60000.0",
2630 "(-8748475)/60000.0",
2631 "(5983381)/60000.0",
2632 "(-7859164)/60000.0",
2633 "(7034504)/60000.0",
2634 "(-4722533)/60000.0",
2635 "(6541615)/60000.0",
2636 "(-2776035)/60000.0",
2637 "(7816140)/60000.0",
2639 "(6842000)/60000.0",
2640 "(1347096)/60000.0",
2641 "(6910353)/60000.0",
2642 "(3974558)/60000.0",
2643 "(4542661)/60000.0",
2644 "(-16496525)/60000.0",
2645 "(8804134)/60000.0",
2646 "(-14809710)/60000.0",
2647 "(9151131)/60000.0",
2648 "(5204520)/60000.0",
2649 "(1585770)/60000.0",
2650 "(4416628)/60000.0",
2652 "(8257449)/60000.0",
2656 "(-4217541)/60000.0",
2657 "(4255042)/60000.0",
2658 "(1819082)/60000.0",
2659 "(1665090)/60000.0",
2660 "(-824660)/60000.0",
2662 "(-8950887)/60000.0",
2663 "(1091722)/60000.0",
2664 "(-9809656)/60000.0",
2665 "(1061181)/60000.0",
2666 "(-4002417)/60000.0",
2668 "(9459261)/60000.0",
2671 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
2674 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
2677 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
2680 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
2683 Sequence
< PropertyValue
> aPropSequence (4);
2685 aPropSequence
[0].Name
= "Coordinates";
2686 static const CustomShapeProvider::ParameterPairData aData
[] = {
2688 EnhancedCustomShapeParameterType::NORMAL
,
2689 EnhancedCustomShapeParameterType::NORMAL
,
2693 EnhancedCustomShapeParameterType::NORMAL
,
2694 EnhancedCustomShapeParameterType::NORMAL
,
2698 EnhancedCustomShapeParameterType::EQUATION
,
2699 EnhancedCustomShapeParameterType::EQUATION
,
2703 EnhancedCustomShapeParameterType::NORMAL
,
2704 EnhancedCustomShapeParameterType::NORMAL
,
2708 EnhancedCustomShapeParameterType::EQUATION
,
2709 EnhancedCustomShapeParameterType::EQUATION
,
2713 EnhancedCustomShapeParameterType::NORMAL
,
2714 EnhancedCustomShapeParameterType::NORMAL
,
2718 EnhancedCustomShapeParameterType::EQUATION
,
2719 EnhancedCustomShapeParameterType::EQUATION
,
2723 EnhancedCustomShapeParameterType::NORMAL
,
2724 EnhancedCustomShapeParameterType::NORMAL
,
2728 EnhancedCustomShapeParameterType::EQUATION
,
2729 EnhancedCustomShapeParameterType::EQUATION
,
2733 EnhancedCustomShapeParameterType::NORMAL
,
2734 EnhancedCustomShapeParameterType::NORMAL
,
2738 EnhancedCustomShapeParameterType::EQUATION
,
2739 EnhancedCustomShapeParameterType::EQUATION
,
2743 EnhancedCustomShapeParameterType::NORMAL
,
2744 EnhancedCustomShapeParameterType::NORMAL
,
2748 EnhancedCustomShapeParameterType::EQUATION
,
2749 EnhancedCustomShapeParameterType::EQUATION
,
2753 EnhancedCustomShapeParameterType::NORMAL
,
2754 EnhancedCustomShapeParameterType::NORMAL
,
2758 EnhancedCustomShapeParameterType::EQUATION
,
2759 EnhancedCustomShapeParameterType::EQUATION
,
2763 EnhancedCustomShapeParameterType::NORMAL
,
2764 EnhancedCustomShapeParameterType::NORMAL
,
2768 EnhancedCustomShapeParameterType::EQUATION
,
2769 EnhancedCustomShapeParameterType::EQUATION
,
2773 EnhancedCustomShapeParameterType::NORMAL
,
2774 EnhancedCustomShapeParameterType::NORMAL
,
2778 EnhancedCustomShapeParameterType::EQUATION
,
2779 EnhancedCustomShapeParameterType::EQUATION
,
2783 EnhancedCustomShapeParameterType::NORMAL
,
2784 EnhancedCustomShapeParameterType::NORMAL
,
2788 EnhancedCustomShapeParameterType::EQUATION
,
2789 EnhancedCustomShapeParameterType::EQUATION
,
2793 EnhancedCustomShapeParameterType::NORMAL
,
2794 EnhancedCustomShapeParameterType::NORMAL
,
2798 EnhancedCustomShapeParameterType::EQUATION
,
2799 EnhancedCustomShapeParameterType::EQUATION
,
2803 EnhancedCustomShapeParameterType::NORMAL
,
2804 EnhancedCustomShapeParameterType::NORMAL
,
2808 EnhancedCustomShapeParameterType::NORMAL
,
2809 EnhancedCustomShapeParameterType::NORMAL
,
2813 EnhancedCustomShapeParameterType::EQUATION
,
2814 EnhancedCustomShapeParameterType::EQUATION
,
2818 EnhancedCustomShapeParameterType::NORMAL
,
2819 EnhancedCustomShapeParameterType::NORMAL
,
2823 EnhancedCustomShapeParameterType::NORMAL
,
2824 EnhancedCustomShapeParameterType::NORMAL
,
2828 EnhancedCustomShapeParameterType::EQUATION
,
2829 EnhancedCustomShapeParameterType::EQUATION
,
2833 EnhancedCustomShapeParameterType::NORMAL
,
2834 EnhancedCustomShapeParameterType::NORMAL
,
2838 EnhancedCustomShapeParameterType::NORMAL
,
2839 EnhancedCustomShapeParameterType::NORMAL
,
2843 EnhancedCustomShapeParameterType::EQUATION
,
2844 EnhancedCustomShapeParameterType::EQUATION
,
2848 EnhancedCustomShapeParameterType::NORMAL
,
2849 EnhancedCustomShapeParameterType::NORMAL
,
2853 EnhancedCustomShapeParameterType::NORMAL
,
2854 EnhancedCustomShapeParameterType::NORMAL
,
2858 EnhancedCustomShapeParameterType::EQUATION
,
2859 EnhancedCustomShapeParameterType::EQUATION
,
2863 EnhancedCustomShapeParameterType::NORMAL
,
2864 EnhancedCustomShapeParameterType::NORMAL
,
2868 EnhancedCustomShapeParameterType::NORMAL
,
2869 EnhancedCustomShapeParameterType::NORMAL
,
2873 EnhancedCustomShapeParameterType::EQUATION
,
2874 EnhancedCustomShapeParameterType::EQUATION
,
2878 EnhancedCustomShapeParameterType::NORMAL
,
2879 EnhancedCustomShapeParameterType::NORMAL
,
2883 EnhancedCustomShapeParameterType::NORMAL
,
2884 EnhancedCustomShapeParameterType::NORMAL
,
2888 EnhancedCustomShapeParameterType::EQUATION
,
2889 EnhancedCustomShapeParameterType::EQUATION
,
2893 EnhancedCustomShapeParameterType::NORMAL
,
2894 EnhancedCustomShapeParameterType::NORMAL
,
2898 EnhancedCustomShapeParameterType::NORMAL
,
2899 EnhancedCustomShapeParameterType::NORMAL
,
2903 EnhancedCustomShapeParameterType::EQUATION
,
2904 EnhancedCustomShapeParameterType::EQUATION
,
2908 EnhancedCustomShapeParameterType::NORMAL
,
2909 EnhancedCustomShapeParameterType::NORMAL
,
2913 EnhancedCustomShapeParameterType::NORMAL
,
2914 EnhancedCustomShapeParameterType::NORMAL
,
2918 EnhancedCustomShapeParameterType::EQUATION
,
2919 EnhancedCustomShapeParameterType::EQUATION
,
2923 EnhancedCustomShapeParameterType::NORMAL
,
2924 EnhancedCustomShapeParameterType::NORMAL
,
2928 EnhancedCustomShapeParameterType::NORMAL
,
2929 EnhancedCustomShapeParameterType::NORMAL
,
2933 EnhancedCustomShapeParameterType::EQUATION
,
2934 EnhancedCustomShapeParameterType::EQUATION
,
2938 EnhancedCustomShapeParameterType::NORMAL
,
2939 EnhancedCustomShapeParameterType::NORMAL
,
2943 EnhancedCustomShapeParameterType::NORMAL
,
2944 EnhancedCustomShapeParameterType::NORMAL
,
2948 EnhancedCustomShapeParameterType::EQUATION
,
2949 EnhancedCustomShapeParameterType::EQUATION
,
2953 EnhancedCustomShapeParameterType::NORMAL
,
2954 EnhancedCustomShapeParameterType::NORMAL
,
2958 EnhancedCustomShapeParameterType::NORMAL
,
2959 EnhancedCustomShapeParameterType::NORMAL
,
2963 EnhancedCustomShapeParameterType::EQUATION
,
2964 EnhancedCustomShapeParameterType::EQUATION
,
2968 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
2971 aPropSequence
[1].Name
= "Segments";
2972 static const sal_uInt16 nValues
[] = {
3003 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3006 aPropSequence
[2].Name
= "SubViewSize";
3007 Sequence
< awt::Size
> aSizeSequence (2);
3010 aSize
.Width
= 43200;
3011 aSize
.Height
= 43200;
3012 aSizeSequence
[0] = aSize
;
3016 aSize
.Width
= 43200;
3017 aSize
.Height
= 43200;
3018 aSizeSequence
[1] = aSize
;
3020 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
3023 aPropSequence
[3].Name
= "TextFrames";
3024 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3026 EnhancedCustomShapeTextFrame aTextFrame
;
3028 static const CustomShapeProvider::ParameterPairData aData
=
3030 EnhancedCustomShapeParameterType::EQUATION
,
3031 EnhancedCustomShapeParameterType::EQUATION
,
3034 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3037 static const CustomShapeProvider::ParameterPairData aData
=
3039 EnhancedCustomShapeParameterType::EQUATION
,
3040 EnhancedCustomShapeParameterType::EQUATION
,
3043 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3045 aTextFrameSeq
[0] = aTextFrame
;
3047 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
3049 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3052 awt::Rectangle aRectangle
;
3055 aRectangle
.Width
= 0;
3056 aRectangle
.Height
= 0;
3057 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3059 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-cloud");
3061 return aPropertyMap
;
3065 // This is a generated source file. DO NOT EDIT.
3067 class ShapeCcube
: public CustomShapeProvider
3069 virtual PropertyMap
getProperties()
3071 PropertyMap aPropertyMap
;
3074 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
3076 Any
aAny ((sal_Int32
) 25000);
3077 aAdjSequence
[0].Value
= aAny
;
3078 aAdjSequence
[0].Name
= "adj";
3080 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
3083 static const char *aStrings
[] = {
3084 "if(0-$0 ,0,if(100000-$0 ,$0 ,100000))",
3085 "min(logwidth,logheight)",
3089 "(?2 +logheight)/2",
3096 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3099 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
3101 Sequence
< PropertyValue
> aPropSequence (4);
3103 aPropSequence
[0].Name
= "Position";
3104 static const CustomShapeProvider::ParameterPairData aData
=
3106 EnhancedCustomShapeParameterType::NORMAL
,
3107 EnhancedCustomShapeParameterType::EQUATION
,
3110 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
3113 aPropSequence
[1].Name
= "RangeYMaximum";
3114 EnhancedCustomShapeParameter aParameter
;
3115 Any
aAny ((sal_Int32
) 100000);
3116 aParameter
.Value
= aAny
;
3117 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3118 aPropSequence
[1].Value
= makeAny (aParameter
);
3121 aPropSequence
[2].Name
= "RangeYMinimum";
3122 EnhancedCustomShapeParameter aParameter
;
3123 Any
aAny ((sal_Int32
) 0);
3124 aParameter
.Value
= aAny
;
3125 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3126 aPropSequence
[2].Value
= makeAny (aParameter
);
3129 aPropSequence
[3].Name
= "RefY";
3130 Any
aAny ((sal_Int32
) 0);
3131 aPropSequence
[3].Value
= makeAny (aAny
);
3133 aPropSequenceSequence
[0] = aPropSequence
;
3135 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
3138 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3141 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3144 Sequence
< PropertyValue
> aPropSequence (3);
3146 aPropSequence
[0].Name
= "Coordinates";
3147 static const CustomShapeProvider::ParameterPairData aData
[] = {
3149 EnhancedCustomShapeParameterType::NORMAL
,
3150 EnhancedCustomShapeParameterType::EQUATION
,
3154 EnhancedCustomShapeParameterType::EQUATION
,
3155 EnhancedCustomShapeParameterType::EQUATION
,
3159 EnhancedCustomShapeParameterType::EQUATION
,
3160 EnhancedCustomShapeParameterType::EQUATION
,
3164 EnhancedCustomShapeParameterType::NORMAL
,
3165 EnhancedCustomShapeParameterType::EQUATION
,
3169 EnhancedCustomShapeParameterType::EQUATION
,
3170 EnhancedCustomShapeParameterType::EQUATION
,
3174 EnhancedCustomShapeParameterType::EQUATION
,
3175 EnhancedCustomShapeParameterType::NORMAL
,
3179 EnhancedCustomShapeParameterType::EQUATION
,
3180 EnhancedCustomShapeParameterType::EQUATION
,
3184 EnhancedCustomShapeParameterType::EQUATION
,
3185 EnhancedCustomShapeParameterType::EQUATION
,
3189 EnhancedCustomShapeParameterType::NORMAL
,
3190 EnhancedCustomShapeParameterType::EQUATION
,
3194 EnhancedCustomShapeParameterType::EQUATION
,
3195 EnhancedCustomShapeParameterType::NORMAL
,
3199 EnhancedCustomShapeParameterType::EQUATION
,
3200 EnhancedCustomShapeParameterType::NORMAL
,
3204 EnhancedCustomShapeParameterType::EQUATION
,
3205 EnhancedCustomShapeParameterType::EQUATION
,
3209 EnhancedCustomShapeParameterType::NORMAL
,
3210 EnhancedCustomShapeParameterType::EQUATION
,
3214 EnhancedCustomShapeParameterType::EQUATION
,
3215 EnhancedCustomShapeParameterType::NORMAL
,
3219 EnhancedCustomShapeParameterType::EQUATION
,
3220 EnhancedCustomShapeParameterType::NORMAL
,
3224 EnhancedCustomShapeParameterType::EQUATION
,
3225 EnhancedCustomShapeParameterType::EQUATION
,
3229 EnhancedCustomShapeParameterType::EQUATION
,
3230 EnhancedCustomShapeParameterType::EQUATION
,
3234 EnhancedCustomShapeParameterType::NORMAL
,
3235 EnhancedCustomShapeParameterType::EQUATION
,
3239 EnhancedCustomShapeParameterType::NORMAL
,
3240 EnhancedCustomShapeParameterType::EQUATION
,
3244 EnhancedCustomShapeParameterType::EQUATION
,
3245 EnhancedCustomShapeParameterType::EQUATION
,
3249 EnhancedCustomShapeParameterType::EQUATION
,
3250 EnhancedCustomShapeParameterType::NORMAL
,
3254 EnhancedCustomShapeParameterType::EQUATION
,
3255 EnhancedCustomShapeParameterType::EQUATION
,
3259 EnhancedCustomShapeParameterType::EQUATION
,
3260 EnhancedCustomShapeParameterType::EQUATION
,
3264 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3267 aPropSequence
[1].Name
= "Segments";
3268 static const sal_uInt16 nValues
[] = {
3297 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3300 aPropSequence
[2].Name
= "TextFrames";
3301 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3303 EnhancedCustomShapeTextFrame aTextFrame
;
3305 static const CustomShapeProvider::ParameterPairData aData
=
3307 EnhancedCustomShapeParameterType::NORMAL
,
3308 EnhancedCustomShapeParameterType::EQUATION
,
3311 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3314 static const CustomShapeProvider::ParameterPairData aData
=
3316 EnhancedCustomShapeParameterType::EQUATION
,
3317 EnhancedCustomShapeParameterType::EQUATION
,
3320 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3322 aTextFrameSeq
[0] = aTextFrame
;
3324 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
3326 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3329 awt::Rectangle aRectangle
;
3332 aRectangle
.Width
= 0;
3333 aRectangle
.Height
= 0;
3334 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3336 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-cube");
3338 return aPropertyMap
;
3342 // This is a generated source file. DO NOT EDIT.
3344 class ShapeCround2DiagRect
: public CustomShapeProvider
3346 virtual PropertyMap
getProperties()
3348 PropertyMap aPropertyMap
;
3351 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
3353 Any
aAny ((sal_Int32
) 16667);
3354 aAdjSequence
[0].Value
= aAny
;
3355 aAdjSequence
[0].Name
= "adj1";
3358 Any
aAny ((sal_Int32
) 0);
3359 aAdjSequence
[1].Value
= aAny
;
3360 aAdjSequence
[1].Name
= "adj2";
3362 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
3365 static const char *aStrings
[] = {
3366 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
3367 "if(0-$1 ,0,if(50000-$1 ,$1 ,50000))",
3368 "min(logwidth,logheight)",
3384 "(16200000)/60000.0",
3385 "(5400000)/60000.0",
3387 "(5400000)/60000.0",
3388 "(5400000)/60000.0",
3389 "(5400000)/60000.0",
3390 "(10800000)/60000.0",
3393 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3396 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
3398 Sequence
< PropertyValue
> aPropSequence (4);
3400 aPropSequence
[0].Name
= "Position";
3401 static const CustomShapeProvider::ParameterPairData aData
=
3403 EnhancedCustomShapeParameterType::EQUATION
,
3404 EnhancedCustomShapeParameterType::NORMAL
,
3407 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
3410 aPropSequence
[1].Name
= "RangeXMaximum";
3411 EnhancedCustomShapeParameter aParameter
;
3412 Any
aAny ((sal_Int32
) 50000);
3413 aParameter
.Value
= aAny
;
3414 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3415 aPropSequence
[1].Value
= makeAny (aParameter
);
3418 aPropSequence
[2].Name
= "RangeXMinimum";
3419 EnhancedCustomShapeParameter aParameter
;
3420 Any
aAny ((sal_Int32
) 0);
3421 aParameter
.Value
= aAny
;
3422 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3423 aPropSequence
[2].Value
= makeAny (aParameter
);
3426 aPropSequence
[3].Name
= "RefX";
3427 Any
aAny ((sal_Int32
) 0);
3428 aPropSequence
[3].Value
= makeAny (aAny
);
3430 aPropSequenceSequence
[0] = aPropSequence
;
3433 Sequence
< PropertyValue
> aPropSequence (4);
3435 aPropSequence
[0].Name
= "Position";
3436 static const CustomShapeProvider::ParameterPairData aData
=
3438 EnhancedCustomShapeParameterType::EQUATION
,
3439 EnhancedCustomShapeParameterType::NORMAL
,
3442 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
3445 aPropSequence
[1].Name
= "RangeXMaximum";
3446 EnhancedCustomShapeParameter aParameter
;
3447 Any
aAny ((sal_Int32
) 50000);
3448 aParameter
.Value
= aAny
;
3449 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3450 aPropSequence
[1].Value
= makeAny (aParameter
);
3453 aPropSequence
[2].Name
= "RangeXMinimum";
3454 EnhancedCustomShapeParameter aParameter
;
3455 Any
aAny ((sal_Int32
) 0);
3456 aParameter
.Value
= aAny
;
3457 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
3458 aPropSequence
[2].Value
= makeAny (aParameter
);
3461 aPropSequence
[3].Name
= "RefX";
3462 Any
aAny ((sal_Int32
) 1);
3463 aPropSequence
[3].Value
= makeAny (aAny
);
3465 aPropSequenceSequence
[1] = aPropSequence
;
3467 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
3470 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3473 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3476 Sequence
< PropertyValue
> aPropSequence (3);
3478 aPropSequence
[0].Name
= "Coordinates";
3479 static const CustomShapeProvider::ParameterPairData aData
[] = {
3481 EnhancedCustomShapeParameterType::EQUATION
,
3482 EnhancedCustomShapeParameterType::NORMAL
,
3486 EnhancedCustomShapeParameterType::EQUATION
,
3487 EnhancedCustomShapeParameterType::NORMAL
,
3491 EnhancedCustomShapeParameterType::EQUATION
,
3492 EnhancedCustomShapeParameterType::EQUATION
,
3496 EnhancedCustomShapeParameterType::EQUATION
,
3497 EnhancedCustomShapeParameterType::EQUATION
,
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::NORMAL
,
3532 EnhancedCustomShapeParameterType::EQUATION
,
3536 EnhancedCustomShapeParameterType::EQUATION
,
3537 EnhancedCustomShapeParameterType::EQUATION
,
3541 EnhancedCustomShapeParameterType::EQUATION
,
3542 EnhancedCustomShapeParameterType::EQUATION
,
3546 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3549 aPropSequence
[1].Name
= "Segments";
3550 static const sal_uInt16 nValues
[] = {
3564 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3567 aPropSequence
[2].Name
= "TextFrames";
3568 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
3570 EnhancedCustomShapeTextFrame aTextFrame
;
3572 static const CustomShapeProvider::ParameterPairData aData
=
3574 EnhancedCustomShapeParameterType::EQUATION
,
3575 EnhancedCustomShapeParameterType::EQUATION
,
3578 aTextFrame
.TopLeft
= createParameterPair(&aData
);
3581 static const CustomShapeProvider::ParameterPairData aData
=
3583 EnhancedCustomShapeParameterType::EQUATION
,
3584 EnhancedCustomShapeParameterType::EQUATION
,
3587 aTextFrame
.BottomRight
= createParameterPair(&aData
);
3589 aTextFrameSeq
[0] = aTextFrame
;
3591 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
3593 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
3596 awt::Rectangle aRectangle
;
3599 aRectangle
.Width
= 0;
3600 aRectangle
.Height
= 0;
3601 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
3603 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-round2DiagRect");
3605 return aPropertyMap
;
3609 // This is a generated source file. DO NOT EDIT.
3611 class ShapeCflowChartMultidocument
: public CustomShapeProvider
3613 virtual PropertyMap
getProperties()
3615 PropertyMap aPropertyMap
;
3618 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
3621 static const char *aStrings
[] = {
3622 "logheight*3675/21600",
3623 "logheight*20782/21600",
3624 "logwidth*9298/21600",
3625 "logwidth*12286/21600",
3626 "logwidth*18595/21600",
3630 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
3633 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
3636 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
3639 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
3642 Sequence
< PropertyValue
> aPropSequence (4);
3644 aPropSequence
[0].Name
= "Coordinates";
3645 static const CustomShapeProvider::ParameterPairData aData
[] = {
3647 EnhancedCustomShapeParameterType::NORMAL
,
3648 EnhancedCustomShapeParameterType::NORMAL
,
3652 EnhancedCustomShapeParameterType::NORMAL
,
3653 EnhancedCustomShapeParameterType::NORMAL
,
3657 EnhancedCustomShapeParameterType::NORMAL
,
3658 EnhancedCustomShapeParameterType::NORMAL
,
3662 EnhancedCustomShapeParameterType::NORMAL
,
3663 EnhancedCustomShapeParameterType::NORMAL
,
3667 EnhancedCustomShapeParameterType::NORMAL
,
3668 EnhancedCustomShapeParameterType::NORMAL
,
3672 EnhancedCustomShapeParameterType::NORMAL
,
3673 EnhancedCustomShapeParameterType::NORMAL
,
3677 EnhancedCustomShapeParameterType::NORMAL
,
3678 EnhancedCustomShapeParameterType::NORMAL
,
3682 EnhancedCustomShapeParameterType::NORMAL
,
3683 EnhancedCustomShapeParameterType::NORMAL
,
3687 EnhancedCustomShapeParameterType::NORMAL
,
3688 EnhancedCustomShapeParameterType::NORMAL
,
3692 EnhancedCustomShapeParameterType::NORMAL
,
3693 EnhancedCustomShapeParameterType::NORMAL
,
3697 EnhancedCustomShapeParameterType::NORMAL
,
3698 EnhancedCustomShapeParameterType::NORMAL
,
3702 EnhancedCustomShapeParameterType::NORMAL
,
3703 EnhancedCustomShapeParameterType::NORMAL
,
3707 EnhancedCustomShapeParameterType::NORMAL
,
3708 EnhancedCustomShapeParameterType::NORMAL
,
3712 EnhancedCustomShapeParameterType::NORMAL
,
3713 EnhancedCustomShapeParameterType::NORMAL
,
3717 EnhancedCustomShapeParameterType::NORMAL
,
3718 EnhancedCustomShapeParameterType::NORMAL
,
3722 EnhancedCustomShapeParameterType::NORMAL
,
3723 EnhancedCustomShapeParameterType::NORMAL
,
3727 EnhancedCustomShapeParameterType::NORMAL
,
3728 EnhancedCustomShapeParameterType::NORMAL
,
3732 EnhancedCustomShapeParameterType::NORMAL
,
3733 EnhancedCustomShapeParameterType::NORMAL
,
3737 EnhancedCustomShapeParameterType::NORMAL
,
3738 EnhancedCustomShapeParameterType::NORMAL
,
3742 EnhancedCustomShapeParameterType::NORMAL
,
3743 EnhancedCustomShapeParameterType::NORMAL
,
3747 EnhancedCustomShapeParameterType::NORMAL
,
3748 EnhancedCustomShapeParameterType::NORMAL
,
3752 EnhancedCustomShapeParameterType::NORMAL
,
3753 EnhancedCustomShapeParameterType::NORMAL
,
3757 EnhancedCustomShapeParameterType::NORMAL
,
3758 EnhancedCustomShapeParameterType::NORMAL
,
3762 EnhancedCustomShapeParameterType::NORMAL
,
3763 EnhancedCustomShapeParameterType::NORMAL
,
3767 EnhancedCustomShapeParameterType::NORMAL
,
3768 EnhancedCustomShapeParameterType::NORMAL
,
3772 EnhancedCustomShapeParameterType::NORMAL
,
3773 EnhancedCustomShapeParameterType::NORMAL
,
3777 EnhancedCustomShapeParameterType::NORMAL
,
3778 EnhancedCustomShapeParameterType::NORMAL
,
3782 EnhancedCustomShapeParameterType::NORMAL
,
3783 EnhancedCustomShapeParameterType::NORMAL
,
3787 EnhancedCustomShapeParameterType::NORMAL
,
3788 EnhancedCustomShapeParameterType::NORMAL
,
3792 EnhancedCustomShapeParameterType::NORMAL
,
3793 EnhancedCustomShapeParameterType::NORMAL
,
3797 EnhancedCustomShapeParameterType::NORMAL
,
3798 EnhancedCustomShapeParameterType::NORMAL
,
3802 EnhancedCustomShapeParameterType::NORMAL
,
3803 EnhancedCustomShapeParameterType::NORMAL
,
3807 EnhancedCustomShapeParameterType::NORMAL
,
3808 EnhancedCustomShapeParameterType::NORMAL
,
3812 EnhancedCustomShapeParameterType::NORMAL
,
3813 EnhancedCustomShapeParameterType::NORMAL
,
3817 EnhancedCustomShapeParameterType::NORMAL
,
3818 EnhancedCustomShapeParameterType::NORMAL
,
3822 EnhancedCustomShapeParameterType::NORMAL
,
3823 EnhancedCustomShapeParameterType::NORMAL
,
3827 EnhancedCustomShapeParameterType::NORMAL
,
3828 EnhancedCustomShapeParameterType::NORMAL
,
3832 EnhancedCustomShapeParameterType::NORMAL
,
3833 EnhancedCustomShapeParameterType::NORMAL
,
3837 EnhancedCustomShapeParameterType::NORMAL
,
3838 EnhancedCustomShapeParameterType::NORMAL
,
3842 EnhancedCustomShapeParameterType::NORMAL
,
3843 EnhancedCustomShapeParameterType::NORMAL
,
3847 EnhancedCustomShapeParameterType::NORMAL
,
3848 EnhancedCustomShapeParameterType::NORMAL
,
3852 EnhancedCustomShapeParameterType::NORMAL
,
3853 EnhancedCustomShapeParameterType::NORMAL
,
3857 EnhancedCustomShapeParameterType::NORMAL
,
3858 EnhancedCustomShapeParameterType::NORMAL
,
3862 EnhancedCustomShapeParameterType::NORMAL
,
3863 EnhancedCustomShapeParameterType::NORMAL
,
3867 EnhancedCustomShapeParameterType::NORMAL
,
3868 EnhancedCustomShapeParameterType::NORMAL
,
3872 EnhancedCustomShapeParameterType::NORMAL
,
3873 EnhancedCustomShapeParameterType::NORMAL
,
3877 EnhancedCustomShapeParameterType::NORMAL
,
3878 EnhancedCustomShapeParameterType::NORMAL
,
3882 EnhancedCustomShapeParameterType::NORMAL
,
3883 EnhancedCustomShapeParameterType::NORMAL
,
3887 EnhancedCustomShapeParameterType::NORMAL
,
3888 EnhancedCustomShapeParameterType::NORMAL
,
3892 EnhancedCustomShapeParameterType::NORMAL
,
3893 EnhancedCustomShapeParameterType::NORMAL
,
3897 EnhancedCustomShapeParameterType::NORMAL
,
3898 EnhancedCustomShapeParameterType::NORMAL
,
3902 EnhancedCustomShapeParameterType::NORMAL
,
3903 EnhancedCustomShapeParameterType::NORMAL
,
3907 EnhancedCustomShapeParameterType::NORMAL
,
3908 EnhancedCustomShapeParameterType::NORMAL
,
3912 EnhancedCustomShapeParameterType::NORMAL
,
3913 EnhancedCustomShapeParameterType::NORMAL
,
3917 EnhancedCustomShapeParameterType::NORMAL
,
3918 EnhancedCustomShapeParameterType::NORMAL
,
3922 EnhancedCustomShapeParameterType::NORMAL
,
3923 EnhancedCustomShapeParameterType::NORMAL
,
3927 EnhancedCustomShapeParameterType::NORMAL
,
3928 EnhancedCustomShapeParameterType::NORMAL
,
3932 EnhancedCustomShapeParameterType::NORMAL
,
3933 EnhancedCustomShapeParameterType::NORMAL
,
3937 EnhancedCustomShapeParameterType::NORMAL
,
3938 EnhancedCustomShapeParameterType::NORMAL
,
3942 EnhancedCustomShapeParameterType::NORMAL
,
3943 EnhancedCustomShapeParameterType::NORMAL
,
3947 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
3950 aPropSequence
[1].Name
= "Segments";
3951 static const sal_uInt16 nValues
[] = {
3993 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
3996 aPropSequence
[2].Name
= "SubViewSize";
3997 Sequence
< awt::Size
> aSizeSequence (3);
4000 aSize
.Width
= 21600;
4001 aSize
.Height
= 21600;
4002 aSizeSequence
[0] = aSize
;
4006 aSize
.Width
= 21600;
4007 aSize
.Height
= 21600;
4008 aSizeSequence
[1] = aSize
;
4012 aSize
.Width
= 21600;
4013 aSize
.Height
= 21600;
4014 aSizeSequence
[2] = aSize
;
4016 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
4019 aPropSequence
[3].Name
= "TextFrames";
4020 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4022 EnhancedCustomShapeTextFrame aTextFrame
;
4024 static const CustomShapeProvider::ParameterPairData aData
=
4026 EnhancedCustomShapeParameterType::NORMAL
,
4027 EnhancedCustomShapeParameterType::EQUATION
,
4030 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4033 static const CustomShapeProvider::ParameterPairData aData
=
4035 EnhancedCustomShapeParameterType::EQUATION
,
4036 EnhancedCustomShapeParameterType::EQUATION
,
4039 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4041 aTextFrameSeq
[0] = aTextFrame
;
4043 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
4045 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4048 awt::Rectangle aRectangle
;
4051 aRectangle
.Width
= 0;
4052 aRectangle
.Height
= 0;
4053 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4055 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartMultidocument");
4057 return aPropertyMap
;
4061 // This is a generated source file. DO NOT EDIT.
4063 class ShapeCactionButtonDocument
: public CustomShapeProvider
4065 virtual PropertyMap
getProperties()
4067 PropertyMap aPropertyMap
;
4070 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
4073 static const char *aStrings
[] = {
4074 "min(logwidth,logheight)",
4089 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4092 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
4095 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4098 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4101 Sequence
< PropertyValue
> aPropSequence (3);
4103 aPropSequence
[0].Name
= "Coordinates";
4104 static const CustomShapeProvider::ParameterPairData aData
[] = {
4106 EnhancedCustomShapeParameterType::NORMAL
,
4107 EnhancedCustomShapeParameterType::NORMAL
,
4111 EnhancedCustomShapeParameterType::EQUATION
,
4112 EnhancedCustomShapeParameterType::NORMAL
,
4116 EnhancedCustomShapeParameterType::EQUATION
,
4117 EnhancedCustomShapeParameterType::EQUATION
,
4121 EnhancedCustomShapeParameterType::NORMAL
,
4122 EnhancedCustomShapeParameterType::EQUATION
,
4126 EnhancedCustomShapeParameterType::EQUATION
,
4127 EnhancedCustomShapeParameterType::EQUATION
,
4131 EnhancedCustomShapeParameterType::EQUATION
,
4132 EnhancedCustomShapeParameterType::EQUATION
,
4136 EnhancedCustomShapeParameterType::EQUATION
,
4137 EnhancedCustomShapeParameterType::EQUATION
,
4141 EnhancedCustomShapeParameterType::EQUATION
,
4142 EnhancedCustomShapeParameterType::EQUATION
,
4146 EnhancedCustomShapeParameterType::EQUATION
,
4147 EnhancedCustomShapeParameterType::EQUATION
,
4151 EnhancedCustomShapeParameterType::EQUATION
,
4152 EnhancedCustomShapeParameterType::EQUATION
,
4156 EnhancedCustomShapeParameterType::EQUATION
,
4157 EnhancedCustomShapeParameterType::EQUATION
,
4161 EnhancedCustomShapeParameterType::EQUATION
,
4162 EnhancedCustomShapeParameterType::EQUATION
,
4166 EnhancedCustomShapeParameterType::EQUATION
,
4167 EnhancedCustomShapeParameterType::EQUATION
,
4171 EnhancedCustomShapeParameterType::EQUATION
,
4172 EnhancedCustomShapeParameterType::EQUATION
,
4176 EnhancedCustomShapeParameterType::EQUATION
,
4177 EnhancedCustomShapeParameterType::EQUATION
,
4181 EnhancedCustomShapeParameterType::EQUATION
,
4182 EnhancedCustomShapeParameterType::EQUATION
,
4186 EnhancedCustomShapeParameterType::EQUATION
,
4187 EnhancedCustomShapeParameterType::EQUATION
,
4191 EnhancedCustomShapeParameterType::EQUATION
,
4192 EnhancedCustomShapeParameterType::EQUATION
,
4196 EnhancedCustomShapeParameterType::EQUATION
,
4197 EnhancedCustomShapeParameterType::EQUATION
,
4201 EnhancedCustomShapeParameterType::EQUATION
,
4202 EnhancedCustomShapeParameterType::EQUATION
,
4206 EnhancedCustomShapeParameterType::EQUATION
,
4207 EnhancedCustomShapeParameterType::EQUATION
,
4211 EnhancedCustomShapeParameterType::EQUATION
,
4212 EnhancedCustomShapeParameterType::EQUATION
,
4216 EnhancedCustomShapeParameterType::EQUATION
,
4217 EnhancedCustomShapeParameterType::EQUATION
,
4221 EnhancedCustomShapeParameterType::EQUATION
,
4222 EnhancedCustomShapeParameterType::EQUATION
,
4226 EnhancedCustomShapeParameterType::EQUATION
,
4227 EnhancedCustomShapeParameterType::EQUATION
,
4231 EnhancedCustomShapeParameterType::EQUATION
,
4232 EnhancedCustomShapeParameterType::EQUATION
,
4236 EnhancedCustomShapeParameterType::NORMAL
,
4237 EnhancedCustomShapeParameterType::NORMAL
,
4241 EnhancedCustomShapeParameterType::EQUATION
,
4242 EnhancedCustomShapeParameterType::NORMAL
,
4246 EnhancedCustomShapeParameterType::EQUATION
,
4247 EnhancedCustomShapeParameterType::EQUATION
,
4251 EnhancedCustomShapeParameterType::NORMAL
,
4252 EnhancedCustomShapeParameterType::EQUATION
,
4256 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4259 aPropSequence
[1].Name
= "Segments";
4260 static const sal_uInt16 nValues
[] = {
4295 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4298 aPropSequence
[2].Name
= "TextFrames";
4299 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4301 EnhancedCustomShapeTextFrame aTextFrame
;
4303 static const CustomShapeProvider::ParameterPairData aData
=
4305 EnhancedCustomShapeParameterType::NORMAL
,
4306 EnhancedCustomShapeParameterType::NORMAL
,
4309 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4312 static const CustomShapeProvider::ParameterPairData aData
=
4314 EnhancedCustomShapeParameterType::EQUATION
,
4315 EnhancedCustomShapeParameterType::EQUATION
,
4318 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4320 aTextFrameSeq
[0] = aTextFrame
;
4322 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
4324 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4327 awt::Rectangle aRectangle
;
4330 aRectangle
.Width
= 0;
4331 aRectangle
.Height
= 0;
4332 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4334 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-actionButtonDocument");
4336 return aPropertyMap
;
4340 // This is a generated source file. DO NOT EDIT.
4342 class ShapeCflowChartTerminator
: public CustomShapeProvider
4344 virtual PropertyMap
getProperties()
4346 PropertyMap aPropertyMap
;
4349 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
4352 static const char *aStrings
[] = {
4353 "logwidth*1018/21600",
4354 "logwidth*20582/21600",
4355 "logheight*3163/21600",
4356 "logheight*18437/21600",
4361 "(16200000)/60000.0",
4362 "(10800000)/60000.0",
4363 "(5400000)/60000.0",
4364 "(10800000)/60000.0"
4366 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4369 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
4372 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4375 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4378 Sequence
< PropertyValue
> aPropSequence (4);
4380 aPropSequence
[0].Name
= "Coordinates";
4381 static const CustomShapeProvider::ParameterPairData aData
[] = {
4383 EnhancedCustomShapeParameterType::NORMAL
,
4384 EnhancedCustomShapeParameterType::NORMAL
,
4388 EnhancedCustomShapeParameterType::NORMAL
,
4389 EnhancedCustomShapeParameterType::NORMAL
,
4393 EnhancedCustomShapeParameterType::NORMAL
,
4394 EnhancedCustomShapeParameterType::NORMAL
,
4398 EnhancedCustomShapeParameterType::EQUATION
,
4399 EnhancedCustomShapeParameterType::EQUATION
,
4403 EnhancedCustomShapeParameterType::NORMAL
,
4404 EnhancedCustomShapeParameterType::NORMAL
,
4408 EnhancedCustomShapeParameterType::NORMAL
,
4409 EnhancedCustomShapeParameterType::NORMAL
,
4413 EnhancedCustomShapeParameterType::EQUATION
,
4414 EnhancedCustomShapeParameterType::EQUATION
,
4418 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4421 aPropSequence
[1].Name
= "Segments";
4422 static const sal_uInt16 nValues
[] = {
4432 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4435 aPropSequence
[2].Name
= "SubViewSize";
4436 Sequence
< awt::Size
> aSizeSequence (1);
4439 aSize
.Width
= 21600;
4440 aSize
.Height
= 21600;
4441 aSizeSequence
[0] = aSize
;
4443 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
4446 aPropSequence
[3].Name
= "TextFrames";
4447 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4449 EnhancedCustomShapeTextFrame aTextFrame
;
4451 static const CustomShapeProvider::ParameterPairData aData
=
4453 EnhancedCustomShapeParameterType::EQUATION
,
4454 EnhancedCustomShapeParameterType::EQUATION
,
4457 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4460 static const CustomShapeProvider::ParameterPairData aData
=
4462 EnhancedCustomShapeParameterType::EQUATION
,
4463 EnhancedCustomShapeParameterType::EQUATION
,
4466 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4468 aTextFrameSeq
[0] = aTextFrame
;
4470 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
4472 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4475 awt::Rectangle aRectangle
;
4478 aRectangle
.Width
= 0;
4479 aRectangle
.Height
= 0;
4480 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4482 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartTerminator");
4484 return aPropertyMap
;
4488 // This is a generated source file. DO NOT EDIT.
4490 class ShapeCflowChartDelay
: public CustomShapeProvider
4492 virtual PropertyMap
getProperties()
4494 PropertyMap aPropertyMap
;
4497 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
4500 static const char *aStrings
[] = {
4502 "?0 *cos(pi*(2700000)/10800000)",
4504 "?2 *sin(pi*(2700000)/10800000)",
4512 "(16200000)/60000.0",
4513 "(10800000)/60000.0"
4515 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4518 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
4521 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4524 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4527 Sequence
< PropertyValue
> aPropSequence (3);
4529 aPropSequence
[0].Name
= "Coordinates";
4530 static const CustomShapeProvider::ParameterPairData aData
[] = {
4532 EnhancedCustomShapeParameterType::NORMAL
,
4533 EnhancedCustomShapeParameterType::NORMAL
,
4537 EnhancedCustomShapeParameterType::EQUATION
,
4538 EnhancedCustomShapeParameterType::NORMAL
,
4542 EnhancedCustomShapeParameterType::EQUATION
,
4543 EnhancedCustomShapeParameterType::EQUATION
,
4547 EnhancedCustomShapeParameterType::EQUATION
,
4548 EnhancedCustomShapeParameterType::EQUATION
,
4552 EnhancedCustomShapeParameterType::NORMAL
,
4553 EnhancedCustomShapeParameterType::EQUATION
,
4557 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4560 aPropSequence
[1].Name
= "Segments";
4561 static const sal_uInt16 nValues
[] = {
4570 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4573 aPropSequence
[2].Name
= "TextFrames";
4574 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4576 EnhancedCustomShapeTextFrame aTextFrame
;
4578 static const CustomShapeProvider::ParameterPairData aData
=
4580 EnhancedCustomShapeParameterType::NORMAL
,
4581 EnhancedCustomShapeParameterType::EQUATION
,
4584 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4587 static const CustomShapeProvider::ParameterPairData aData
=
4589 EnhancedCustomShapeParameterType::EQUATION
,
4590 EnhancedCustomShapeParameterType::EQUATION
,
4593 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4595 aTextFrameSeq
[0] = aTextFrame
;
4597 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
4599 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4602 awt::Rectangle aRectangle
;
4605 aRectangle
.Width
= 0;
4606 aRectangle
.Height
= 0;
4607 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4609 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartDelay");
4611 return aPropertyMap
;
4615 // This is a generated source file. DO NOT EDIT.
4617 class ShapeCcurvedConnector5
: public CustomShapeProvider
4619 virtual PropertyMap
getProperties()
4621 PropertyMap aPropertyMap
;
4624 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
4626 Any
aAny ((sal_Int32
) 50000);
4627 aAdjSequence
[0].Value
= aAny
;
4628 aAdjSequence
[0].Name
= "adj1";
4631 Any
aAny ((sal_Int32
) 50000);
4632 aAdjSequence
[1].Value
= aAny
;
4633 aAdjSequence
[1].Name
= "adj2";
4636 Any
aAny ((sal_Int32
) 50000);
4637 aAdjSequence
[2].Value
= aAny
;
4638 aAdjSequence
[2].Name
= "adj3";
4640 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
4643 static const char *aStrings
[] = {
4644 "logwidth*$0 /100000",
4645 "logwidth*$2 /100000",
4651 "logheight*$1 /100000",
4655 "(logheight+?7 )/2",
4657 "(?11 +logheight)/2",
4661 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4664 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
4666 Sequence
< PropertyValue
> aPropSequence (4);
4668 aPropSequence
[0].Name
= "Position";
4669 static const CustomShapeProvider::ParameterPairData aData
=
4671 EnhancedCustomShapeParameterType::EQUATION
,
4672 EnhancedCustomShapeParameterType::EQUATION
,
4675 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
4678 aPropSequence
[1].Name
= "RangeXMaximum";
4679 EnhancedCustomShapeParameter aParameter
;
4680 Any
aAny ((sal_Int32
) 2147483647);
4681 aParameter
.Value
= aAny
;
4682 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4683 aPropSequence
[1].Value
= makeAny (aParameter
);
4686 aPropSequence
[2].Name
= "RangeXMinimum";
4687 EnhancedCustomShapeParameter aParameter
;
4688 Any
aAny ((sal_Int32
) -2147483647);
4689 aParameter
.Value
= aAny
;
4690 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4691 aPropSequence
[2].Value
= makeAny (aParameter
);
4694 aPropSequence
[3].Name
= "RefX";
4695 Any
aAny ((sal_Int32
) 0);
4696 aPropSequence
[3].Value
= makeAny (aAny
);
4698 aPropSequenceSequence
[0] = aPropSequence
;
4701 Sequence
< PropertyValue
> aPropSequence (4);
4703 aPropSequence
[0].Name
= "Position";
4704 static const CustomShapeProvider::ParameterPairData aData
=
4706 EnhancedCustomShapeParameterType::EQUATION
,
4707 EnhancedCustomShapeParameterType::EQUATION
,
4710 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
4713 aPropSequence
[1].Name
= "RangeYMaximum";
4714 EnhancedCustomShapeParameter aParameter
;
4715 Any
aAny ((sal_Int32
) 2147483647);
4716 aParameter
.Value
= aAny
;
4717 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4718 aPropSequence
[1].Value
= makeAny (aParameter
);
4721 aPropSequence
[2].Name
= "RangeYMinimum";
4722 EnhancedCustomShapeParameter aParameter
;
4723 Any
aAny ((sal_Int32
) -2147483647);
4724 aParameter
.Value
= aAny
;
4725 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4726 aPropSequence
[2].Value
= makeAny (aParameter
);
4729 aPropSequence
[3].Name
= "RefY";
4730 Any
aAny ((sal_Int32
) 1);
4731 aPropSequence
[3].Value
= makeAny (aAny
);
4733 aPropSequenceSequence
[1] = aPropSequence
;
4736 Sequence
< PropertyValue
> aPropSequence (4);
4738 aPropSequence
[0].Name
= "Position";
4739 static const CustomShapeProvider::ParameterPairData aData
=
4741 EnhancedCustomShapeParameterType::EQUATION
,
4742 EnhancedCustomShapeParameterType::EQUATION
,
4745 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
4748 aPropSequence
[1].Name
= "RangeXMaximum";
4749 EnhancedCustomShapeParameter aParameter
;
4750 Any
aAny ((sal_Int32
) 2147483647);
4751 aParameter
.Value
= aAny
;
4752 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4753 aPropSequence
[1].Value
= makeAny (aParameter
);
4756 aPropSequence
[2].Name
= "RangeXMinimum";
4757 EnhancedCustomShapeParameter aParameter
;
4758 Any
aAny ((sal_Int32
) -2147483647);
4759 aParameter
.Value
= aAny
;
4760 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
4761 aPropSequence
[2].Value
= makeAny (aParameter
);
4764 aPropSequence
[3].Name
= "RefX";
4765 Any
aAny ((sal_Int32
) 2);
4766 aPropSequence
[3].Value
= makeAny (aAny
);
4768 aPropSequenceSequence
[2] = aPropSequence
;
4770 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
4773 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
4776 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
4779 Sequence
< PropertyValue
> aPropSequence (3);
4781 aPropSequence
[0].Name
= "Coordinates";
4782 static const CustomShapeProvider::ParameterPairData aData
[] = {
4784 EnhancedCustomShapeParameterType::NORMAL
,
4785 EnhancedCustomShapeParameterType::NORMAL
,
4789 EnhancedCustomShapeParameterType::EQUATION
,
4790 EnhancedCustomShapeParameterType::NORMAL
,
4794 EnhancedCustomShapeParameterType::EQUATION
,
4795 EnhancedCustomShapeParameterType::EQUATION
,
4799 EnhancedCustomShapeParameterType::EQUATION
,
4800 EnhancedCustomShapeParameterType::EQUATION
,
4804 EnhancedCustomShapeParameterType::EQUATION
,
4805 EnhancedCustomShapeParameterType::EQUATION
,
4809 EnhancedCustomShapeParameterType::EQUATION
,
4810 EnhancedCustomShapeParameterType::EQUATION
,
4814 EnhancedCustomShapeParameterType::EQUATION
,
4815 EnhancedCustomShapeParameterType::EQUATION
,
4819 EnhancedCustomShapeParameterType::EQUATION
,
4820 EnhancedCustomShapeParameterType::EQUATION
,
4824 EnhancedCustomShapeParameterType::EQUATION
,
4825 EnhancedCustomShapeParameterType::EQUATION
,
4829 EnhancedCustomShapeParameterType::EQUATION
,
4830 EnhancedCustomShapeParameterType::EQUATION
,
4834 EnhancedCustomShapeParameterType::EQUATION
,
4835 EnhancedCustomShapeParameterType::EQUATION
,
4839 EnhancedCustomShapeParameterType::EQUATION
,
4840 EnhancedCustomShapeParameterType::EQUATION
,
4844 EnhancedCustomShapeParameterType::EQUATION
,
4845 EnhancedCustomShapeParameterType::EQUATION
,
4849 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
4852 aPropSequence
[1].Name
= "Segments";
4853 static const sal_uInt16 nValues
[] = {
4860 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
4863 aPropSequence
[2].Name
= "TextFrames";
4864 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
4866 EnhancedCustomShapeTextFrame aTextFrame
;
4868 static const CustomShapeProvider::ParameterPairData aData
=
4870 EnhancedCustomShapeParameterType::NORMAL
,
4871 EnhancedCustomShapeParameterType::NORMAL
,
4874 aTextFrame
.TopLeft
= createParameterPair(&aData
);
4877 static const CustomShapeProvider::ParameterPairData aData
=
4879 EnhancedCustomShapeParameterType::EQUATION
,
4880 EnhancedCustomShapeParameterType::EQUATION
,
4883 aTextFrame
.BottomRight
= createParameterPair(&aData
);
4885 aTextFrameSeq
[0] = aTextFrame
;
4887 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
4889 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
4892 awt::Rectangle aRectangle
;
4895 aRectangle
.Width
= 0;
4896 aRectangle
.Height
= 0;
4897 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
4899 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-curvedConnector5");
4901 return aPropertyMap
;
4905 // This is a generated source file. DO NOT EDIT.
4907 class ShapeChorizontalScroll
: public CustomShapeProvider
4909 virtual PropertyMap
getProperties()
4911 PropertyMap aPropertyMap
;
4914 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
4916 Any
aAny ((sal_Int32
) 12500);
4917 aAdjSequence
[0].Value
= aAny
;
4918 aAdjSequence
[0].Name
= "adj";
4920 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
4923 static const char *aStrings
[] = {
4924 "if(0-$0 ,0,if(25000-$0 ,$0 ,25000))",
4925 "min(logwidth,logheight)",
4940 "(5400000)/60000.0",
4942 "(10800000)/60000.0",
4943 "(16200000)/60000.0",
4944 "(-5400000)/60000.0",
4945 "(10800000)/60000.0",
4946 "(-10800000)/60000.0",
4947 "(5400000)/60000.0",
4948 "(-5400000)/60000.0",
4949 "(5400000)/60000.0",
4950 "(-5400000)/60000.0",
4952 "(-10800000)/60000.0",
4953 "(5400000)/60000.0",
4954 "(-5400000)/60000.0",
4956 "(-10800000)/60000.0",
4957 "(5400000)/60000.0",
4958 "(-16200000)/60000.0",
4959 "(10800000)/60000.0",
4960 "(-10800000)/60000.0",
4961 "(10800000)/60000.0",
4962 "(5400000)/60000.0",
4963 "(10800000)/60000.0",
4964 "(10800000)/60000.0",
4966 "(5400000)/60000.0",
4968 "(10800000)/60000.0",
4969 "(5400000)/60000.0",
4970 "(-5400000)/60000.0",
4972 "(10800000)/60000.0",
4973 "(10800000)/60000.0",
4974 "(10800000)/60000.0",
4976 "(10800000)/60000.0"
4978 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
4981 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
4983 Sequence
< PropertyValue
> aPropSequence (4);
4985 aPropSequence
[0].Name
= "Position";
4986 static const CustomShapeProvider::ParameterPairData aData
=
4988 EnhancedCustomShapeParameterType::EQUATION
,
4989 EnhancedCustomShapeParameterType::NORMAL
,
4992 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
4995 aPropSequence
[1].Name
= "RangeXMaximum";
4996 EnhancedCustomShapeParameter aParameter
;
4997 Any
aAny ((sal_Int32
) 25000);
4998 aParameter
.Value
= aAny
;
4999 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5000 aPropSequence
[1].Value
= makeAny (aParameter
);
5003 aPropSequence
[2].Name
= "RangeXMinimum";
5004 EnhancedCustomShapeParameter aParameter
;
5005 Any
aAny ((sal_Int32
) 0);
5006 aParameter
.Value
= aAny
;
5007 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5008 aPropSequence
[2].Value
= makeAny (aParameter
);
5011 aPropSequence
[3].Name
= "RefX";
5012 Any
aAny ((sal_Int32
) 0);
5013 aPropSequence
[3].Value
= makeAny (aAny
);
5015 aPropSequenceSequence
[0] = aPropSequence
;
5017 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
5020 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
5023 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
5026 Sequence
< PropertyValue
> aPropSequence (3);
5028 aPropSequence
[0].Name
= "Coordinates";
5029 static const CustomShapeProvider::ParameterPairData aData
[] = {
5031 EnhancedCustomShapeParameterType::EQUATION
,
5032 EnhancedCustomShapeParameterType::EQUATION
,
5036 EnhancedCustomShapeParameterType::EQUATION
,
5037 EnhancedCustomShapeParameterType::EQUATION
,
5041 EnhancedCustomShapeParameterType::EQUATION
,
5042 EnhancedCustomShapeParameterType::EQUATION
,
5046 EnhancedCustomShapeParameterType::EQUATION
,
5047 EnhancedCustomShapeParameterType::EQUATION
,
5051 EnhancedCustomShapeParameterType::EQUATION
,
5052 EnhancedCustomShapeParameterType::EQUATION
,
5056 EnhancedCustomShapeParameterType::EQUATION
,
5057 EnhancedCustomShapeParameterType::EQUATION
,
5061 EnhancedCustomShapeParameterType::EQUATION
,
5062 EnhancedCustomShapeParameterType::EQUATION
,
5066 EnhancedCustomShapeParameterType::EQUATION
,
5067 EnhancedCustomShapeParameterType::EQUATION
,
5071 EnhancedCustomShapeParameterType::EQUATION
,
5072 EnhancedCustomShapeParameterType::EQUATION
,
5076 EnhancedCustomShapeParameterType::EQUATION
,
5077 EnhancedCustomShapeParameterType::EQUATION
,
5081 EnhancedCustomShapeParameterType::NORMAL
,
5082 EnhancedCustomShapeParameterType::EQUATION
,
5086 EnhancedCustomShapeParameterType::EQUATION
,
5087 EnhancedCustomShapeParameterType::EQUATION
,
5091 EnhancedCustomShapeParameterType::EQUATION
,
5092 EnhancedCustomShapeParameterType::EQUATION
,
5096 EnhancedCustomShapeParameterType::EQUATION
,
5097 EnhancedCustomShapeParameterType::EQUATION
,
5101 EnhancedCustomShapeParameterType::EQUATION
,
5102 EnhancedCustomShapeParameterType::EQUATION
,
5106 EnhancedCustomShapeParameterType::EQUATION
,
5107 EnhancedCustomShapeParameterType::EQUATION
,
5111 EnhancedCustomShapeParameterType::EQUATION
,
5112 EnhancedCustomShapeParameterType::EQUATION
,
5116 EnhancedCustomShapeParameterType::EQUATION
,
5117 EnhancedCustomShapeParameterType::EQUATION
,
5121 EnhancedCustomShapeParameterType::EQUATION
,
5122 EnhancedCustomShapeParameterType::EQUATION
,
5126 EnhancedCustomShapeParameterType::EQUATION
,
5127 EnhancedCustomShapeParameterType::EQUATION
,
5131 EnhancedCustomShapeParameterType::EQUATION
,
5132 EnhancedCustomShapeParameterType::EQUATION
,
5136 EnhancedCustomShapeParameterType::EQUATION
,
5137 EnhancedCustomShapeParameterType::EQUATION
,
5141 EnhancedCustomShapeParameterType::EQUATION
,
5142 EnhancedCustomShapeParameterType::EQUATION
,
5146 EnhancedCustomShapeParameterType::EQUATION
,
5147 EnhancedCustomShapeParameterType::EQUATION
,
5151 EnhancedCustomShapeParameterType::EQUATION
,
5152 EnhancedCustomShapeParameterType::EQUATION
,
5156 EnhancedCustomShapeParameterType::EQUATION
,
5157 EnhancedCustomShapeParameterType::EQUATION
,
5161 EnhancedCustomShapeParameterType::EQUATION
,
5162 EnhancedCustomShapeParameterType::EQUATION
,
5166 EnhancedCustomShapeParameterType::EQUATION
,
5167 EnhancedCustomShapeParameterType::EQUATION
,
5171 EnhancedCustomShapeParameterType::EQUATION
,
5172 EnhancedCustomShapeParameterType::EQUATION
,
5176 EnhancedCustomShapeParameterType::EQUATION
,
5177 EnhancedCustomShapeParameterType::EQUATION
,
5181 EnhancedCustomShapeParameterType::EQUATION
,
5182 EnhancedCustomShapeParameterType::EQUATION
,
5186 EnhancedCustomShapeParameterType::EQUATION
,
5187 EnhancedCustomShapeParameterType::EQUATION
,
5191 EnhancedCustomShapeParameterType::NORMAL
,
5192 EnhancedCustomShapeParameterType::EQUATION
,
5196 EnhancedCustomShapeParameterType::EQUATION
,
5197 EnhancedCustomShapeParameterType::EQUATION
,
5201 EnhancedCustomShapeParameterType::EQUATION
,
5202 EnhancedCustomShapeParameterType::EQUATION
,
5206 EnhancedCustomShapeParameterType::EQUATION
,
5207 EnhancedCustomShapeParameterType::EQUATION
,
5211 EnhancedCustomShapeParameterType::EQUATION
,
5212 EnhancedCustomShapeParameterType::EQUATION
,
5216 EnhancedCustomShapeParameterType::EQUATION
,
5217 EnhancedCustomShapeParameterType::EQUATION
,
5221 EnhancedCustomShapeParameterType::EQUATION
,
5222 EnhancedCustomShapeParameterType::EQUATION
,
5226 EnhancedCustomShapeParameterType::EQUATION
,
5227 EnhancedCustomShapeParameterType::EQUATION
,
5231 EnhancedCustomShapeParameterType::EQUATION
,
5232 EnhancedCustomShapeParameterType::EQUATION
,
5236 EnhancedCustomShapeParameterType::EQUATION
,
5237 EnhancedCustomShapeParameterType::EQUATION
,
5241 EnhancedCustomShapeParameterType::EQUATION
,
5242 EnhancedCustomShapeParameterType::EQUATION
,
5246 EnhancedCustomShapeParameterType::EQUATION
,
5247 EnhancedCustomShapeParameterType::EQUATION
,
5251 EnhancedCustomShapeParameterType::EQUATION
,
5252 EnhancedCustomShapeParameterType::EQUATION
,
5256 EnhancedCustomShapeParameterType::EQUATION
,
5257 EnhancedCustomShapeParameterType::EQUATION
,
5261 EnhancedCustomShapeParameterType::EQUATION
,
5262 EnhancedCustomShapeParameterType::EQUATION
,
5266 EnhancedCustomShapeParameterType::EQUATION
,
5267 EnhancedCustomShapeParameterType::EQUATION
,
5271 EnhancedCustomShapeParameterType::EQUATION
,
5272 EnhancedCustomShapeParameterType::EQUATION
,
5276 EnhancedCustomShapeParameterType::EQUATION
,
5277 EnhancedCustomShapeParameterType::EQUATION
,
5281 EnhancedCustomShapeParameterType::EQUATION
,
5282 EnhancedCustomShapeParameterType::EQUATION
,
5286 EnhancedCustomShapeParameterType::EQUATION
,
5287 EnhancedCustomShapeParameterType::EQUATION
,
5291 EnhancedCustomShapeParameterType::EQUATION
,
5292 EnhancedCustomShapeParameterType::EQUATION
,
5296 EnhancedCustomShapeParameterType::EQUATION
,
5297 EnhancedCustomShapeParameterType::EQUATION
,
5301 EnhancedCustomShapeParameterType::EQUATION
,
5302 EnhancedCustomShapeParameterType::EQUATION
,
5306 EnhancedCustomShapeParameterType::EQUATION
,
5307 EnhancedCustomShapeParameterType::EQUATION
,
5311 EnhancedCustomShapeParameterType::EQUATION
,
5312 EnhancedCustomShapeParameterType::EQUATION
,
5316 EnhancedCustomShapeParameterType::EQUATION
,
5317 EnhancedCustomShapeParameterType::EQUATION
,
5321 EnhancedCustomShapeParameterType::EQUATION
,
5322 EnhancedCustomShapeParameterType::EQUATION
,
5326 EnhancedCustomShapeParameterType::EQUATION
,
5327 EnhancedCustomShapeParameterType::EQUATION
,
5331 EnhancedCustomShapeParameterType::EQUATION
,
5332 EnhancedCustomShapeParameterType::EQUATION
,
5336 EnhancedCustomShapeParameterType::EQUATION
,
5337 EnhancedCustomShapeParameterType::EQUATION
,
5341 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5344 aPropSequence
[1].Name
= "Segments";
5345 static const sal_uInt16 nValues
[] = {
5395 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5398 aPropSequence
[2].Name
= "TextFrames";
5399 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
5401 EnhancedCustomShapeTextFrame aTextFrame
;
5403 static const CustomShapeProvider::ParameterPairData aData
=
5405 EnhancedCustomShapeParameterType::EQUATION
,
5406 EnhancedCustomShapeParameterType::EQUATION
,
5409 aTextFrame
.TopLeft
= createParameterPair(&aData
);
5412 static const CustomShapeProvider::ParameterPairData aData
=
5414 EnhancedCustomShapeParameterType::EQUATION
,
5415 EnhancedCustomShapeParameterType::EQUATION
,
5418 aTextFrame
.BottomRight
= createParameterPair(&aData
);
5420 aTextFrameSeq
[0] = aTextFrame
;
5422 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
5424 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
5427 awt::Rectangle aRectangle
;
5430 aRectangle
.Width
= 0;
5431 aRectangle
.Height
= 0;
5432 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
5434 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-horizontalScroll");
5436 return aPropertyMap
;
5440 // This is a generated source file. DO NOT EDIT.
5442 class ShapeCbentConnector4
: public CustomShapeProvider
5444 virtual PropertyMap
getProperties()
5446 PropertyMap aPropertyMap
;
5449 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
5451 Any
aAny ((sal_Int32
) 50000);
5452 aAdjSequence
[0].Value
= aAny
;
5453 aAdjSequence
[0].Name
= "adj1";
5456 Any
aAny ((sal_Int32
) 50000);
5457 aAdjSequence
[1].Value
= aAny
;
5458 aAdjSequence
[1].Name
= "adj2";
5460 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
5463 static const char *aStrings
[] = {
5464 "logwidth*$0 /100000",
5466 "logheight*$1 /100000",
5471 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
5474 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
5476 Sequence
< PropertyValue
> aPropSequence (4);
5478 aPropSequence
[0].Name
= "Position";
5479 static const CustomShapeProvider::ParameterPairData aData
=
5481 EnhancedCustomShapeParameterType::EQUATION
,
5482 EnhancedCustomShapeParameterType::EQUATION
,
5485 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5488 aPropSequence
[1].Name
= "RangeXMaximum";
5489 EnhancedCustomShapeParameter aParameter
;
5490 Any
aAny ((sal_Int32
) 2147483647);
5491 aParameter
.Value
= aAny
;
5492 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5493 aPropSequence
[1].Value
= makeAny (aParameter
);
5496 aPropSequence
[2].Name
= "RangeXMinimum";
5497 EnhancedCustomShapeParameter aParameter
;
5498 Any
aAny ((sal_Int32
) -2147483647);
5499 aParameter
.Value
= aAny
;
5500 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5501 aPropSequence
[2].Value
= makeAny (aParameter
);
5504 aPropSequence
[3].Name
= "RefX";
5505 Any
aAny ((sal_Int32
) 0);
5506 aPropSequence
[3].Value
= makeAny (aAny
);
5508 aPropSequenceSequence
[0] = aPropSequence
;
5511 Sequence
< PropertyValue
> aPropSequence (4);
5513 aPropSequence
[0].Name
= "Position";
5514 static const CustomShapeProvider::ParameterPairData aData
=
5516 EnhancedCustomShapeParameterType::EQUATION
,
5517 EnhancedCustomShapeParameterType::EQUATION
,
5520 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5523 aPropSequence
[1].Name
= "RangeYMaximum";
5524 EnhancedCustomShapeParameter aParameter
;
5525 Any
aAny ((sal_Int32
) 2147483647);
5526 aParameter
.Value
= aAny
;
5527 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5528 aPropSequence
[1].Value
= makeAny (aParameter
);
5531 aPropSequence
[2].Name
= "RangeYMinimum";
5532 EnhancedCustomShapeParameter aParameter
;
5533 Any
aAny ((sal_Int32
) -2147483647);
5534 aParameter
.Value
= aAny
;
5535 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5536 aPropSequence
[2].Value
= makeAny (aParameter
);
5539 aPropSequence
[3].Name
= "RefY";
5540 Any
aAny ((sal_Int32
) 1);
5541 aPropSequence
[3].Value
= makeAny (aAny
);
5543 aPropSequenceSequence
[1] = aPropSequence
;
5545 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
5548 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
5551 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
5554 Sequence
< PropertyValue
> aPropSequence (3);
5556 aPropSequence
[0].Name
= "Coordinates";
5557 static const CustomShapeProvider::ParameterPairData aData
[] = {
5559 EnhancedCustomShapeParameterType::NORMAL
,
5560 EnhancedCustomShapeParameterType::NORMAL
,
5564 EnhancedCustomShapeParameterType::EQUATION
,
5565 EnhancedCustomShapeParameterType::NORMAL
,
5569 EnhancedCustomShapeParameterType::EQUATION
,
5570 EnhancedCustomShapeParameterType::EQUATION
,
5574 EnhancedCustomShapeParameterType::EQUATION
,
5575 EnhancedCustomShapeParameterType::EQUATION
,
5579 EnhancedCustomShapeParameterType::EQUATION
,
5580 EnhancedCustomShapeParameterType::EQUATION
,
5584 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
5587 aPropSequence
[1].Name
= "Segments";
5588 static const sal_uInt16 nValues
[] = {
5595 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
5598 aPropSequence
[2].Name
= "TextFrames";
5599 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
5601 EnhancedCustomShapeTextFrame aTextFrame
;
5603 static const CustomShapeProvider::ParameterPairData aData
=
5605 EnhancedCustomShapeParameterType::NORMAL
,
5606 EnhancedCustomShapeParameterType::NORMAL
,
5609 aTextFrame
.TopLeft
= createParameterPair(&aData
);
5612 static const CustomShapeProvider::ParameterPairData aData
=
5614 EnhancedCustomShapeParameterType::EQUATION
,
5615 EnhancedCustomShapeParameterType::EQUATION
,
5618 aTextFrame
.BottomRight
= createParameterPair(&aData
);
5620 aTextFrameSeq
[0] = aTextFrame
;
5622 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
5624 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
5627 awt::Rectangle aRectangle
;
5630 aRectangle
.Width
= 0;
5631 aRectangle
.Height
= 0;
5632 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
5634 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-bentConnector4");
5636 return aPropertyMap
;
5640 // This is a generated source file. DO NOT EDIT.
5642 class ShapeCleftRightCircularArrow
: public CustomShapeProvider
5644 virtual PropertyMap
getProperties()
5646 PropertyMap aPropertyMap
;
5649 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (5);
5651 Any
aAny ((sal_Int32
) 12500);
5652 aAdjSequence
[0].Value
= aAny
;
5653 aAdjSequence
[0].Name
= "adj1";
5656 Any
aAny ((sal_Int32
) 1142319);
5657 aAdjSequence
[1].Value
= aAny
;
5658 aAdjSequence
[1].Name
= "adj2";
5661 Any
aAny ((sal_Int32
) 20457681);
5662 aAdjSequence
[2].Value
= aAny
;
5663 aAdjSequence
[2].Name
= "adj3";
5666 Any
aAny ((sal_Int32
) 11942319);
5667 aAdjSequence
[3].Value
= aAny
;
5668 aAdjSequence
[3].Name
= "adj4";
5671 Any
aAny ((sal_Int32
) 12500);
5672 aAdjSequence
[4].Value
= aAny
;
5673 aAdjSequence
[4].Name
= "adj5";
5675 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
5678 static const char *aStrings
[] = {
5679 "if(0-$4 ,0,if(25000-$4 ,$4 ,25000))",
5681 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
5682 "if(1-$2 ,1,if(21599999-$2 ,$2 ,21599999))",
5683 "if(0-$3 ,0,if(21599999-$3 ,$3 ,21599999))",
5684 "min(logwidth,logheight)",
5696 "?15 *sin(pi*(?3 )/10800000)",
5697 "?16 *cos(pi*(?3 )/10800000)",
5698 "?15 *(cos(atan2(?17 ,?18 )))",
5699 "?16 *(sin(atan2(?17 ,?18 )))",
5717 "(10800000*atan2(?37 ,1))/pi",
5719 "if(?38 ,?38 ,?39 )",
5722 "if(?41 ,?41 ,?42 )",
5725 "if(?44 ,?45 ,?43 )",
5727 "if(0-$1 ,0,if(?47 -$1 ,$1 ,?47 ))",
5729 "?15 *sin(pi*(?49 )/10800000)",
5730 "?16 *cos(pi*(?49 )/10800000)",
5731 "?15 *(cos(atan2(?50 ,?51 )))",
5732 "?16 *(sin(atan2(?50 ,?51 )))",
5735 "?7 *cos(pi*(?49 )/10800000)",
5736 "?7 *sin(pi*(?49 )/10800000)",
5739 "?7 *cos(pi*(?49 )/10800000)",
5740 "?7 *sin(pi*(?49 )/10800000)",
5754 "sqrt(?73 *?73 +?74 *?74 +0*0)",
5783 "sqrt(?100 *?100 +?102 *?102 +0*0)",
5784 "sqrt(?101 *?101 +?103 *?103 +0*0)",
5786 "if(?106 ,?91 ,?93 )",
5787 "if(?106 ,?97 ,?99 )",
5798 "sqrt(?117 *?117 +?118 *?118 +0*0)",
5812 "(?132 +?131 )/?124 ",
5818 "(?138 +?137 )/?124 ",
5825 "sqrt(?142 *?142 +?144 *?144 +0*0)",
5826 "sqrt(?143 *?143 +?145 *?145 +0*0)",
5828 "if(?148 ,?133 ,?135 )",
5829 "if(?148 ,?139 ,?141 )",
5834 "?15 *sin(pi*(?4 )/10800000)",
5835 "?16 *cos(pi*(?4 )/10800000)",
5836 "?15 *(cos(atan2(?155 ,?156 )))",
5837 "?16 *(sin(atan2(?155 ,?156 )))",
5841 "?15 *sin(pi*(?161 )/10800000)",
5842 "?16 *cos(pi*(?161 )/10800000)",
5843 "?15 *(cos(atan2(?162 ,?163 )))",
5844 "?16 *(sin(atan2(?162 ,?163 )))",
5847 "?7 *cos(pi*(?161 )/10800000)",
5848 "?7 *sin(pi*(?161 )/10800000)",
5851 "?7 *cos(pi*(?161 )/10800000)",
5852 "?7 *sin(pi*(?161 )/10800000)",
5857 "sqrt(?176 *?176 +?177 *?177 +0*0)",
5860 "if(?180 ,?111 ,?58 )",
5861 "if(?180 ,?112 ,?59 )",
5862 "if(?180 ,?153 ,?62 )",
5863 "if(?180 ,?154 ,?63 )",
5864 "(10800000*atan2(?110 ,?109 ))/pi",
5866 "if(?185 ,?185 ,?186 )",
5869 "if(?188 ,?188 ,?189 )",
5872 "if(?191 ,?191 ,?192 )",
5875 "if(?194 ,?194 ,?195 )",
5876 "(10800000*atan2(?152 ,?151 ))/pi",
5878 "if(?197 ,?197 ,?198 )",
5881 "if(?200 ,?201 ,?200 )",
5884 "if(?204 ,?204 ,?203 )",
5887 "if(?206 ,?207 ,?206 )",
5888 "?10 *sin(pi*(?193 )/10800000)",
5889 "?12 *cos(pi*(?193 )/10800000)",
5890 "?10 *(cos(atan2(?209 ,?210 )))",
5891 "?12 *(sin(atan2(?209 ,?210 )))",
5894 "?13 *sin(pi*(?205 )/10800000)",
5895 "?14 *cos(pi*(?205 )/10800000)",
5896 "?13 *(cos(atan2(?215 ,?216 )))",
5897 "?14 *(sin(atan2(?215 ,?216 )))",
5900 "if(?180 ,?213 ,?170 )",
5901 "if(?180 ,?214 ,?171 )",
5902 "if(?180 ,?219 ,?174 )",
5903 "if(?180 ,?220 ,?175 )",
5908 "?10 *cos(pi*(2700000)/10800000)",
5909 "?12 *sin(pi*(2700000)/10800000)",
5919 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
5922 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (4);
5924 Sequence
< PropertyValue
> aPropSequence (1);
5926 aPropSequence
[0].Name
= "Position";
5927 static const CustomShapeProvider::ParameterPairData aData
=
5929 EnhancedCustomShapeParameterType::EQUATION
,
5930 EnhancedCustomShapeParameterType::EQUATION
,
5933 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5935 aPropSequenceSequence
[0] = aPropSequence
;
5938 Sequence
< PropertyValue
> aPropSequence (1);
5940 aPropSequence
[0].Name
= "Position";
5941 static const CustomShapeProvider::ParameterPairData aData
=
5943 EnhancedCustomShapeParameterType::EQUATION
,
5944 EnhancedCustomShapeParameterType::EQUATION
,
5947 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5949 aPropSequenceSequence
[1] = aPropSequence
;
5952 Sequence
< PropertyValue
> aPropSequence (3);
5954 aPropSequence
[0].Name
= "Position";
5955 static const CustomShapeProvider::ParameterPairData aData
=
5957 EnhancedCustomShapeParameterType::EQUATION
,
5958 EnhancedCustomShapeParameterType::EQUATION
,
5961 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5964 aPropSequence
[1].Name
= "RadiusRangeMaximum";
5965 EnhancedCustomShapeParameter aParameter
;
5966 Any
aAny ((sal_Int32
) 1);
5967 aParameter
.Value
= aAny
;
5968 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
5969 aPropSequence
[1].Value
= makeAny (aParameter
);
5972 aPropSequence
[2].Name
= "RadiusRangeMinimum";
5973 EnhancedCustomShapeParameter aParameter
;
5974 Any
aAny ((sal_Int32
) 0);
5975 aParameter
.Value
= aAny
;
5976 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5977 aPropSequence
[2].Value
= makeAny (aParameter
);
5979 aPropSequenceSequence
[2] = aPropSequence
;
5982 Sequence
< PropertyValue
> aPropSequence (3);
5984 aPropSequence
[0].Name
= "Position";
5985 static const CustomShapeProvider::ParameterPairData aData
=
5987 EnhancedCustomShapeParameterType::EQUATION
,
5988 EnhancedCustomShapeParameterType::EQUATION
,
5991 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
5994 aPropSequence
[1].Name
= "RadiusRangeMaximum";
5995 EnhancedCustomShapeParameter aParameter
;
5996 Any
aAny ((sal_Int32
) 25000);
5997 aParameter
.Value
= aAny
;
5998 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
5999 aPropSequence
[1].Value
= makeAny (aParameter
);
6002 aPropSequence
[2].Name
= "RadiusRangeMinimum";
6003 EnhancedCustomShapeParameter aParameter
;
6004 Any
aAny ((sal_Int32
) 0);
6005 aParameter
.Value
= aAny
;
6006 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6007 aPropSequence
[2].Value
= makeAny (aParameter
);
6009 aPropSequenceSequence
[3] = aPropSequence
;
6011 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6014 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6017 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6020 Sequence
< PropertyValue
> aPropSequence (3);
6022 aPropSequence
[0].Name
= "Coordinates";
6023 static const CustomShapeProvider::ParameterPairData aData
[] = {
6025 EnhancedCustomShapeParameterType::EQUATION
,
6026 EnhancedCustomShapeParameterType::EQUATION
,
6030 EnhancedCustomShapeParameterType::EQUATION
,
6031 EnhancedCustomShapeParameterType::EQUATION
,
6035 EnhancedCustomShapeParameterType::EQUATION
,
6036 EnhancedCustomShapeParameterType::EQUATION
,
6040 EnhancedCustomShapeParameterType::EQUATION
,
6041 EnhancedCustomShapeParameterType::EQUATION
,
6045 EnhancedCustomShapeParameterType::EQUATION
,
6046 EnhancedCustomShapeParameterType::EQUATION
,
6050 EnhancedCustomShapeParameterType::EQUATION
,
6051 EnhancedCustomShapeParameterType::EQUATION
,
6055 EnhancedCustomShapeParameterType::EQUATION
,
6056 EnhancedCustomShapeParameterType::EQUATION
,
6060 EnhancedCustomShapeParameterType::EQUATION
,
6061 EnhancedCustomShapeParameterType::EQUATION
,
6065 EnhancedCustomShapeParameterType::EQUATION
,
6066 EnhancedCustomShapeParameterType::EQUATION
,
6070 EnhancedCustomShapeParameterType::EQUATION
,
6071 EnhancedCustomShapeParameterType::EQUATION
,
6075 EnhancedCustomShapeParameterType::EQUATION
,
6076 EnhancedCustomShapeParameterType::EQUATION
,
6080 EnhancedCustomShapeParameterType::EQUATION
,
6081 EnhancedCustomShapeParameterType::EQUATION
,
6085 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6088 aPropSequence
[1].Name
= "Segments";
6089 static const sal_uInt16 nValues
[] = {
6100 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6103 aPropSequence
[2].Name
= "TextFrames";
6104 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6106 EnhancedCustomShapeTextFrame aTextFrame
;
6108 static const CustomShapeProvider::ParameterPairData aData
=
6110 EnhancedCustomShapeParameterType::EQUATION
,
6111 EnhancedCustomShapeParameterType::EQUATION
,
6114 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6117 static const CustomShapeProvider::ParameterPairData aData
=
6119 EnhancedCustomShapeParameterType::EQUATION
,
6120 EnhancedCustomShapeParameterType::EQUATION
,
6123 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6125 aTextFrameSeq
[0] = aTextFrame
;
6127 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6129 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6132 awt::Rectangle aRectangle
;
6135 aRectangle
.Width
= 0;
6136 aRectangle
.Height
= 0;
6137 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6139 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-leftRightCircularArrow");
6141 return aPropertyMap
;
6145 // This is a generated source file. DO NOT EDIT.
6147 class ShapeCwedgeRectCallout
: public CustomShapeProvider
6149 virtual PropertyMap
getProperties()
6151 PropertyMap aPropertyMap
;
6154 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
6156 Any
aAny ((sal_Int32
) -20833);
6157 aAdjSequence
[0].Value
= aAny
;
6158 aAdjSequence
[0].Name
= "adj1";
6161 Any
aAny ((sal_Int32
) 62500);
6162 aAdjSequence
[1].Value
= aAny
;
6163 aAdjSequence
[1].Name
= "adj2";
6165 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6168 static const char *aStrings
[] = {
6169 "logwidth*$0 /100000",
6170 "logheight*$1 /100000",
6177 "?0 *logheight/logwidth",
6187 "logheight*?16 /12",
6188 "logheight*?17 /12",
6192 "if(?11 ,?22 ,?14 )",
6193 "if(?0 ,?3 ,logwidth)",
6194 "if(?11 ,logwidth,?24 )",
6196 "if(?11 ,?26 ,?14 )",
6198 "if(?11 ,?18 ,?28 )",
6202 "if(?11 ,?18 ,?32 )",
6203 "if(?1 ,?5 ,logheight)",
6204 "if(?11 ,?34 ,logheight)",
6208 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6211 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
6213 Sequence
< PropertyValue
> aPropSequence (7);
6215 aPropSequence
[0].Name
= "Position";
6216 static const CustomShapeProvider::ParameterPairData aData
=
6218 EnhancedCustomShapeParameterType::EQUATION
,
6219 EnhancedCustomShapeParameterType::EQUATION
,
6222 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6225 aPropSequence
[1].Name
= "RangeXMaximum";
6226 EnhancedCustomShapeParameter aParameter
;
6227 Any
aAny ((sal_Int32
) 2147483647);
6228 aParameter
.Value
= aAny
;
6229 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6230 aPropSequence
[1].Value
= makeAny (aParameter
);
6233 aPropSequence
[2].Name
= "RangeXMinimum";
6234 EnhancedCustomShapeParameter aParameter
;
6235 Any
aAny ((sal_Int32
) -2147483647);
6236 aParameter
.Value
= aAny
;
6237 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6238 aPropSequence
[2].Value
= makeAny (aParameter
);
6241 aPropSequence
[3].Name
= "RangeYMaximum";
6242 EnhancedCustomShapeParameter aParameter
;
6243 Any
aAny ((sal_Int32
) 2147483647);
6244 aParameter
.Value
= aAny
;
6245 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6246 aPropSequence
[3].Value
= makeAny (aParameter
);
6249 aPropSequence
[4].Name
= "RangeYMinimum";
6250 EnhancedCustomShapeParameter aParameter
;
6251 Any
aAny ((sal_Int32
) -2147483647);
6252 aParameter
.Value
= aAny
;
6253 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6254 aPropSequence
[4].Value
= makeAny (aParameter
);
6257 aPropSequence
[5].Name
= "RefX";
6258 Any
aAny ((sal_Int32
) 0);
6259 aPropSequence
[5].Value
= makeAny (aAny
);
6262 aPropSequence
[6].Name
= "RefY";
6263 Any
aAny ((sal_Int32
) 1);
6264 aPropSequence
[6].Value
= makeAny (aAny
);
6266 aPropSequenceSequence
[0] = aPropSequence
;
6268 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6271 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6274 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6277 Sequence
< PropertyValue
> aPropSequence (3);
6279 aPropSequence
[0].Name
= "Coordinates";
6280 static const CustomShapeProvider::ParameterPairData aData
[] = {
6282 EnhancedCustomShapeParameterType::NORMAL
,
6283 EnhancedCustomShapeParameterType::NORMAL
,
6287 EnhancedCustomShapeParameterType::EQUATION
,
6288 EnhancedCustomShapeParameterType::NORMAL
,
6292 EnhancedCustomShapeParameterType::EQUATION
,
6293 EnhancedCustomShapeParameterType::EQUATION
,
6297 EnhancedCustomShapeParameterType::EQUATION
,
6298 EnhancedCustomShapeParameterType::NORMAL
,
6302 EnhancedCustomShapeParameterType::EQUATION
,
6303 EnhancedCustomShapeParameterType::NORMAL
,
6307 EnhancedCustomShapeParameterType::EQUATION
,
6308 EnhancedCustomShapeParameterType::EQUATION
,
6312 EnhancedCustomShapeParameterType::EQUATION
,
6313 EnhancedCustomShapeParameterType::EQUATION
,
6317 EnhancedCustomShapeParameterType::EQUATION
,
6318 EnhancedCustomShapeParameterType::EQUATION
,
6322 EnhancedCustomShapeParameterType::EQUATION
,
6323 EnhancedCustomShapeParameterType::EQUATION
,
6327 EnhancedCustomShapeParameterType::EQUATION
,
6328 EnhancedCustomShapeParameterType::EQUATION
,
6332 EnhancedCustomShapeParameterType::EQUATION
,
6333 EnhancedCustomShapeParameterType::EQUATION
,
6337 EnhancedCustomShapeParameterType::EQUATION
,
6338 EnhancedCustomShapeParameterType::EQUATION
,
6342 EnhancedCustomShapeParameterType::NORMAL
,
6343 EnhancedCustomShapeParameterType::EQUATION
,
6347 EnhancedCustomShapeParameterType::NORMAL
,
6348 EnhancedCustomShapeParameterType::EQUATION
,
6352 EnhancedCustomShapeParameterType::EQUATION
,
6353 EnhancedCustomShapeParameterType::EQUATION
,
6357 EnhancedCustomShapeParameterType::NORMAL
,
6358 EnhancedCustomShapeParameterType::EQUATION
,
6362 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6365 aPropSequence
[1].Name
= "Segments";
6366 static const sal_uInt16 nValues
[] = {
6373 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6376 aPropSequence
[2].Name
= "TextFrames";
6377 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6379 EnhancedCustomShapeTextFrame aTextFrame
;
6381 static const CustomShapeProvider::ParameterPairData aData
=
6383 EnhancedCustomShapeParameterType::NORMAL
,
6384 EnhancedCustomShapeParameterType::NORMAL
,
6387 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6390 static const CustomShapeProvider::ParameterPairData aData
=
6392 EnhancedCustomShapeParameterType::EQUATION
,
6393 EnhancedCustomShapeParameterType::EQUATION
,
6396 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6398 aTextFrameSeq
[0] = aTextFrame
;
6400 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6402 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6405 awt::Rectangle aRectangle
;
6408 aRectangle
.Width
= 0;
6409 aRectangle
.Height
= 0;
6410 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6412 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-wedgeRectCallout");
6414 return aPropertyMap
;
6418 // This is a generated source file. DO NOT EDIT.
6420 class ShapeCaccentCallout2
: public CustomShapeProvider
6422 virtual PropertyMap
getProperties()
6424 PropertyMap aPropertyMap
;
6427 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (6);
6429 Any
aAny ((sal_Int32
) 18750);
6430 aAdjSequence
[0].Value
= aAny
;
6431 aAdjSequence
[0].Name
= "adj1";
6434 Any
aAny ((sal_Int32
) -8333);
6435 aAdjSequence
[1].Value
= aAny
;
6436 aAdjSequence
[1].Name
= "adj2";
6439 Any
aAny ((sal_Int32
) 18750);
6440 aAdjSequence
[2].Value
= aAny
;
6441 aAdjSequence
[2].Name
= "adj3";
6444 Any
aAny ((sal_Int32
) -16667);
6445 aAdjSequence
[3].Value
= aAny
;
6446 aAdjSequence
[3].Name
= "adj4";
6449 Any
aAny ((sal_Int32
) 112500);
6450 aAdjSequence
[4].Value
= aAny
;
6451 aAdjSequence
[4].Name
= "adj5";
6454 Any
aAny ((sal_Int32
) -46667);
6455 aAdjSequence
[5].Value
= aAny
;
6456 aAdjSequence
[5].Name
= "adj6";
6458 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
6461 static const char *aStrings
[] = {
6462 "logheight*$0 /100000",
6463 "logwidth*$1 /100000",
6464 "logheight*$2 /100000",
6465 "logwidth*$3 /100000",
6466 "logheight*$4 /100000",
6467 "logwidth*$5 /100000",
6473 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6476 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
6478 Sequence
< PropertyValue
> aPropSequence (7);
6480 aPropSequence
[0].Name
= "Position";
6481 static const CustomShapeProvider::ParameterPairData aData
=
6483 EnhancedCustomShapeParameterType::EQUATION
,
6484 EnhancedCustomShapeParameterType::EQUATION
,
6487 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6490 aPropSequence
[1].Name
= "RangeXMaximum";
6491 EnhancedCustomShapeParameter aParameter
;
6492 Any
aAny ((sal_Int32
) 2147483647);
6493 aParameter
.Value
= aAny
;
6494 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6495 aPropSequence
[1].Value
= makeAny (aParameter
);
6498 aPropSequence
[2].Name
= "RangeXMinimum";
6499 EnhancedCustomShapeParameter aParameter
;
6500 Any
aAny ((sal_Int32
) -2147483647);
6501 aParameter
.Value
= aAny
;
6502 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6503 aPropSequence
[2].Value
= makeAny (aParameter
);
6506 aPropSequence
[3].Name
= "RangeYMaximum";
6507 EnhancedCustomShapeParameter aParameter
;
6508 Any
aAny ((sal_Int32
) 2147483647);
6509 aParameter
.Value
= aAny
;
6510 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6511 aPropSequence
[3].Value
= makeAny (aParameter
);
6514 aPropSequence
[4].Name
= "RangeYMinimum";
6515 EnhancedCustomShapeParameter aParameter
;
6516 Any
aAny ((sal_Int32
) -2147483647);
6517 aParameter
.Value
= aAny
;
6518 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6519 aPropSequence
[4].Value
= makeAny (aParameter
);
6522 aPropSequence
[5].Name
= "RefX";
6523 Any
aAny ((sal_Int32
) 1);
6524 aPropSequence
[5].Value
= makeAny (aAny
);
6527 aPropSequence
[6].Name
= "RefY";
6528 Any
aAny ((sal_Int32
) 0);
6529 aPropSequence
[6].Value
= makeAny (aAny
);
6531 aPropSequenceSequence
[0] = aPropSequence
;
6534 Sequence
< PropertyValue
> aPropSequence (7);
6536 aPropSequence
[0].Name
= "Position";
6537 static const CustomShapeProvider::ParameterPairData aData
=
6539 EnhancedCustomShapeParameterType::EQUATION
,
6540 EnhancedCustomShapeParameterType::EQUATION
,
6543 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6546 aPropSequence
[1].Name
= "RangeXMaximum";
6547 EnhancedCustomShapeParameter aParameter
;
6548 Any
aAny ((sal_Int32
) 2147483647);
6549 aParameter
.Value
= aAny
;
6550 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6551 aPropSequence
[1].Value
= makeAny (aParameter
);
6554 aPropSequence
[2].Name
= "RangeXMinimum";
6555 EnhancedCustomShapeParameter aParameter
;
6556 Any
aAny ((sal_Int32
) -2147483647);
6557 aParameter
.Value
= aAny
;
6558 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6559 aPropSequence
[2].Value
= makeAny (aParameter
);
6562 aPropSequence
[3].Name
= "RangeYMaximum";
6563 EnhancedCustomShapeParameter aParameter
;
6564 Any
aAny ((sal_Int32
) 2147483647);
6565 aParameter
.Value
= aAny
;
6566 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6567 aPropSequence
[3].Value
= makeAny (aParameter
);
6570 aPropSequence
[4].Name
= "RangeYMinimum";
6571 EnhancedCustomShapeParameter aParameter
;
6572 Any
aAny ((sal_Int32
) -2147483647);
6573 aParameter
.Value
= aAny
;
6574 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6575 aPropSequence
[4].Value
= makeAny (aParameter
);
6578 aPropSequence
[5].Name
= "RefX";
6579 Any
aAny ((sal_Int32
) 3);
6580 aPropSequence
[5].Value
= makeAny (aAny
);
6583 aPropSequence
[6].Name
= "RefY";
6584 Any
aAny ((sal_Int32
) 2);
6585 aPropSequence
[6].Value
= makeAny (aAny
);
6587 aPropSequenceSequence
[1] = aPropSequence
;
6590 Sequence
< PropertyValue
> aPropSequence (7);
6592 aPropSequence
[0].Name
= "Position";
6593 static const CustomShapeProvider::ParameterPairData aData
=
6595 EnhancedCustomShapeParameterType::EQUATION
,
6596 EnhancedCustomShapeParameterType::EQUATION
,
6599 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
6602 aPropSequence
[1].Name
= "RangeXMaximum";
6603 EnhancedCustomShapeParameter aParameter
;
6604 Any
aAny ((sal_Int32
) 2147483647);
6605 aParameter
.Value
= aAny
;
6606 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6607 aPropSequence
[1].Value
= makeAny (aParameter
);
6610 aPropSequence
[2].Name
= "RangeXMinimum";
6611 EnhancedCustomShapeParameter aParameter
;
6612 Any
aAny ((sal_Int32
) -2147483647);
6613 aParameter
.Value
= aAny
;
6614 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6615 aPropSequence
[2].Value
= makeAny (aParameter
);
6618 aPropSequence
[3].Name
= "RangeYMaximum";
6619 EnhancedCustomShapeParameter aParameter
;
6620 Any
aAny ((sal_Int32
) 2147483647);
6621 aParameter
.Value
= aAny
;
6622 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6623 aPropSequence
[3].Value
= makeAny (aParameter
);
6626 aPropSequence
[4].Name
= "RangeYMinimum";
6627 EnhancedCustomShapeParameter aParameter
;
6628 Any
aAny ((sal_Int32
) -2147483647);
6629 aParameter
.Value
= aAny
;
6630 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
6631 aPropSequence
[4].Value
= makeAny (aParameter
);
6634 aPropSequence
[5].Name
= "RefX";
6635 Any
aAny ((sal_Int32
) 5);
6636 aPropSequence
[5].Value
= makeAny (aAny
);
6639 aPropSequence
[6].Name
= "RefY";
6640 Any
aAny ((sal_Int32
) 4);
6641 aPropSequence
[6].Value
= makeAny (aAny
);
6643 aPropSequenceSequence
[2] = aPropSequence
;
6645 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
6648 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6651 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6654 Sequence
< PropertyValue
> aPropSequence (3);
6656 aPropSequence
[0].Name
= "Coordinates";
6657 static const CustomShapeProvider::ParameterPairData aData
[] = {
6659 EnhancedCustomShapeParameterType::NORMAL
,
6660 EnhancedCustomShapeParameterType::NORMAL
,
6664 EnhancedCustomShapeParameterType::EQUATION
,
6665 EnhancedCustomShapeParameterType::NORMAL
,
6669 EnhancedCustomShapeParameterType::EQUATION
,
6670 EnhancedCustomShapeParameterType::EQUATION
,
6674 EnhancedCustomShapeParameterType::NORMAL
,
6675 EnhancedCustomShapeParameterType::EQUATION
,
6679 EnhancedCustomShapeParameterType::EQUATION
,
6680 EnhancedCustomShapeParameterType::NORMAL
,
6684 EnhancedCustomShapeParameterType::EQUATION
,
6685 EnhancedCustomShapeParameterType::EQUATION
,
6689 EnhancedCustomShapeParameterType::EQUATION
,
6690 EnhancedCustomShapeParameterType::EQUATION
,
6694 EnhancedCustomShapeParameterType::EQUATION
,
6695 EnhancedCustomShapeParameterType::EQUATION
,
6699 EnhancedCustomShapeParameterType::EQUATION
,
6700 EnhancedCustomShapeParameterType::EQUATION
,
6704 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6707 aPropSequence
[1].Name
= "Segments";
6708 static const sal_uInt16 nValues
[] = {
6724 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6727 aPropSequence
[2].Name
= "TextFrames";
6728 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6730 EnhancedCustomShapeTextFrame aTextFrame
;
6732 static const CustomShapeProvider::ParameterPairData aData
=
6734 EnhancedCustomShapeParameterType::NORMAL
,
6735 EnhancedCustomShapeParameterType::NORMAL
,
6738 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6741 static const CustomShapeProvider::ParameterPairData aData
=
6743 EnhancedCustomShapeParameterType::EQUATION
,
6744 EnhancedCustomShapeParameterType::EQUATION
,
6747 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6749 aTextFrameSeq
[0] = aTextFrame
;
6751 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
6753 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6756 awt::Rectangle aRectangle
;
6759 aRectangle
.Width
= 0;
6760 aRectangle
.Height
= 0;
6761 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6763 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-accentCallout2");
6765 return aPropertyMap
;
6769 // This is a generated source file. DO NOT EDIT.
6771 class ShapeCflowChartMagneticDrum
: public CustomShapeProvider
6773 virtual PropertyMap
getProperties()
6775 PropertyMap aPropertyMap
;
6778 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
6781 static const char *aStrings
[] = {
6788 "(16200000)/60000.0",
6789 "(10800000)/60000.0",
6790 "(5400000)/60000.0",
6791 "(10800000)/60000.0",
6792 "(5400000)/60000.0",
6793 "(10800000)/60000.0",
6794 "(16200000)/60000.0",
6795 "(10800000)/60000.0",
6796 "(5400000)/60000.0",
6797 "(10800000)/60000.0"
6799 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
6802 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
6805 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
6808 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
6811 Sequence
< PropertyValue
> aPropSequence (4);
6813 aPropSequence
[0].Name
= "Coordinates";
6814 static const CustomShapeProvider::ParameterPairData aData
[] = {
6816 EnhancedCustomShapeParameterType::NORMAL
,
6817 EnhancedCustomShapeParameterType::NORMAL
,
6821 EnhancedCustomShapeParameterType::NORMAL
,
6822 EnhancedCustomShapeParameterType::NORMAL
,
6826 EnhancedCustomShapeParameterType::NORMAL
,
6827 EnhancedCustomShapeParameterType::NORMAL
,
6831 EnhancedCustomShapeParameterType::EQUATION
,
6832 EnhancedCustomShapeParameterType::EQUATION
,
6836 EnhancedCustomShapeParameterType::NORMAL
,
6837 EnhancedCustomShapeParameterType::NORMAL
,
6841 EnhancedCustomShapeParameterType::NORMAL
,
6842 EnhancedCustomShapeParameterType::NORMAL
,
6846 EnhancedCustomShapeParameterType::EQUATION
,
6847 EnhancedCustomShapeParameterType::EQUATION
,
6851 EnhancedCustomShapeParameterType::NORMAL
,
6852 EnhancedCustomShapeParameterType::NORMAL
,
6856 EnhancedCustomShapeParameterType::NORMAL
,
6857 EnhancedCustomShapeParameterType::NORMAL
,
6861 EnhancedCustomShapeParameterType::EQUATION
,
6862 EnhancedCustomShapeParameterType::EQUATION
,
6866 EnhancedCustomShapeParameterType::NORMAL
,
6867 EnhancedCustomShapeParameterType::NORMAL
,
6871 EnhancedCustomShapeParameterType::NORMAL
,
6872 EnhancedCustomShapeParameterType::NORMAL
,
6876 EnhancedCustomShapeParameterType::NORMAL
,
6877 EnhancedCustomShapeParameterType::NORMAL
,
6881 EnhancedCustomShapeParameterType::EQUATION
,
6882 EnhancedCustomShapeParameterType::EQUATION
,
6886 EnhancedCustomShapeParameterType::NORMAL
,
6887 EnhancedCustomShapeParameterType::NORMAL
,
6891 EnhancedCustomShapeParameterType::NORMAL
,
6892 EnhancedCustomShapeParameterType::NORMAL
,
6896 EnhancedCustomShapeParameterType::EQUATION
,
6897 EnhancedCustomShapeParameterType::EQUATION
,
6901 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
6904 aPropSequence
[1].Name
= "Segments";
6905 static const sal_uInt16 nValues
[] = {
6928 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
6931 aPropSequence
[2].Name
= "SubViewSize";
6932 Sequence
< awt::Size
> aSizeSequence (3);
6937 aSizeSequence
[0] = aSize
;
6943 aSizeSequence
[1] = aSize
;
6949 aSizeSequence
[2] = aSize
;
6951 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
6954 aPropSequence
[3].Name
= "TextFrames";
6955 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
6957 EnhancedCustomShapeTextFrame aTextFrame
;
6959 static const CustomShapeProvider::ParameterPairData aData
=
6961 EnhancedCustomShapeParameterType::EQUATION
,
6962 EnhancedCustomShapeParameterType::NORMAL
,
6965 aTextFrame
.TopLeft
= createParameterPair(&aData
);
6968 static const CustomShapeProvider::ParameterPairData aData
=
6970 EnhancedCustomShapeParameterType::EQUATION
,
6971 EnhancedCustomShapeParameterType::EQUATION
,
6974 aTextFrame
.BottomRight
= createParameterPair(&aData
);
6976 aTextFrameSeq
[0] = aTextFrame
;
6978 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
6980 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
6983 awt::Rectangle aRectangle
;
6986 aRectangle
.Width
= 0;
6987 aRectangle
.Height
= 0;
6988 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
6990 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartMagneticDrum");
6992 return aPropertyMap
;
6996 // This is a generated source file. DO NOT EDIT.
6998 class ShapeCcorner
: public CustomShapeProvider
7000 virtual PropertyMap
getProperties()
7002 PropertyMap aPropertyMap
;
7005 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
7007 Any
aAny ((sal_Int32
) 50000);
7008 aAdjSequence
[0].Value
= aAny
;
7009 aAdjSequence
[0].Name
= "adj1";
7012 Any
aAny ((sal_Int32
) 50000);
7013 aAdjSequence
[1].Value
= aAny
;
7014 aAdjSequence
[1].Name
= "adj2";
7016 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7019 static const char *aStrings
[] = {
7020 "min(logwidth,logheight)",
7021 "100000*logheight/?0 ",
7022 "100000*logwidth/?0 ",
7023 "if(0-$0 ,0,if(?1 -$0 ,$0 ,?1 ))",
7024 "if(0-$1 ,0,if(?2 -$1 ,$1 ,?2 ))",
7029 "(?7 +logheight)/2",
7030 "logwidth+0-logheight",
7032 "if(?10 ,logwidth,?5 )",
7038 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7041 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (2);
7043 Sequence
< PropertyValue
> aPropSequence (4);
7045 aPropSequence
[0].Name
= "Position";
7046 static const CustomShapeProvider::ParameterPairData aData
=
7048 EnhancedCustomShapeParameterType::NORMAL
,
7049 EnhancedCustomShapeParameterType::EQUATION
,
7052 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7055 aPropSequence
[1].Name
= "RangeYMaximum";
7056 EnhancedCustomShapeParameter aParameter
;
7057 Any
aAny ((sal_Int32
) 1);
7058 aParameter
.Value
= aAny
;
7059 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
7060 aPropSequence
[1].Value
= makeAny (aParameter
);
7063 aPropSequence
[2].Name
= "RangeYMinimum";
7064 EnhancedCustomShapeParameter aParameter
;
7065 Any
aAny ((sal_Int32
) 0);
7066 aParameter
.Value
= aAny
;
7067 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7068 aPropSequence
[2].Value
= makeAny (aParameter
);
7071 aPropSequence
[3].Name
= "RefY";
7072 Any
aAny ((sal_Int32
) 0);
7073 aPropSequence
[3].Value
= makeAny (aAny
);
7075 aPropSequenceSequence
[0] = aPropSequence
;
7078 Sequence
< PropertyValue
> aPropSequence (4);
7080 aPropSequence
[0].Name
= "Position";
7081 static const CustomShapeProvider::ParameterPairData aData
=
7083 EnhancedCustomShapeParameterType::EQUATION
,
7084 EnhancedCustomShapeParameterType::NORMAL
,
7087 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7090 aPropSequence
[1].Name
= "RangeXMaximum";
7091 EnhancedCustomShapeParameter aParameter
;
7092 Any
aAny ((sal_Int32
) 2);
7093 aParameter
.Value
= aAny
;
7094 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
7095 aPropSequence
[1].Value
= makeAny (aParameter
);
7098 aPropSequence
[2].Name
= "RangeXMinimum";
7099 EnhancedCustomShapeParameter aParameter
;
7100 Any
aAny ((sal_Int32
) 0);
7101 aParameter
.Value
= aAny
;
7102 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7103 aPropSequence
[2].Value
= makeAny (aParameter
);
7106 aPropSequence
[3].Name
= "RefX";
7107 Any
aAny ((sal_Int32
) 1);
7108 aPropSequence
[3].Value
= makeAny (aAny
);
7110 aPropSequenceSequence
[1] = aPropSequence
;
7112 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7115 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7118 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7121 Sequence
< PropertyValue
> aPropSequence (3);
7123 aPropSequence
[0].Name
= "Coordinates";
7124 static const CustomShapeProvider::ParameterPairData aData
[] = {
7126 EnhancedCustomShapeParameterType::NORMAL
,
7127 EnhancedCustomShapeParameterType::NORMAL
,
7131 EnhancedCustomShapeParameterType::EQUATION
,
7132 EnhancedCustomShapeParameterType::NORMAL
,
7136 EnhancedCustomShapeParameterType::EQUATION
,
7137 EnhancedCustomShapeParameterType::EQUATION
,
7141 EnhancedCustomShapeParameterType::EQUATION
,
7142 EnhancedCustomShapeParameterType::EQUATION
,
7146 EnhancedCustomShapeParameterType::EQUATION
,
7147 EnhancedCustomShapeParameterType::EQUATION
,
7151 EnhancedCustomShapeParameterType::NORMAL
,
7152 EnhancedCustomShapeParameterType::EQUATION
,
7156 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7159 aPropSequence
[1].Name
= "Segments";
7160 static const sal_uInt16 nValues
[] = {
7167 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7170 aPropSequence
[2].Name
= "TextFrames";
7171 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7173 EnhancedCustomShapeTextFrame aTextFrame
;
7175 static const CustomShapeProvider::ParameterPairData aData
=
7177 EnhancedCustomShapeParameterType::NORMAL
,
7178 EnhancedCustomShapeParameterType::EQUATION
,
7181 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7184 static const CustomShapeProvider::ParameterPairData aData
=
7186 EnhancedCustomShapeParameterType::EQUATION
,
7187 EnhancedCustomShapeParameterType::EQUATION
,
7190 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7192 aTextFrameSeq
[0] = aTextFrame
;
7194 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7196 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7199 awt::Rectangle aRectangle
;
7202 aRectangle
.Width
= 0;
7203 aRectangle
.Height
= 0;
7204 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7206 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-corner");
7208 return aPropertyMap
;
7212 // This is a generated source file. DO NOT EDIT.
7214 class ShapeCborderCallout2
: public CustomShapeProvider
7216 virtual PropertyMap
getProperties()
7218 PropertyMap aPropertyMap
;
7221 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (6);
7223 Any
aAny ((sal_Int32
) 18750);
7224 aAdjSequence
[0].Value
= aAny
;
7225 aAdjSequence
[0].Name
= "adj1";
7228 Any
aAny ((sal_Int32
) -8333);
7229 aAdjSequence
[1].Value
= aAny
;
7230 aAdjSequence
[1].Name
= "adj2";
7233 Any
aAny ((sal_Int32
) 18750);
7234 aAdjSequence
[2].Value
= aAny
;
7235 aAdjSequence
[2].Name
= "adj3";
7238 Any
aAny ((sal_Int32
) -16667);
7239 aAdjSequence
[3].Value
= aAny
;
7240 aAdjSequence
[3].Name
= "adj4";
7243 Any
aAny ((sal_Int32
) 112500);
7244 aAdjSequence
[4].Value
= aAny
;
7245 aAdjSequence
[4].Name
= "adj5";
7248 Any
aAny ((sal_Int32
) -46667);
7249 aAdjSequence
[5].Value
= aAny
;
7250 aAdjSequence
[5].Name
= "adj6";
7252 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7255 static const char *aStrings
[] = {
7256 "logheight*$0 /100000",
7257 "logwidth*$1 /100000",
7258 "logheight*$2 /100000",
7259 "logwidth*$3 /100000",
7260 "logheight*$4 /100000",
7261 "logwidth*$5 /100000",
7267 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7270 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
7272 Sequence
< PropertyValue
> aPropSequence (7);
7274 aPropSequence
[0].Name
= "Position";
7275 static const CustomShapeProvider::ParameterPairData aData
=
7277 EnhancedCustomShapeParameterType::EQUATION
,
7278 EnhancedCustomShapeParameterType::EQUATION
,
7281 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7284 aPropSequence
[1].Name
= "RangeXMaximum";
7285 EnhancedCustomShapeParameter aParameter
;
7286 Any
aAny ((sal_Int32
) 2147483647);
7287 aParameter
.Value
= aAny
;
7288 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7289 aPropSequence
[1].Value
= makeAny (aParameter
);
7292 aPropSequence
[2].Name
= "RangeXMinimum";
7293 EnhancedCustomShapeParameter aParameter
;
7294 Any
aAny ((sal_Int32
) -2147483647);
7295 aParameter
.Value
= aAny
;
7296 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7297 aPropSequence
[2].Value
= makeAny (aParameter
);
7300 aPropSequence
[3].Name
= "RangeYMaximum";
7301 EnhancedCustomShapeParameter aParameter
;
7302 Any
aAny ((sal_Int32
) 2147483647);
7303 aParameter
.Value
= aAny
;
7304 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7305 aPropSequence
[3].Value
= makeAny (aParameter
);
7308 aPropSequence
[4].Name
= "RangeYMinimum";
7309 EnhancedCustomShapeParameter aParameter
;
7310 Any
aAny ((sal_Int32
) -2147483647);
7311 aParameter
.Value
= aAny
;
7312 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7313 aPropSequence
[4].Value
= makeAny (aParameter
);
7316 aPropSequence
[5].Name
= "RefX";
7317 Any
aAny ((sal_Int32
) 1);
7318 aPropSequence
[5].Value
= makeAny (aAny
);
7321 aPropSequence
[6].Name
= "RefY";
7322 Any
aAny ((sal_Int32
) 0);
7323 aPropSequence
[6].Value
= makeAny (aAny
);
7325 aPropSequenceSequence
[0] = aPropSequence
;
7328 Sequence
< PropertyValue
> aPropSequence (7);
7330 aPropSequence
[0].Name
= "Position";
7331 static const CustomShapeProvider::ParameterPairData aData
=
7333 EnhancedCustomShapeParameterType::EQUATION
,
7334 EnhancedCustomShapeParameterType::EQUATION
,
7337 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7340 aPropSequence
[1].Name
= "RangeXMaximum";
7341 EnhancedCustomShapeParameter aParameter
;
7342 Any
aAny ((sal_Int32
) 2147483647);
7343 aParameter
.Value
= aAny
;
7344 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7345 aPropSequence
[1].Value
= makeAny (aParameter
);
7348 aPropSequence
[2].Name
= "RangeXMinimum";
7349 EnhancedCustomShapeParameter aParameter
;
7350 Any
aAny ((sal_Int32
) -2147483647);
7351 aParameter
.Value
= aAny
;
7352 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7353 aPropSequence
[2].Value
= makeAny (aParameter
);
7356 aPropSequence
[3].Name
= "RangeYMaximum";
7357 EnhancedCustomShapeParameter aParameter
;
7358 Any
aAny ((sal_Int32
) 2147483647);
7359 aParameter
.Value
= aAny
;
7360 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7361 aPropSequence
[3].Value
= makeAny (aParameter
);
7364 aPropSequence
[4].Name
= "RangeYMinimum";
7365 EnhancedCustomShapeParameter aParameter
;
7366 Any
aAny ((sal_Int32
) -2147483647);
7367 aParameter
.Value
= aAny
;
7368 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7369 aPropSequence
[4].Value
= makeAny (aParameter
);
7372 aPropSequence
[5].Name
= "RefX";
7373 Any
aAny ((sal_Int32
) 3);
7374 aPropSequence
[5].Value
= makeAny (aAny
);
7377 aPropSequence
[6].Name
= "RefY";
7378 Any
aAny ((sal_Int32
) 2);
7379 aPropSequence
[6].Value
= makeAny (aAny
);
7381 aPropSequenceSequence
[1] = aPropSequence
;
7384 Sequence
< PropertyValue
> aPropSequence (7);
7386 aPropSequence
[0].Name
= "Position";
7387 static const CustomShapeProvider::ParameterPairData aData
=
7389 EnhancedCustomShapeParameterType::EQUATION
,
7390 EnhancedCustomShapeParameterType::EQUATION
,
7393 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7396 aPropSequence
[1].Name
= "RangeXMaximum";
7397 EnhancedCustomShapeParameter aParameter
;
7398 Any
aAny ((sal_Int32
) 2147483647);
7399 aParameter
.Value
= aAny
;
7400 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7401 aPropSequence
[1].Value
= makeAny (aParameter
);
7404 aPropSequence
[2].Name
= "RangeXMinimum";
7405 EnhancedCustomShapeParameter aParameter
;
7406 Any
aAny ((sal_Int32
) -2147483647);
7407 aParameter
.Value
= aAny
;
7408 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7409 aPropSequence
[2].Value
= makeAny (aParameter
);
7412 aPropSequence
[3].Name
= "RangeYMaximum";
7413 EnhancedCustomShapeParameter aParameter
;
7414 Any
aAny ((sal_Int32
) 2147483647);
7415 aParameter
.Value
= aAny
;
7416 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7417 aPropSequence
[3].Value
= makeAny (aParameter
);
7420 aPropSequence
[4].Name
= "RangeYMinimum";
7421 EnhancedCustomShapeParameter aParameter
;
7422 Any
aAny ((sal_Int32
) -2147483647);
7423 aParameter
.Value
= aAny
;
7424 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7425 aPropSequence
[4].Value
= makeAny (aParameter
);
7428 aPropSequence
[5].Name
= "RefX";
7429 Any
aAny ((sal_Int32
) 5);
7430 aPropSequence
[5].Value
= makeAny (aAny
);
7433 aPropSequence
[6].Name
= "RefY";
7434 Any
aAny ((sal_Int32
) 4);
7435 aPropSequence
[6].Value
= makeAny (aAny
);
7437 aPropSequenceSequence
[2] = aPropSequence
;
7439 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7442 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7445 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7448 Sequence
< PropertyValue
> aPropSequence (3);
7450 aPropSequence
[0].Name
= "Coordinates";
7451 static const CustomShapeProvider::ParameterPairData aData
[] = {
7453 EnhancedCustomShapeParameterType::NORMAL
,
7454 EnhancedCustomShapeParameterType::NORMAL
,
7458 EnhancedCustomShapeParameterType::EQUATION
,
7459 EnhancedCustomShapeParameterType::NORMAL
,
7463 EnhancedCustomShapeParameterType::EQUATION
,
7464 EnhancedCustomShapeParameterType::EQUATION
,
7468 EnhancedCustomShapeParameterType::NORMAL
,
7469 EnhancedCustomShapeParameterType::EQUATION
,
7473 EnhancedCustomShapeParameterType::EQUATION
,
7474 EnhancedCustomShapeParameterType::EQUATION
,
7478 EnhancedCustomShapeParameterType::EQUATION
,
7479 EnhancedCustomShapeParameterType::EQUATION
,
7483 EnhancedCustomShapeParameterType::EQUATION
,
7484 EnhancedCustomShapeParameterType::EQUATION
,
7488 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7491 aPropSequence
[1].Name
= "Segments";
7492 static const sal_uInt16 nValues
[] = {
7503 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7506 aPropSequence
[2].Name
= "TextFrames";
7507 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7509 EnhancedCustomShapeTextFrame aTextFrame
;
7511 static const CustomShapeProvider::ParameterPairData aData
=
7513 EnhancedCustomShapeParameterType::NORMAL
,
7514 EnhancedCustomShapeParameterType::NORMAL
,
7517 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7520 static const CustomShapeProvider::ParameterPairData aData
=
7522 EnhancedCustomShapeParameterType::EQUATION
,
7523 EnhancedCustomShapeParameterType::EQUATION
,
7526 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7528 aTextFrameSeq
[0] = aTextFrame
;
7530 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7532 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7535 awt::Rectangle aRectangle
;
7538 aRectangle
.Width
= 0;
7539 aRectangle
.Height
= 0;
7540 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7542 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-borderCallout2");
7544 return aPropertyMap
;
7548 // This is a generated source file. DO NOT EDIT.
7550 class ShapeCdonut
: public CustomShapeProvider
7552 virtual PropertyMap
getProperties()
7554 PropertyMap aPropertyMap
;
7557 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
7559 Any
aAny ((sal_Int32
) 25000);
7560 aAdjSequence
[0].Value
= aAny
;
7561 aAdjSequence
[0].Name
= "adj";
7563 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7566 static const char *aStrings
[] = {
7567 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
7568 "min(logwidth,logheight)",
7574 "?3 *cos(pi*(2700000)/10800000)",
7575 "?5 *sin(pi*(2700000)/10800000)",
7584 "(10800000)/60000.0",
7585 "(5400000)/60000.0",
7586 "(16200000)/60000.0",
7587 "(5400000)/60000.0",
7589 "(5400000)/60000.0",
7590 "(5400000)/60000.0",
7591 "(5400000)/60000.0",
7592 "(10800000)/60000.0",
7593 "(-5400000)/60000.0",
7594 "(5400000)/60000.0",
7595 "(-5400000)/60000.0",
7597 "(-5400000)/60000.0",
7598 "(16200000)/60000.0",
7599 "(-5400000)/60000.0"
7601 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7604 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
7606 Sequence
< PropertyValue
> aPropSequence (3);
7608 aPropSequence
[0].Name
= "Position";
7609 static const CustomShapeProvider::ParameterPairData aData
=
7611 EnhancedCustomShapeParameterType::EQUATION
,
7612 EnhancedCustomShapeParameterType::EQUATION
,
7615 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
7618 aPropSequence
[1].Name
= "RadiusRangeMaximum";
7619 EnhancedCustomShapeParameter aParameter
;
7620 Any
aAny ((sal_Int32
) 50000);
7621 aParameter
.Value
= aAny
;
7622 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7623 aPropSequence
[1].Value
= makeAny (aParameter
);
7626 aPropSequence
[2].Name
= "RadiusRangeMinimum";
7627 EnhancedCustomShapeParameter aParameter
;
7628 Any
aAny ((sal_Int32
) 0);
7629 aParameter
.Value
= aAny
;
7630 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
7631 aPropSequence
[2].Value
= makeAny (aParameter
);
7633 aPropSequenceSequence
[0] = aPropSequence
;
7635 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
7638 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7641 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7644 Sequence
< PropertyValue
> aPropSequence (3);
7646 aPropSequence
[0].Name
= "Coordinates";
7647 static const CustomShapeProvider::ParameterPairData aData
[] = {
7649 EnhancedCustomShapeParameterType::NORMAL
,
7650 EnhancedCustomShapeParameterType::EQUATION
,
7654 EnhancedCustomShapeParameterType::EQUATION
,
7655 EnhancedCustomShapeParameterType::EQUATION
,
7659 EnhancedCustomShapeParameterType::EQUATION
,
7660 EnhancedCustomShapeParameterType::EQUATION
,
7664 EnhancedCustomShapeParameterType::EQUATION
,
7665 EnhancedCustomShapeParameterType::EQUATION
,
7669 EnhancedCustomShapeParameterType::EQUATION
,
7670 EnhancedCustomShapeParameterType::EQUATION
,
7674 EnhancedCustomShapeParameterType::EQUATION
,
7675 EnhancedCustomShapeParameterType::EQUATION
,
7679 EnhancedCustomShapeParameterType::EQUATION
,
7680 EnhancedCustomShapeParameterType::EQUATION
,
7684 EnhancedCustomShapeParameterType::EQUATION
,
7685 EnhancedCustomShapeParameterType::EQUATION
,
7689 EnhancedCustomShapeParameterType::EQUATION
,
7690 EnhancedCustomShapeParameterType::EQUATION
,
7694 EnhancedCustomShapeParameterType::EQUATION
,
7695 EnhancedCustomShapeParameterType::EQUATION
,
7699 EnhancedCustomShapeParameterType::EQUATION
,
7700 EnhancedCustomShapeParameterType::EQUATION
,
7704 EnhancedCustomShapeParameterType::EQUATION
,
7705 EnhancedCustomShapeParameterType::EQUATION
,
7709 EnhancedCustomShapeParameterType::EQUATION
,
7710 EnhancedCustomShapeParameterType::EQUATION
,
7714 EnhancedCustomShapeParameterType::EQUATION
,
7715 EnhancedCustomShapeParameterType::EQUATION
,
7719 EnhancedCustomShapeParameterType::EQUATION
,
7720 EnhancedCustomShapeParameterType::EQUATION
,
7724 EnhancedCustomShapeParameterType::EQUATION
,
7725 EnhancedCustomShapeParameterType::EQUATION
,
7729 EnhancedCustomShapeParameterType::EQUATION
,
7730 EnhancedCustomShapeParameterType::EQUATION
,
7734 EnhancedCustomShapeParameterType::EQUATION
,
7735 EnhancedCustomShapeParameterType::EQUATION
,
7739 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7742 aPropSequence
[1].Name
= "Segments";
7743 static const sal_uInt16 nValues
[] = {
7753 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7756 aPropSequence
[2].Name
= "TextFrames";
7757 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7759 EnhancedCustomShapeTextFrame aTextFrame
;
7761 static const CustomShapeProvider::ParameterPairData aData
=
7763 EnhancedCustomShapeParameterType::EQUATION
,
7764 EnhancedCustomShapeParameterType::EQUATION
,
7767 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7770 static const CustomShapeProvider::ParameterPairData aData
=
7772 EnhancedCustomShapeParameterType::EQUATION
,
7773 EnhancedCustomShapeParameterType::EQUATION
,
7776 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7778 aTextFrameSeq
[0] = aTextFrame
;
7780 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
7782 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7785 awt::Rectangle aRectangle
;
7788 aRectangle
.Width
= 0;
7789 aRectangle
.Height
= 0;
7790 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7792 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-donut");
7794 return aPropertyMap
;
7798 // This is a generated source file. DO NOT EDIT.
7800 class ShapeCflowChartCollate
: public CustomShapeProvider
7802 virtual PropertyMap
getProperties()
7804 PropertyMap aPropertyMap
;
7807 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
7810 static const char *aStrings
[] = {
7819 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
7822 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
7825 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
7828 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
7831 Sequence
< PropertyValue
> aPropSequence (4);
7833 aPropSequence
[0].Name
= "Coordinates";
7834 static const CustomShapeProvider::ParameterPairData aData
[] = {
7836 EnhancedCustomShapeParameterType::NORMAL
,
7837 EnhancedCustomShapeParameterType::NORMAL
,
7841 EnhancedCustomShapeParameterType::NORMAL
,
7842 EnhancedCustomShapeParameterType::NORMAL
,
7846 EnhancedCustomShapeParameterType::NORMAL
,
7847 EnhancedCustomShapeParameterType::NORMAL
,
7851 EnhancedCustomShapeParameterType::NORMAL
,
7852 EnhancedCustomShapeParameterType::NORMAL
,
7856 EnhancedCustomShapeParameterType::NORMAL
,
7857 EnhancedCustomShapeParameterType::NORMAL
,
7861 EnhancedCustomShapeParameterType::NORMAL
,
7862 EnhancedCustomShapeParameterType::NORMAL
,
7866 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
7869 aPropSequence
[1].Name
= "Segments";
7870 static const sal_uInt16 nValues
[] = {
7877 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
7880 aPropSequence
[2].Name
= "SubViewSize";
7881 Sequence
< awt::Size
> aSizeSequence (1);
7886 aSizeSequence
[0] = aSize
;
7888 aPropSequence
[2].Value
= makeAny (aSizeSequence
);
7891 aPropSequence
[3].Name
= "TextFrames";
7892 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
7894 EnhancedCustomShapeTextFrame aTextFrame
;
7896 static const CustomShapeProvider::ParameterPairData aData
=
7898 EnhancedCustomShapeParameterType::EQUATION
,
7899 EnhancedCustomShapeParameterType::EQUATION
,
7902 aTextFrame
.TopLeft
= createParameterPair(&aData
);
7905 static const CustomShapeProvider::ParameterPairData aData
=
7907 EnhancedCustomShapeParameterType::EQUATION
,
7908 EnhancedCustomShapeParameterType::EQUATION
,
7911 aTextFrame
.BottomRight
= createParameterPair(&aData
);
7913 aTextFrameSeq
[0] = aTextFrame
;
7915 aPropSequence
[3].Value
= makeAny (aTextFrameSeq
);
7917 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
7920 awt::Rectangle aRectangle
;
7923 aRectangle
.Width
= 0;
7924 aRectangle
.Height
= 0;
7925 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
7927 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-flowChartCollate");
7929 return aPropertyMap
;
7933 // This is a generated source file. DO NOT EDIT.
7935 class ShapeCmathNotEqual
: public CustomShapeProvider
7937 virtual PropertyMap
getProperties()
7939 PropertyMap aPropertyMap
;
7942 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (3);
7944 Any
aAny ((sal_Int32
) 23520);
7945 aAdjSequence
[0].Value
= aAny
;
7946 aAdjSequence
[0].Name
= "adj1";
7949 Any
aAny ((sal_Int32
) 6600000);
7950 aAdjSequence
[1].Value
= aAny
;
7951 aAdjSequence
[1].Name
= "adj2";
7954 Any
aAny ((sal_Int32
) 11760);
7955 aAdjSequence
[2].Value
= aAny
;
7956 aAdjSequence
[2].Name
= "adj3";
7958 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
7961 static const char *aStrings
[] = {
7962 "if(0-$0 ,0,if(50000-$0 ,$0 ,50000))",
7963 "if(4200000-$1 ,4200000,if(6600000-$1 ,$1 ,6600000))",
7966 "if(0-$2 ,0,if(?3 -$2 ,$2 ,?3 ))",
7967 "logheight*?0 /100000",
7968 "logheight*?4 /200000",
7969 "logwidth*73490/200000",
7980 "?17 *tan(pi*(?16 )/10800000)",
7981 "sqrt(?18 *?18 +?17 *?17 +0*0)",
8004 "if(?16 ,?40 ,?33 )",
8005 "if(?16 ,?22 ,?41 )",
8022 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8025 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
8027 Sequence
< PropertyValue
> aPropSequence (4);
8029 aPropSequence
[0].Name
= "Position";
8030 static const CustomShapeProvider::ParameterPairData aData
=
8032 EnhancedCustomShapeParameterType::NORMAL
,
8033 EnhancedCustomShapeParameterType::EQUATION
,
8036 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8039 aPropSequence
[1].Name
= "RangeYMaximum";
8040 EnhancedCustomShapeParameter aParameter
;
8041 Any
aAny ((sal_Int32
) 50000);
8042 aParameter
.Value
= aAny
;
8043 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8044 aPropSequence
[1].Value
= makeAny (aParameter
);
8047 aPropSequence
[2].Name
= "RangeYMinimum";
8048 EnhancedCustomShapeParameter aParameter
;
8049 Any
aAny ((sal_Int32
) 0);
8050 aParameter
.Value
= aAny
;
8051 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8052 aPropSequence
[2].Value
= makeAny (aParameter
);
8055 aPropSequence
[3].Name
= "RefY";
8056 Any
aAny ((sal_Int32
) 0);
8057 aPropSequence
[3].Value
= makeAny (aAny
);
8059 aPropSequenceSequence
[0] = aPropSequence
;
8062 Sequence
< PropertyValue
> aPropSequence (1);
8064 aPropSequence
[0].Name
= "Position";
8065 static const CustomShapeProvider::ParameterPairData aData
=
8067 EnhancedCustomShapeParameterType::EQUATION
,
8068 EnhancedCustomShapeParameterType::NORMAL
,
8071 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8073 aPropSequenceSequence
[1] = aPropSequence
;
8076 Sequence
< PropertyValue
> aPropSequence (4);
8078 aPropSequence
[0].Name
= "Position";
8079 static const CustomShapeProvider::ParameterPairData aData
=
8081 EnhancedCustomShapeParameterType::EQUATION
,
8082 EnhancedCustomShapeParameterType::EQUATION
,
8085 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8088 aPropSequence
[1].Name
= "RangeYMaximum";
8089 EnhancedCustomShapeParameter aParameter
;
8090 Any
aAny ((sal_Int32
) 3);
8091 aParameter
.Value
= aAny
;
8092 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
8093 aPropSequence
[1].Value
= makeAny (aParameter
);
8096 aPropSequence
[2].Name
= "RangeYMinimum";
8097 EnhancedCustomShapeParameter aParameter
;
8098 Any
aAny ((sal_Int32
) 0);
8099 aParameter
.Value
= aAny
;
8100 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8101 aPropSequence
[2].Value
= makeAny (aParameter
);
8104 aPropSequence
[3].Name
= "RefY";
8105 Any
aAny ((sal_Int32
) 2);
8106 aPropSequence
[3].Value
= makeAny (aAny
);
8108 aPropSequenceSequence
[2] = aPropSequence
;
8110 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
8113 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8116 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8119 Sequence
< PropertyValue
> aPropSequence (3);
8121 aPropSequence
[0].Name
= "Coordinates";
8122 static const CustomShapeProvider::ParameterPairData aData
[] = {
8124 EnhancedCustomShapeParameterType::EQUATION
,
8125 EnhancedCustomShapeParameterType::EQUATION
,
8129 EnhancedCustomShapeParameterType::EQUATION
,
8130 EnhancedCustomShapeParameterType::EQUATION
,
8134 EnhancedCustomShapeParameterType::EQUATION
,
8135 EnhancedCustomShapeParameterType::EQUATION
,
8139 EnhancedCustomShapeParameterType::EQUATION
,
8140 EnhancedCustomShapeParameterType::EQUATION
,
8144 EnhancedCustomShapeParameterType::EQUATION
,
8145 EnhancedCustomShapeParameterType::EQUATION
,
8149 EnhancedCustomShapeParameterType::EQUATION
,
8150 EnhancedCustomShapeParameterType::EQUATION
,
8154 EnhancedCustomShapeParameterType::EQUATION
,
8155 EnhancedCustomShapeParameterType::EQUATION
,
8159 EnhancedCustomShapeParameterType::EQUATION
,
8160 EnhancedCustomShapeParameterType::EQUATION
,
8164 EnhancedCustomShapeParameterType::EQUATION
,
8165 EnhancedCustomShapeParameterType::EQUATION
,
8169 EnhancedCustomShapeParameterType::EQUATION
,
8170 EnhancedCustomShapeParameterType::EQUATION
,
8174 EnhancedCustomShapeParameterType::EQUATION
,
8175 EnhancedCustomShapeParameterType::EQUATION
,
8179 EnhancedCustomShapeParameterType::EQUATION
,
8180 EnhancedCustomShapeParameterType::EQUATION
,
8184 EnhancedCustomShapeParameterType::EQUATION
,
8185 EnhancedCustomShapeParameterType::EQUATION
,
8189 EnhancedCustomShapeParameterType::EQUATION
,
8190 EnhancedCustomShapeParameterType::EQUATION
,
8194 EnhancedCustomShapeParameterType::EQUATION
,
8195 EnhancedCustomShapeParameterType::EQUATION
,
8199 EnhancedCustomShapeParameterType::EQUATION
,
8200 EnhancedCustomShapeParameterType::EQUATION
,
8204 EnhancedCustomShapeParameterType::EQUATION
,
8205 EnhancedCustomShapeParameterType::EQUATION
,
8209 EnhancedCustomShapeParameterType::EQUATION
,
8210 EnhancedCustomShapeParameterType::EQUATION
,
8214 EnhancedCustomShapeParameterType::EQUATION
,
8215 EnhancedCustomShapeParameterType::EQUATION
,
8219 EnhancedCustomShapeParameterType::EQUATION
,
8220 EnhancedCustomShapeParameterType::EQUATION
,
8224 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8227 aPropSequence
[1].Name
= "Segments";
8228 static const sal_uInt16 nValues
[] = {
8235 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8238 aPropSequence
[2].Name
= "TextFrames";
8239 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8241 EnhancedCustomShapeTextFrame aTextFrame
;
8243 static const CustomShapeProvider::ParameterPairData aData
=
8245 EnhancedCustomShapeParameterType::EQUATION
,
8246 EnhancedCustomShapeParameterType::EQUATION
,
8249 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8252 static const CustomShapeProvider::ParameterPairData aData
=
8254 EnhancedCustomShapeParameterType::EQUATION
,
8255 EnhancedCustomShapeParameterType::EQUATION
,
8258 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8260 aTextFrameSeq
[0] = aTextFrame
;
8262 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8264 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8267 awt::Rectangle aRectangle
;
8270 aRectangle
.Width
= 0;
8271 aRectangle
.Height
= 0;
8272 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8274 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-mathNotEqual");
8276 return aPropertyMap
;
8280 // This is a generated source file. DO NOT EDIT.
8282 class ShapeCbentConnector2
: public CustomShapeProvider
8284 virtual PropertyMap
getProperties()
8286 PropertyMap aPropertyMap
;
8289 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
8292 static const char *aStrings
[] = {
8296 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8299 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
8302 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8305 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8308 Sequence
< PropertyValue
> aPropSequence (3);
8310 aPropSequence
[0].Name
= "Coordinates";
8311 static const CustomShapeProvider::ParameterPairData aData
[] = {
8313 EnhancedCustomShapeParameterType::NORMAL
,
8314 EnhancedCustomShapeParameterType::NORMAL
,
8318 EnhancedCustomShapeParameterType::EQUATION
,
8319 EnhancedCustomShapeParameterType::NORMAL
,
8323 EnhancedCustomShapeParameterType::EQUATION
,
8324 EnhancedCustomShapeParameterType::EQUATION
,
8328 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8331 aPropSequence
[1].Name
= "Segments";
8332 static const sal_uInt16 nValues
[] = {
8339 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8342 aPropSequence
[2].Name
= "TextFrames";
8343 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8345 EnhancedCustomShapeTextFrame aTextFrame
;
8347 static const CustomShapeProvider::ParameterPairData aData
=
8349 EnhancedCustomShapeParameterType::NORMAL
,
8350 EnhancedCustomShapeParameterType::NORMAL
,
8353 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8356 static const CustomShapeProvider::ParameterPairData aData
=
8358 EnhancedCustomShapeParameterType::EQUATION
,
8359 EnhancedCustomShapeParameterType::EQUATION
,
8362 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8364 aTextFrameSeq
[0] = aTextFrame
;
8366 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8368 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8371 awt::Rectangle aRectangle
;
8374 aRectangle
.Width
= 0;
8375 aRectangle
.Height
= 0;
8376 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8378 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-bentConnector2");
8380 return aPropertyMap
;
8384 // This is a generated source file. DO NOT EDIT.
8386 class ShapeCmathMultiply
: public CustomShapeProvider
8388 virtual PropertyMap
getProperties()
8390 PropertyMap aPropertyMap
;
8393 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (1);
8395 Any
aAny ((sal_Int32
) 23520);
8396 aAdjSequence
[0].Value
= aAny
;
8397 aAdjSequence
[0].Name
= "adj1";
8399 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
8402 static const char *aStrings
[] = {
8403 "if(0-$0 ,0,if(51965-$0 ,$0 ,51965))",
8404 "min(logwidth,logheight)",
8406 "(10800000*atan2(logheight,logwidth))/pi",
8407 "1*sin(pi*(?3 )/10800000)",
8408 "1*cos(pi*(?3 )/10800000)",
8409 "1*tan(pi*(?3 )/10800000)",
8410 "sqrt(logwidth*logwidth+logheight*logheight+0*0)",
8438 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8441 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (1);
8443 Sequence
< PropertyValue
> aPropSequence (4);
8445 aPropSequence
[0].Name
= "Position";
8446 static const CustomShapeProvider::ParameterPairData aData
=
8448 EnhancedCustomShapeParameterType::NORMAL
,
8449 EnhancedCustomShapeParameterType::EQUATION
,
8452 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8455 aPropSequence
[1].Name
= "RangeYMaximum";
8456 EnhancedCustomShapeParameter aParameter
;
8457 Any
aAny ((sal_Int32
) 51965);
8458 aParameter
.Value
= aAny
;
8459 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8460 aPropSequence
[1].Value
= makeAny (aParameter
);
8463 aPropSequence
[2].Name
= "RangeYMinimum";
8464 EnhancedCustomShapeParameter aParameter
;
8465 Any
aAny ((sal_Int32
) 0);
8466 aParameter
.Value
= aAny
;
8467 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8468 aPropSequence
[2].Value
= makeAny (aParameter
);
8471 aPropSequence
[3].Name
= "RefY";
8472 Any
aAny ((sal_Int32
) 0);
8473 aPropSequence
[3].Value
= makeAny (aAny
);
8475 aPropSequenceSequence
[0] = aPropSequence
;
8477 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
8480 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8483 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8486 Sequence
< PropertyValue
> aPropSequence (3);
8488 aPropSequence
[0].Name
= "Coordinates";
8489 static const CustomShapeProvider::ParameterPairData aData
[] = {
8491 EnhancedCustomShapeParameterType::EQUATION
,
8492 EnhancedCustomShapeParameterType::EQUATION
,
8496 EnhancedCustomShapeParameterType::EQUATION
,
8497 EnhancedCustomShapeParameterType::EQUATION
,
8501 EnhancedCustomShapeParameterType::EQUATION
,
8502 EnhancedCustomShapeParameterType::EQUATION
,
8506 EnhancedCustomShapeParameterType::EQUATION
,
8507 EnhancedCustomShapeParameterType::EQUATION
,
8511 EnhancedCustomShapeParameterType::EQUATION
,
8512 EnhancedCustomShapeParameterType::EQUATION
,
8516 EnhancedCustomShapeParameterType::EQUATION
,
8517 EnhancedCustomShapeParameterType::EQUATION
,
8521 EnhancedCustomShapeParameterType::EQUATION
,
8522 EnhancedCustomShapeParameterType::EQUATION
,
8526 EnhancedCustomShapeParameterType::EQUATION
,
8527 EnhancedCustomShapeParameterType::EQUATION
,
8531 EnhancedCustomShapeParameterType::EQUATION
,
8532 EnhancedCustomShapeParameterType::EQUATION
,
8536 EnhancedCustomShapeParameterType::EQUATION
,
8537 EnhancedCustomShapeParameterType::EQUATION
,
8541 EnhancedCustomShapeParameterType::EQUATION
,
8542 EnhancedCustomShapeParameterType::EQUATION
,
8546 EnhancedCustomShapeParameterType::EQUATION
,
8547 EnhancedCustomShapeParameterType::EQUATION
,
8551 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8554 aPropSequence
[1].Name
= "Segments";
8555 static const sal_uInt16 nValues
[] = {
8562 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8565 aPropSequence
[2].Name
= "TextFrames";
8566 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8568 EnhancedCustomShapeTextFrame aTextFrame
;
8570 static const CustomShapeProvider::ParameterPairData aData
=
8572 EnhancedCustomShapeParameterType::EQUATION
,
8573 EnhancedCustomShapeParameterType::EQUATION
,
8576 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8579 static const CustomShapeProvider::ParameterPairData aData
=
8581 EnhancedCustomShapeParameterType::EQUATION
,
8582 EnhancedCustomShapeParameterType::EQUATION
,
8585 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8587 aTextFrameSeq
[0] = aTextFrame
;
8589 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8591 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8594 awt::Rectangle aRectangle
;
8597 aRectangle
.Width
= 0;
8598 aRectangle
.Height
= 0;
8599 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8601 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-mathMultiply");
8603 return aPropertyMap
;
8607 // This is a generated source file. DO NOT EDIT.
8609 class ShapeCheptagon
: public CustomShapeProvider
8611 virtual PropertyMap
getProperties()
8613 PropertyMap aPropertyMap
;
8616 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (2);
8618 Any
aAny ((sal_Int32
) 102572);
8619 aAdjSequence
[0].Value
= aAny
;
8620 aAdjSequence
[0].Name
= "hf";
8623 Any
aAny ((sal_Int32
) 105210);
8624 aAdjSequence
[1].Value
= aAny
;
8625 aAdjSequence
[1].Name
= "vf";
8627 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
8630 static const char *aStrings
[] = {
8655 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8658 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
8661 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8664 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8667 Sequence
< PropertyValue
> aPropSequence (3);
8669 aPropSequence
[0].Name
= "Coordinates";
8670 static const CustomShapeProvider::ParameterPairData aData
[] = {
8672 EnhancedCustomShapeParameterType::EQUATION
,
8673 EnhancedCustomShapeParameterType::EQUATION
,
8677 EnhancedCustomShapeParameterType::EQUATION
,
8678 EnhancedCustomShapeParameterType::EQUATION
,
8682 EnhancedCustomShapeParameterType::EQUATION
,
8683 EnhancedCustomShapeParameterType::NORMAL
,
8687 EnhancedCustomShapeParameterType::EQUATION
,
8688 EnhancedCustomShapeParameterType::EQUATION
,
8692 EnhancedCustomShapeParameterType::EQUATION
,
8693 EnhancedCustomShapeParameterType::EQUATION
,
8697 EnhancedCustomShapeParameterType::EQUATION
,
8698 EnhancedCustomShapeParameterType::EQUATION
,
8702 EnhancedCustomShapeParameterType::EQUATION
,
8703 EnhancedCustomShapeParameterType::EQUATION
,
8707 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8710 aPropSequence
[1].Name
= "Segments";
8711 static const sal_uInt16 nValues
[] = {
8718 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8721 aPropSequence
[2].Name
= "TextFrames";
8722 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8724 EnhancedCustomShapeTextFrame aTextFrame
;
8726 static const CustomShapeProvider::ParameterPairData aData
=
8728 EnhancedCustomShapeParameterType::EQUATION
,
8729 EnhancedCustomShapeParameterType::EQUATION
,
8732 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8735 static const CustomShapeProvider::ParameterPairData aData
=
8737 EnhancedCustomShapeParameterType::EQUATION
,
8738 EnhancedCustomShapeParameterType::EQUATION
,
8741 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8743 aTextFrameSeq
[0] = aTextFrame
;
8745 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8747 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8750 awt::Rectangle aRectangle
;
8753 aRectangle
.Width
= 0;
8754 aRectangle
.Height
= 0;
8755 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8757 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-heptagon");
8759 return aPropertyMap
;
8763 // This is a generated source file. DO NOT EDIT.
8765 class ShapeCrect
: public CustomShapeProvider
8767 virtual PropertyMap
getProperties()
8769 PropertyMap aPropertyMap
;
8772 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
8775 static const char *aStrings
[] = {
8781 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8784 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
8787 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
8790 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
8793 Sequence
< PropertyValue
> aPropSequence (3);
8795 aPropSequence
[0].Name
= "Coordinates";
8796 static const CustomShapeProvider::ParameterPairData aData
[] = {
8798 EnhancedCustomShapeParameterType::NORMAL
,
8799 EnhancedCustomShapeParameterType::NORMAL
,
8803 EnhancedCustomShapeParameterType::EQUATION
,
8804 EnhancedCustomShapeParameterType::NORMAL
,
8808 EnhancedCustomShapeParameterType::EQUATION
,
8809 EnhancedCustomShapeParameterType::EQUATION
,
8813 EnhancedCustomShapeParameterType::NORMAL
,
8814 EnhancedCustomShapeParameterType::EQUATION
,
8818 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
8821 aPropSequence
[1].Name
= "Segments";
8822 static const sal_uInt16 nValues
[] = {
8829 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
8832 aPropSequence
[2].Name
= "TextFrames";
8833 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
8835 EnhancedCustomShapeTextFrame aTextFrame
;
8837 static const CustomShapeProvider::ParameterPairData aData
=
8839 EnhancedCustomShapeParameterType::NORMAL
,
8840 EnhancedCustomShapeParameterType::NORMAL
,
8843 aTextFrame
.TopLeft
= createParameterPair(&aData
);
8846 static const CustomShapeProvider::ParameterPairData aData
=
8848 EnhancedCustomShapeParameterType::EQUATION
,
8849 EnhancedCustomShapeParameterType::EQUATION
,
8852 aTextFrame
.BottomRight
= createParameterPair(&aData
);
8854 aTextFrameSeq
[0] = aTextFrame
;
8856 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
8858 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
8861 awt::Rectangle aRectangle
;
8864 aRectangle
.Width
= 0;
8865 aRectangle
.Height
= 0;
8866 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
8868 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-rect");
8870 return aPropertyMap
;
8874 // This is a generated source file. DO NOT EDIT.
8876 class ShapeCaccentBorderCallout2
: public CustomShapeProvider
8878 virtual PropertyMap
getProperties()
8880 PropertyMap aPropertyMap
;
8883 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (6);
8885 Any
aAny ((sal_Int32
) 18750);
8886 aAdjSequence
[0].Value
= aAny
;
8887 aAdjSequence
[0].Name
= "adj1";
8890 Any
aAny ((sal_Int32
) -8333);
8891 aAdjSequence
[1].Value
= aAny
;
8892 aAdjSequence
[1].Name
= "adj2";
8895 Any
aAny ((sal_Int32
) 18750);
8896 aAdjSequence
[2].Value
= aAny
;
8897 aAdjSequence
[2].Name
= "adj3";
8900 Any
aAny ((sal_Int32
) -16667);
8901 aAdjSequence
[3].Value
= aAny
;
8902 aAdjSequence
[3].Name
= "adj4";
8905 Any
aAny ((sal_Int32
) 112500);
8906 aAdjSequence
[4].Value
= aAny
;
8907 aAdjSequence
[4].Name
= "adj5";
8910 Any
aAny ((sal_Int32
) -46667);
8911 aAdjSequence
[5].Value
= aAny
;
8912 aAdjSequence
[5].Name
= "adj6";
8914 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
8917 static const char *aStrings
[] = {
8918 "logheight*$0 /100000",
8919 "logwidth*$1 /100000",
8920 "logheight*$2 /100000",
8921 "logwidth*$3 /100000",
8922 "logheight*$4 /100000",
8923 "logwidth*$5 /100000",
8929 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
8932 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (3);
8934 Sequence
< PropertyValue
> aPropSequence (7);
8936 aPropSequence
[0].Name
= "Position";
8937 static const CustomShapeProvider::ParameterPairData aData
=
8939 EnhancedCustomShapeParameterType::EQUATION
,
8940 EnhancedCustomShapeParameterType::EQUATION
,
8943 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
8946 aPropSequence
[1].Name
= "RangeXMaximum";
8947 EnhancedCustomShapeParameter aParameter
;
8948 Any
aAny ((sal_Int32
) 2147483647);
8949 aParameter
.Value
= aAny
;
8950 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8951 aPropSequence
[1].Value
= makeAny (aParameter
);
8954 aPropSequence
[2].Name
= "RangeXMinimum";
8955 EnhancedCustomShapeParameter aParameter
;
8956 Any
aAny ((sal_Int32
) -2147483647);
8957 aParameter
.Value
= aAny
;
8958 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8959 aPropSequence
[2].Value
= makeAny (aParameter
);
8962 aPropSequence
[3].Name
= "RangeYMaximum";
8963 EnhancedCustomShapeParameter aParameter
;
8964 Any
aAny ((sal_Int32
) 2147483647);
8965 aParameter
.Value
= aAny
;
8966 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8967 aPropSequence
[3].Value
= makeAny (aParameter
);
8970 aPropSequence
[4].Name
= "RangeYMinimum";
8971 EnhancedCustomShapeParameter aParameter
;
8972 Any
aAny ((sal_Int32
) -2147483647);
8973 aParameter
.Value
= aAny
;
8974 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
8975 aPropSequence
[4].Value
= makeAny (aParameter
);
8978 aPropSequence
[5].Name
= "RefX";
8979 Any
aAny ((sal_Int32
) 1);
8980 aPropSequence
[5].Value
= makeAny (aAny
);
8983 aPropSequence
[6].Name
= "RefY";
8984 Any
aAny ((sal_Int32
) 0);
8985 aPropSequence
[6].Value
= makeAny (aAny
);
8987 aPropSequenceSequence
[0] = aPropSequence
;
8990 Sequence
< PropertyValue
> aPropSequence (7);
8992 aPropSequence
[0].Name
= "Position";
8993 static const CustomShapeProvider::ParameterPairData aData
=
8995 EnhancedCustomShapeParameterType::EQUATION
,
8996 EnhancedCustomShapeParameterType::EQUATION
,
8999 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9002 aPropSequence
[1].Name
= "RangeXMaximum";
9003 EnhancedCustomShapeParameter aParameter
;
9004 Any
aAny ((sal_Int32
) 2147483647);
9005 aParameter
.Value
= aAny
;
9006 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9007 aPropSequence
[1].Value
= makeAny (aParameter
);
9010 aPropSequence
[2].Name
= "RangeXMinimum";
9011 EnhancedCustomShapeParameter aParameter
;
9012 Any
aAny ((sal_Int32
) -2147483647);
9013 aParameter
.Value
= aAny
;
9014 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9015 aPropSequence
[2].Value
= makeAny (aParameter
);
9018 aPropSequence
[3].Name
= "RangeYMaximum";
9019 EnhancedCustomShapeParameter aParameter
;
9020 Any
aAny ((sal_Int32
) 2147483647);
9021 aParameter
.Value
= aAny
;
9022 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9023 aPropSequence
[3].Value
= makeAny (aParameter
);
9026 aPropSequence
[4].Name
= "RangeYMinimum";
9027 EnhancedCustomShapeParameter aParameter
;
9028 Any
aAny ((sal_Int32
) -2147483647);
9029 aParameter
.Value
= aAny
;
9030 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9031 aPropSequence
[4].Value
= makeAny (aParameter
);
9034 aPropSequence
[5].Name
= "RefX";
9035 Any
aAny ((sal_Int32
) 3);
9036 aPropSequence
[5].Value
= makeAny (aAny
);
9039 aPropSequence
[6].Name
= "RefY";
9040 Any
aAny ((sal_Int32
) 2);
9041 aPropSequence
[6].Value
= makeAny (aAny
);
9043 aPropSequenceSequence
[1] = aPropSequence
;
9046 Sequence
< PropertyValue
> aPropSequence (7);
9048 aPropSequence
[0].Name
= "Position";
9049 static const CustomShapeProvider::ParameterPairData aData
=
9051 EnhancedCustomShapeParameterType::EQUATION
,
9052 EnhancedCustomShapeParameterType::EQUATION
,
9055 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9058 aPropSequence
[1].Name
= "RangeXMaximum";
9059 EnhancedCustomShapeParameter aParameter
;
9060 Any
aAny ((sal_Int32
) 2147483647);
9061 aParameter
.Value
= aAny
;
9062 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9063 aPropSequence
[1].Value
= makeAny (aParameter
);
9066 aPropSequence
[2].Name
= "RangeXMinimum";
9067 EnhancedCustomShapeParameter aParameter
;
9068 Any
aAny ((sal_Int32
) -2147483647);
9069 aParameter
.Value
= aAny
;
9070 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9071 aPropSequence
[2].Value
= makeAny (aParameter
);
9074 aPropSequence
[3].Name
= "RangeYMaximum";
9075 EnhancedCustomShapeParameter aParameter
;
9076 Any
aAny ((sal_Int32
) 2147483647);
9077 aParameter
.Value
= aAny
;
9078 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9079 aPropSequence
[3].Value
= makeAny (aParameter
);
9082 aPropSequence
[4].Name
= "RangeYMinimum";
9083 EnhancedCustomShapeParameter aParameter
;
9084 Any
aAny ((sal_Int32
) -2147483647);
9085 aParameter
.Value
= aAny
;
9086 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9087 aPropSequence
[4].Value
= makeAny (aParameter
);
9090 aPropSequence
[5].Name
= "RefX";
9091 Any
aAny ((sal_Int32
) 5);
9092 aPropSequence
[5].Value
= makeAny (aAny
);
9095 aPropSequence
[6].Name
= "RefY";
9096 Any
aAny ((sal_Int32
) 4);
9097 aPropSequence
[6].Value
= makeAny (aAny
);
9099 aPropSequenceSequence
[2] = aPropSequence
;
9101 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
9104 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
9107 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
9110 Sequence
< PropertyValue
> aPropSequence (3);
9112 aPropSequence
[0].Name
= "Coordinates";
9113 static const CustomShapeProvider::ParameterPairData aData
[] = {
9115 EnhancedCustomShapeParameterType::NORMAL
,
9116 EnhancedCustomShapeParameterType::NORMAL
,
9120 EnhancedCustomShapeParameterType::EQUATION
,
9121 EnhancedCustomShapeParameterType::NORMAL
,
9125 EnhancedCustomShapeParameterType::EQUATION
,
9126 EnhancedCustomShapeParameterType::EQUATION
,
9130 EnhancedCustomShapeParameterType::NORMAL
,
9131 EnhancedCustomShapeParameterType::EQUATION
,
9135 EnhancedCustomShapeParameterType::EQUATION
,
9136 EnhancedCustomShapeParameterType::NORMAL
,
9140 EnhancedCustomShapeParameterType::EQUATION
,
9141 EnhancedCustomShapeParameterType::EQUATION
,
9145 EnhancedCustomShapeParameterType::EQUATION
,
9146 EnhancedCustomShapeParameterType::EQUATION
,
9150 EnhancedCustomShapeParameterType::EQUATION
,
9151 EnhancedCustomShapeParameterType::EQUATION
,
9155 EnhancedCustomShapeParameterType::EQUATION
,
9156 EnhancedCustomShapeParameterType::EQUATION
,
9160 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
9163 aPropSequence
[1].Name
= "Segments";
9164 static const sal_uInt16 nValues
[] = {
9179 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
9182 aPropSequence
[2].Name
= "TextFrames";
9183 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
9185 EnhancedCustomShapeTextFrame aTextFrame
;
9187 static const CustomShapeProvider::ParameterPairData aData
=
9189 EnhancedCustomShapeParameterType::NORMAL
,
9190 EnhancedCustomShapeParameterType::NORMAL
,
9193 aTextFrame
.TopLeft
= createParameterPair(&aData
);
9196 static const CustomShapeProvider::ParameterPairData aData
=
9198 EnhancedCustomShapeParameterType::EQUATION
,
9199 EnhancedCustomShapeParameterType::EQUATION
,
9202 aTextFrame
.BottomRight
= createParameterPair(&aData
);
9204 aTextFrameSeq
[0] = aTextFrame
;
9206 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
9208 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
9211 awt::Rectangle aRectangle
;
9214 aRectangle
.Width
= 0;
9215 aRectangle
.Height
= 0;
9216 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
9218 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-accentBorderCallout2");
9220 return aPropertyMap
;
9224 // This is a generated source file. DO NOT EDIT.
9226 class ShapeCpieWedge
: public CustomShapeProvider
9228 virtual PropertyMap
getProperties()
9230 PropertyMap aPropertyMap
;
9233 aPropertyMap
[PROP_AdjustmentValues
] <<= Sequence
< OUString
>(0);
9236 static const char *aStrings
[] = {
9237 "logwidth*cos(pi*(13500000)/10800000)",
9238 "logheight*sin(pi*(13500000)/10800000)",
9247 "(10800000)/60000.0",
9250 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
9253 aPropertyMap
[PROP_Handles
] <<= Sequence
< OUString
>(0);
9256 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
9259 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
9262 Sequence
< PropertyValue
> aPropSequence (3);
9264 aPropSequence
[0].Name
= "Coordinates";
9265 static const CustomShapeProvider::ParameterPairData aData
[] = {
9267 EnhancedCustomShapeParameterType::NORMAL
,
9268 EnhancedCustomShapeParameterType::EQUATION
,
9272 EnhancedCustomShapeParameterType::EQUATION
,
9273 EnhancedCustomShapeParameterType::EQUATION
,
9277 EnhancedCustomShapeParameterType::EQUATION
,
9278 EnhancedCustomShapeParameterType::EQUATION
,
9282 EnhancedCustomShapeParameterType::EQUATION
,
9283 EnhancedCustomShapeParameterType::EQUATION
,
9287 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
9290 aPropSequence
[1].Name
= "Segments";
9291 static const sal_uInt16 nValues
[] = {
9299 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
9302 aPropSequence
[2].Name
= "TextFrames";
9303 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
9305 EnhancedCustomShapeTextFrame aTextFrame
;
9307 static const CustomShapeProvider::ParameterPairData aData
=
9309 EnhancedCustomShapeParameterType::EQUATION
,
9310 EnhancedCustomShapeParameterType::EQUATION
,
9313 aTextFrame
.TopLeft
= createParameterPair(&aData
);
9316 static const CustomShapeProvider::ParameterPairData aData
=
9318 EnhancedCustomShapeParameterType::EQUATION
,
9319 EnhancedCustomShapeParameterType::EQUATION
,
9322 aTextFrame
.BottomRight
= createParameterPair(&aData
);
9324 aTextFrameSeq
[0] = aTextFrame
;
9326 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
9328 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
9331 awt::Rectangle aRectangle
;
9334 aRectangle
.Width
= 0;
9335 aRectangle
.Height
= 0;
9336 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
9338 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-pieWedge");
9340 return aPropertyMap
;
9344 // This is a generated source file. DO NOT EDIT.
9346 class ShapeCupArrowCallout
: public CustomShapeProvider
9348 virtual PropertyMap
getProperties()
9350 PropertyMap aPropertyMap
;
9353 Sequence
< EnhancedCustomShapeAdjustmentValue
> aAdjSequence (4);
9355 Any
aAny ((sal_Int32
) 25000);
9356 aAdjSequence
[0].Value
= aAny
;
9357 aAdjSequence
[0].Name
= "adj1";
9360 Any
aAny ((sal_Int32
) 25000);
9361 aAdjSequence
[1].Value
= aAny
;
9362 aAdjSequence
[1].Name
= "adj2";
9365 Any
aAny ((sal_Int32
) 25000);
9366 aAdjSequence
[2].Value
= aAny
;
9367 aAdjSequence
[2].Name
= "adj3";
9370 Any
aAny ((sal_Int32
) 64977);
9371 aAdjSequence
[3].Value
= aAny
;
9372 aAdjSequence
[3].Name
= "adj4";
9374 aPropertyMap
[PROP_AdjustmentValues
] <<= aAdjSequence
;
9377 static const char *aStrings
[] = {
9378 "min(logwidth,logheight)",
9379 "50000*logwidth/?0 ",
9380 "if(0-$1 ,0,if(?1 -$1 ,$1 ,?1 ))",
9382 "if(0-$0 ,0,if(?3 -$0 ,$0 ,?3 ))",
9383 "100000*logheight/?0 ",
9384 "if(0-$2 ,0,if(?5 -$2 ,$2 ,?5 ))",
9385 "?6 *?0 /logheight",
9387 "if(0-$3 ,0,if(?8 -$3 ,$3 ,?8 ))",
9396 "logheight*?9 /100000",
9398 "(?19 +logheight)/2",
9402 aPropertyMap
[PROP_Equations
] <<= createStringSequence( SAL_N_ELEMENTS( aStrings
), aStrings
);
9405 Sequence
< Sequence
< PropertyValue
> > aPropSequenceSequence (4);
9407 Sequence
< PropertyValue
> aPropSequence (4);
9409 aPropSequence
[0].Name
= "Position";
9410 static const CustomShapeProvider::ParameterPairData aData
=
9412 EnhancedCustomShapeParameterType::EQUATION
,
9413 EnhancedCustomShapeParameterType::EQUATION
,
9416 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9419 aPropSequence
[1].Name
= "RangeXMaximum";
9420 EnhancedCustomShapeParameter aParameter
;
9421 Any
aAny ((sal_Int32
) 3);
9422 aParameter
.Value
= aAny
;
9423 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
9424 aPropSequence
[1].Value
= makeAny (aParameter
);
9427 aPropSequence
[2].Name
= "RangeXMinimum";
9428 EnhancedCustomShapeParameter aParameter
;
9429 Any
aAny ((sal_Int32
) 0);
9430 aParameter
.Value
= aAny
;
9431 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9432 aPropSequence
[2].Value
= makeAny (aParameter
);
9435 aPropSequence
[3].Name
= "RefX";
9436 Any
aAny ((sal_Int32
) 0);
9437 aPropSequence
[3].Value
= makeAny (aAny
);
9439 aPropSequenceSequence
[0] = aPropSequence
;
9442 Sequence
< PropertyValue
> aPropSequence (4);
9444 aPropSequence
[0].Name
= "Position";
9445 static const CustomShapeProvider::ParameterPairData aData
=
9447 EnhancedCustomShapeParameterType::EQUATION
,
9448 EnhancedCustomShapeParameterType::NORMAL
,
9451 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9454 aPropSequence
[1].Name
= "RangeXMaximum";
9455 EnhancedCustomShapeParameter aParameter
;
9456 Any
aAny ((sal_Int32
) 1);
9457 aParameter
.Value
= aAny
;
9458 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
9459 aPropSequence
[1].Value
= makeAny (aParameter
);
9462 aPropSequence
[2].Name
= "RangeXMinimum";
9463 EnhancedCustomShapeParameter aParameter
;
9464 Any
aAny ((sal_Int32
) 0);
9465 aParameter
.Value
= aAny
;
9466 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9467 aPropSequence
[2].Value
= makeAny (aParameter
);
9470 aPropSequence
[3].Name
= "RefX";
9471 Any
aAny ((sal_Int32
) 1);
9472 aPropSequence
[3].Value
= makeAny (aAny
);
9474 aPropSequenceSequence
[1] = aPropSequence
;
9477 Sequence
< PropertyValue
> aPropSequence (4);
9479 aPropSequence
[0].Name
= "Position";
9480 static const CustomShapeProvider::ParameterPairData aData
=
9482 EnhancedCustomShapeParameterType::EQUATION
,
9483 EnhancedCustomShapeParameterType::EQUATION
,
9486 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9489 aPropSequence
[1].Name
= "RangeYMaximum";
9490 EnhancedCustomShapeParameter aParameter
;
9491 Any
aAny ((sal_Int32
) 5);
9492 aParameter
.Value
= aAny
;
9493 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
9494 aPropSequence
[1].Value
= makeAny (aParameter
);
9497 aPropSequence
[2].Name
= "RangeYMinimum";
9498 EnhancedCustomShapeParameter aParameter
;
9499 Any
aAny ((sal_Int32
) 0);
9500 aParameter
.Value
= aAny
;
9501 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9502 aPropSequence
[2].Value
= makeAny (aParameter
);
9505 aPropSequence
[3].Name
= "RefY";
9506 Any
aAny ((sal_Int32
) 2);
9507 aPropSequence
[3].Value
= makeAny (aAny
);
9509 aPropSequenceSequence
[2] = aPropSequence
;
9512 Sequence
< PropertyValue
> aPropSequence (4);
9514 aPropSequence
[0].Name
= "Position";
9515 static const CustomShapeProvider::ParameterPairData aData
=
9517 EnhancedCustomShapeParameterType::NORMAL
,
9518 EnhancedCustomShapeParameterType::EQUATION
,
9521 aPropSequence
[0].Value
= makeAny (createParameterPair(&aData
));
9524 aPropSequence
[1].Name
= "RangeYMaximum";
9525 EnhancedCustomShapeParameter aParameter
;
9526 Any
aAny ((sal_Int32
) 8);
9527 aParameter
.Value
= aAny
;
9528 aParameter
.Type
= EnhancedCustomShapeParameterType::EQUATION
;
9529 aPropSequence
[1].Value
= makeAny (aParameter
);
9532 aPropSequence
[2].Name
= "RangeYMinimum";
9533 EnhancedCustomShapeParameter aParameter
;
9534 Any
aAny ((sal_Int32
) 0);
9535 aParameter
.Value
= aAny
;
9536 aParameter
.Type
= EnhancedCustomShapeParameterType::NORMAL
;
9537 aPropSequence
[2].Value
= makeAny (aParameter
);
9540 aPropSequence
[3].Name
= "RefY";
9541 Any
aAny ((sal_Int32
) 3);
9542 aPropSequence
[3].Value
= makeAny (aAny
);
9544 aPropSequenceSequence
[3] = aPropSequence
;
9546 aPropertyMap
[PROP_Handles
] <<= aPropSequenceSequence
;
9549 aPropertyMap
[PROP_MirroredX
] <<= Any ((sal_Bool
) sal_False
);
9552 aPropertyMap
[PROP_MirroredY
] <<= Any ((sal_Bool
) sal_False
);
9555 Sequence
< PropertyValue
> aPropSequence (3);
9557 aPropSequence
[0].Name
= "Coordinates";
9558 static const CustomShapeProvider::ParameterPairData aData
[] = {
9560 EnhancedCustomShapeParameterType::NORMAL
,
9561 EnhancedCustomShapeParameterType::EQUATION
,
9565 EnhancedCustomShapeParameterType::EQUATION
,
9566 EnhancedCustomShapeParameterType::EQUATION
,
9570 EnhancedCustomShapeParameterType::EQUATION
,
9571 EnhancedCustomShapeParameterType::EQUATION
,
9575 EnhancedCustomShapeParameterType::EQUATION
,
9576 EnhancedCustomShapeParameterType::EQUATION
,
9580 EnhancedCustomShapeParameterType::EQUATION
,
9581 EnhancedCustomShapeParameterType::NORMAL
,
9585 EnhancedCustomShapeParameterType::EQUATION
,
9586 EnhancedCustomShapeParameterType::EQUATION
,
9590 EnhancedCustomShapeParameterType::EQUATION
,
9591 EnhancedCustomShapeParameterType::EQUATION
,
9595 EnhancedCustomShapeParameterType::EQUATION
,
9596 EnhancedCustomShapeParameterType::EQUATION
,
9600 EnhancedCustomShapeParameterType::EQUATION
,
9601 EnhancedCustomShapeParameterType::EQUATION
,
9605 EnhancedCustomShapeParameterType::EQUATION
,
9606 EnhancedCustomShapeParameterType::EQUATION
,
9610 EnhancedCustomShapeParameterType::NORMAL
,
9611 EnhancedCustomShapeParameterType::EQUATION
,
9615 aPropSequence
[0].Value
= makeAny (createParameterPairSequence(SAL_N_ELEMENTS(aData
), aData
));
9618 aPropSequence
[1].Name
= "Segments";
9619 static const sal_uInt16 nValues
[] = {
9626 aPropSequence
[1].Value
= makeAny (createSegmentSequence( SAL_N_ELEMENTS( nValues
), nValues
));
9629 aPropSequence
[2].Name
= "TextFrames";
9630 Sequence
< EnhancedCustomShapeTextFrame
> aTextFrameSeq (1);
9632 EnhancedCustomShapeTextFrame aTextFrame
;
9634 static const CustomShapeProvider::ParameterPairData aData
=
9636 EnhancedCustomShapeParameterType::NORMAL
,
9637 EnhancedCustomShapeParameterType::EQUATION
,
9640 aTextFrame
.TopLeft
= createParameterPair(&aData
);
9643 static const CustomShapeProvider::ParameterPairData aData
=
9645 EnhancedCustomShapeParameterType::EQUATION
,
9646 EnhancedCustomShapeParameterType::EQUATION
,
9649 aTextFrame
.BottomRight
= createParameterPair(&aData
);
9651 aTextFrameSeq
[0] = aTextFrame
;
9653 aPropSequence
[2].Value
= makeAny (aTextFrameSeq
);
9655 aPropertyMap
[PROP_Path
] <<= aPropSequence
;
9658 awt::Rectangle aRectangle
;
9661 aRectangle
.Width
= 0;
9662 aRectangle
.Height
= 0;
9663 aPropertyMap
[PROP_ViewBox
] <<= aRectangle
;
9665 aPropertyMap
[ PROP_Type
] <<= OUString("ooxml-upArrowCallout");
9667 return aPropertyMap
;
9671 // This is a generated source file. DO NOT EDIT.
9673 } // anonymous namespace
9674 void CustomShapeProperties::initializePresetsMap5()
9676 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "plus" ) ] = new ShapeCplus();
9677 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "accentCallout3" ) ] = new ShapeCaccentCallout3();
9678 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "leftCircularArrow" ) ] = new ShapeCleftCircularArrow();
9679 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "rightArrow" ) ] = new ShapeCrightArrow();
9680 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartPunchedCard" ) ] = new ShapeCflowChartPunchedCard();
9681 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "snip2DiagRect" ) ] = new ShapeCsnip2DiagRect();
9682 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "verticalScroll" ) ] = new ShapeCverticalScroll();
9683 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "star7" ) ] = new ShapeCstar7();
9684 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "chartX" ) ] = new ShapeCchartX();
9685 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "cloud" ) ] = new ShapeCcloud();
9686 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "cube" ) ] = new ShapeCcube();
9687 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "round2DiagRect" ) ] = new ShapeCround2DiagRect();
9688 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartMultidocument" ) ] = new ShapeCflowChartMultidocument();
9689 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "actionButtonDocument" ) ] = new ShapeCactionButtonDocument();
9690 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartTerminator" ) ] = new ShapeCflowChartTerminator();
9691 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartDelay" ) ] = new ShapeCflowChartDelay();
9692 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "curvedConnector5" ) ] = new ShapeCcurvedConnector5();
9693 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "horizontalScroll" ) ] = new ShapeChorizontalScroll();
9694 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "bentConnector4" ) ] = new ShapeCbentConnector4();
9695 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "leftRightCircularArrow" ) ] = new ShapeCleftRightCircularArrow();
9696 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "wedgeRectCallout" ) ] = new ShapeCwedgeRectCallout();
9697 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "accentCallout2" ) ] = new ShapeCaccentCallout2();
9698 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartMagneticDrum" ) ] = new ShapeCflowChartMagneticDrum();
9699 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "corner" ) ] = new ShapeCcorner();
9700 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "borderCallout2" ) ] = new ShapeCborderCallout2();
9701 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "donut" ) ] = new ShapeCdonut();
9702 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "flowChartCollate" ) ] = new ShapeCflowChartCollate();
9703 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "mathNotEqual" ) ] = new ShapeCmathNotEqual();
9704 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "bentConnector2" ) ] = new ShapeCbentConnector2();
9705 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "mathMultiply" ) ] = new ShapeCmathMultiply();
9706 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "heptagon" ) ] = new ShapeCheptagon();
9707 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "rect" ) ] = new ShapeCrect();
9708 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "accentBorderCallout2" ) ] = new ShapeCaccentBorderCallout2();
9709 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "pieWedge" ) ] = new ShapeCpieWedge();
9710 maPresetsMap
[ StaticTokenMap::get().getTokenFromUnicode( "upArrowCallout" ) ] = new ShapeCupArrowCallout();
9713 } } // oox // drawingml