update credits
[LibreOffice.git] / cui / source / tabpages / swpossizetabpage.hrc
blobb74871ba89181e39d16cbc8ff70025b4e37bff83
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  */
20 #define FL_SIZE             1
21 #define FT_WIDTH            2
22 #define MF_WIDTH            3
23 #define FT_HEIGHT           4
24 #define MF_HEIGHT           5
25 #define CB_KEEPRATIO        6
26 #define FL_SEPARATOR        7
27 #define FL_ANCHOR           8
28 #define RB_TOPAGE           9
29 #define RB_TOPARA           10
30 #define RB_TOCHAR           11
31 #define RB_ASCHAR           12
32 #define RB_TOFRAME          13
33 #define FL_PROTECTION       14
34 #define CB_POSITION         15
35 #define CB_SIZE             16
36 #define FL_POSITION         17
37 #define FT_HORI             18
38 #define LB_HORI             19
39 #define FT_HORIBY           20
40 #define MF_HORIBY           21
41 #define FT_HORITO           22
42 #define LB_HORITO           23
43 #define CB_HORIMIRROR       24
44 #define FT_VERT             25
45 #define LB_VERT             26
46 #define FT_VERTBY           27
47 #define MF_VERTBY           28
48 #define FT_VERTTO           29
49 #define LB_VERTTO           30
50 #define CB_FOLLOW           31
51 #define WN_EXAMPLE          32
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */