bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / tabpages / paragrph.hrc
blob6f906823669d4a7842373a6d720a60194729f8ba
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 #ifndef _SVX_PARAGRPH_HRC
20 #define _SVX_PARAGRPH_HRC
22 // StandardTabPage ----------------------------------------------------------
24 #define FT_LEFTINDENT           10
25 #define ED_LEFTINDENT           11
26 #define FT_FLINEINDENT          12
27 #define ED_FLINEINDENT          13
28 #define FT_RIGHTINDENT          14
29 #define ED_RIGHTINDENT          15
30 #define FL_INDENT                       16
32 #define FT_TOPDIST                      20
33 #define ED_TOPDIST                      21
34 #define FT_BOTTOMDIST           22
35 #define ED_BOTTOMDIST           23
36 #define FL_DIST                         24
37 #define CB_CONTEXTUALSPACING            25
39 #define BTN_LEFTALIGN           30
40 #define BTN_RIGHTALIGN          31
41 #define BTN_CENTERALIGN         32
42 #define BTN_JUSTIFYALIGN        33
43 #define FL_ALIGN                        34
44 #define FL_VERTALIGN                    35
45 #define LB_VERTALIGN                    36
46 #define CB_SNAP                         38
47 #define FT_VERTALIGN                    39
50 #define LB_LINEDIST                     40
51 #define FT_LINEDIST                     41
52 #define ED_LINEDISTPERCENT      42
53 #define ED_LINEDISTMETRIC       43
54 #define FL_LINEDIST                     44
55 #define WN_EXAMPLE                      46
57 #define CB_AUTO                         48
58 #define FT_LASTLINE                     49
59 #define LB_LASTLINE                     50
60 #define CB_EXPAND                       51
61 #define ST_LINEDIST_ABS                 52
62 #define ST_LEFTALIGN_ASIAN              53
63 #define ST_RIGHTALIGN_ASIAN             54
66 #define CB_REGISTER                     84
67 #define FL_REGISTER                     85
68 #define FL_PROPERTIES                   90
69 #define FT_TEXTDIRECTION                91
70 #define LB_TEXTDIRECTION                92
73 #define STR_EXAMPLE                     5010
74 #define STR_PAGE_STYLE                  5011
75 #endif
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */