1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 module ooo
{ module vba
{ module office
{
21 constants MsoPresetTextEffectShape
{
22 const long msoTextEffectShapeArchDownCurve
= 10;
23 const long msoTextEffectShapeArchDownPour
= 14;
24 const long msoTextEffectShapeArchUpCurve
= 9;
25 const long msoTextEffectShapeArchUpPour
= 13;
26 const long msoTextEffectShapeButtonCurve
= 12;
27 const long msoTextEffectShapeButtonPour
= 16;
28 const long msoTextEffectShapeCanDown
= 20;
29 const long msoTextEffectShapeCanUp
= 19;
30 const long msoTextEffectShapeCascadeDown
= 40;
31 const long msoTextEffectShapeCascadeUp
= 39;
32 const long msoTextEffectShapeChevronDown
= 6;
33 const long msoTextEffectShapeChevronUp
= 5;
34 const long msoTextEffectShapeCircleCurve
= 11;
35 const long msoTextEffectShapeCirclePour
= 15;
36 const long msoTextEffectShapeCurveDown
= 18;
37 const long msoTextEffectShapeCurveUp
= 17;
38 const long msoTextEffectShapeDeflate
= 26;
39 const long msoTextEffectShapeDeflateBottom
= 28;
40 const long msoTextEffectShapeDeflateInflate
= 31;
41 const long msoTextEffectShapeDeflateInflateDeflate
= 32;
42 const long msoTextEffectShapeDeflateTop
= 30;
43 const long msoTextEffectShapeDoubleWave1
= 23;
44 const long msoTextEffectShapeDoubleWave2
= 24;
45 const long msoTextEffectShapeFadeDown
= 36;
46 const long msoTextEffectShapeFadeLeft
= 34;
47 const long msoTextEffectShapeFadeRight
= 33;
48 const long msoTextEffectShapeFadeUp
= 35;
49 const long msoTextEffectShapeInflate
= 25;
50 const long msoTextEffectShapeInflateBottom
= 27;
51 const long msoTextEffectShapeInflateTop
= 29;
52 const long msoTextEffectShapeMixed
= -2;
53 const long msoTextEffectShapePlainText
= 1;
54 const long msoTextEffectShapeRingInside
= 7;
55 const long msoTextEffectShapeRingOutside
= 8;
56 const long msoTextEffectShapeSlantDown
= 38;
57 const long msoTextEffectShapeSlantUp
= 37;
58 const long msoTextEffectShapeStop
= 2;
59 const long msoTextEffectShapeTriangleDown
= 4;
60 const long msoTextEffectShapeTriangleUp
= 3;
61 const long msoTextEffectShapeWave1
= 21;
62 const long msoTextEffectShapeWave2
= 22;
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */