update credits
[LibreOffice.git] / cui / source / tabpages / textanim.hrc
blobfee187bc91bc63f82c5f0143ec5983d41c6a2749
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #define LB_EFFECT 1
20 #define CTL_EFFECT 1
21 #define TSB_START_INSIDE 1
22 #define TSB_STOP_INSIDE 2
23 #define FL_EFFECT 1
24 #define FT_EFFECTS 1
25 #define FT_DIRECTION 2
26 #define FL_PROPERTIES 2
27 #define FT_COUNT 3
28 #define TSB_ENDLESS 3
29 #define NUM_FLD_COUNT 1
30 #define FT_AMOUNT 4
31 #define MTR_FLD_AMOUNT 1
32 #define FT_DELAY 5
33 #define MTR_FLD_DELAY 2
34 #define TSB_PIXEL 4
35 #define TSB_AUTO 5
36 #define BTN_UP 1
37 #define BTN_LEFT 2
38 #define BTN_RIGHT 3
39 #define BTN_DOWN 4
41 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */