xref: /aoo41x/main/cui/source/tabpages/align.hrc (revision 8414840e)
1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_ALIGN_HRC
24cdf0e10cSrcweir#define _SVX_ALIGN_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir// resource id's
29cdf0e10cSrcweir#define FL_ALIGNMENT                10
30cdf0e10cSrcweir#define FT_HORALIGN                 11
31cdf0e10cSrcweir#define LB_HORALIGN                 12
32cdf0e10cSrcweir#define FT_INDENT                   13
33cdf0e10cSrcweir#define ED_INDENT                   14
34cdf0e10cSrcweir#define FT_VERALIGN                 15
35cdf0e10cSrcweir#define LB_VERALIGN                 16
36cdf0e10cSrcweir
37cdf0e10cSrcweir#define FL_ORIENTATION              20
38cdf0e10cSrcweir#define BTN_TXTSTACKED              21
39cdf0e10cSrcweir#define CTR_DIAL                    22
40cdf0e10cSrcweir#define FT_DEGREES                  23
41cdf0e10cSrcweir#define NF_DEGREES                  24
42cdf0e10cSrcweir#define FT_BORDER_LOCK              25
43cdf0e10cSrcweir#define CTR_BORDER_LOCK             26
44cdf0e10cSrcweir#define BTN_ASIAN_VERTICAL          27
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define FL_WRAP                     40
47cdf0e10cSrcweir#define BTN_WRAP                    41
48cdf0e10cSrcweir#define BTN_HYPH                    42
49cdf0e10cSrcweir#define FT_TEXTFLOW                 43
50cdf0e10cSrcweir#define LB_FRAMEDIR                 44
51cdf0e10cSrcweir#define BTN_SHRINK                  45
52cdf0e10cSrcweir
53cdf0e10cSrcweir//#define ED_INDENT1                  100
54cdf0e10cSrcweir
55cdf0e10cSrcweir// list box indexes
56cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_STD       0
57cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_LEFT      1
58cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_CENTER    2
59cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_RIGHT     3
60cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_BLOCK     4
61cdf0e10cSrcweir#define ALIGNDLG_HORALIGN_FILL      5
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define ALIGNDLG_VERALIGN_STD       0
64cdf0e10cSrcweir#define ALIGNDLG_VERALIGN_TOP       1
65cdf0e10cSrcweir#define ALIGNDLG_VERALIGN_MID       2
66cdf0e10cSrcweir#define ALIGNDLG_VERALIGN_BOTTOM    3
67cdf0e10cSrcweir
68cdf0e10cSrcweir// image list for ValueSets:
69cdf0e10cSrcweir#define IL_LOCK_BMPS                1100
70cdf0e10cSrcweir#define IL_LOCK_BMPS_HC				1101
71cdf0e10cSrcweir#define IID_BOTTOMLOCK              1
72cdf0e10cSrcweir#define IID_TOPLOCK                 2
73cdf0e10cSrcweir#define IID_CELLLOCK                3
74cdf0e10cSrcweir
75cdf0e10cSrcweir#define STR_BOTTOMLOCK              1
76cdf0e10cSrcweir#define STR_TOPLOCK                 2
77cdf0e10cSrcweir#define STR_CELLLOCK                3
78cdf0e10cSrcweir
79cdf0e10cSrcweir#endif
80cdf0e10cSrcweir
81