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 .
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
34 #define FT_BOTTOMDIST 22
35 #define ED_BOTTOMDIST 23
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
44 #define FL_VERTALIGN 35
45 #define LB_VERTALIGN 36
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
58 #define FT_LASTLINE 49
59 #define LB_LASTLINE 50
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
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */