xref: /aoo41x/main/cui/source/tabpages/tabstpge.hrc (revision 4d7c9de0)
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_TABSTPGE_HRC
24cdf0e10cSrcweir#define _SVX_TABSTPGE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define ED_TABPOS                       10
29cdf0e10cSrcweir#define FL_TABPOS                       11
30cdf0e10cSrcweir#define FL_TABPOS_VERT                  12
31cdf0e10cSrcweir
32cdf0e10cSrcweir#define	BTN_TABTYPE_LEFT		20
33cdf0e10cSrcweir#define WIN_TABLEFT                     21
34cdf0e10cSrcweir#define	BTN_TABTYPE_RIGHT		22
35cdf0e10cSrcweir#define WIN_TABRIGHT			23
36cdf0e10cSrcweir#define	BTN_TABTYPE_CENTER		24
37cdf0e10cSrcweir#define WIN_TABCENTER			25
38cdf0e10cSrcweir#define	BTN_TABTYPE_DECIMAL		26
39cdf0e10cSrcweir#define WIN_TABDECIMAL			27
40cdf0e10cSrcweir#define	ED_TABTYPE_DECCHAR		28
41cdf0e10cSrcweir#define FT_TABTYPE_DECCHAR		29
42cdf0e10cSrcweir#define FL_TABTYPE                      30
43cdf0e10cSrcweir
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define	BTN_FILLCHAR_NO 		40
46cdf0e10cSrcweir#define	BTN_FILLCHAR_POINTS		41
47cdf0e10cSrcweir#define BTN_FILLCHAR_DASHLINE           42
48cdf0e10cSrcweir#define BTN_FILLCHAR_UNDERSCORE         43
49cdf0e10cSrcweir#define	BTN_FILLCHAR_OTHER		44
50cdf0e10cSrcweir#define	ED_FILLCHAR_OTHER		45
51cdf0e10cSrcweir#define FL_FILLCHAR                     46
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define BTN_NEW                         50
54cdf0e10cSrcweir#define BTN_DEL                         51
55cdf0e10cSrcweir#define BTN_DELALL                      52
56cdf0e10cSrcweir#define ST_LEFTTAB_ASIAN                53
57cdf0e10cSrcweir#define ST_RIGHTTAB_ASIAN               54
58cdf0e10cSrcweir#define ST_FILLCHAR_OTHER				55
59cdf0e10cSrcweir#endif
60cdf0e10cSrcweir
61