xref: /AOO41X/main/cui/source/tabpages/tabstpge.hrc (revision 4d7c9de063a797b8b4f3d45e3561e82ad1f8ef1f)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _SVX_TABSTPGE_HRC
24#define _SVX_TABSTPGE_HRC
25
26// defines ------------------------------------------------------------------
27
28#define ED_TABPOS                       10
29#define FL_TABPOS                       11
30#define FL_TABPOS_VERT                  12
31
32#define BTN_TABTYPE_LEFT        20
33#define WIN_TABLEFT                     21
34#define BTN_TABTYPE_RIGHT       22
35#define WIN_TABRIGHT            23
36#define BTN_TABTYPE_CENTER      24
37#define WIN_TABCENTER           25
38#define BTN_TABTYPE_DECIMAL     26
39#define WIN_TABDECIMAL          27
40#define ED_TABTYPE_DECCHAR      28
41#define FT_TABTYPE_DECCHAR      29
42#define FL_TABTYPE                      30
43
44
45#define BTN_FILLCHAR_NO         40
46#define BTN_FILLCHAR_POINTS     41
47#define BTN_FILLCHAR_DASHLINE           42
48#define BTN_FILLCHAR_UNDERSCORE         43
49#define BTN_FILLCHAR_OTHER      44
50#define ED_FILLCHAR_OTHER       45
51#define FL_FILLCHAR                     46
52
53#define BTN_NEW                         50
54#define BTN_DEL                         51
55#define BTN_DELALL                      52
56#define ST_LEFTTAB_ASIAN                53
57#define ST_RIGHTTAB_ASIAN               54
58#define ST_FILLCHAR_OTHER               55
59#endif
60
61