Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / office / MsoPresetTextEffect.idl
blob461e63ebf28d463a7651d8ff97a878c704470274
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 MsoPresetTextEffect {
22 const long msoTextEffect1 = 0;
23 const long msoTextEffect10 = 9;
24 const long msoTextEffect11 = 10;
25 const long msoTextEffect12 = 11;
26 const long msoTextEffect13 = 12;
27 const long msoTextEffect14 = 13;
28 const long msoTextEffect15 = 14;
29 const long msoTextEffect16 = 15;
30 const long msoTextEffect17 = 16;
31 const long msoTextEffect18 = 17;
32 const long msoTextEffect19 = 18;
33 const long msoTextEffect2 = 1;
34 const long msoTextEffect20 = 19;
35 const long msoTextEffect21 = 20;
36 const long msoTextEffect22 = 21;
37 const long msoTextEffect23 = 22;
38 const long msoTextEffect24 = 23;
39 const long msoTextEffect25 = 24;
40 const long msoTextEffect26 = 25;
41 const long msoTextEffect27 = 26;
42 const long msoTextEffect28 = 27;
43 const long msoTextEffect29 = 28;
44 const long msoTextEffect3 = 2;
45 const long msoTextEffect30 = 29;
46 const long msoTextEffect4 = 3;
47 const long msoTextEffect5 = 4;
48 const long msoTextEffect6 = 5;
49 const long msoTextEffect7 = 6;
50 const long msoTextEffect8 = 7;
51 const long msoTextEffect9 = 8;
52 const long msoTextEffectMixed = -2;
54 }; }; };
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */