xref: /trunk/main/sw/source/ui/misc/srtdlg.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#define BT_OK        1
24cdf0e10cSrcweir#define BT_CANCEL    2
25cdf0e10cSrcweir#define FT_COL       3
26cdf0e10cSrcweir#define FT_KEYTYP    4
27cdf0e10cSrcweir#define CB_KEY1      5
28cdf0e10cSrcweir#define ED_KEY1      6
29cdf0e10cSrcweir#define DLB_KEY1     7
30cdf0e10cSrcweir#define CB_KEY2      8
31cdf0e10cSrcweir#define ED_KEY2      9
32cdf0e10cSrcweir#define DLB_KEY2    10
33cdf0e10cSrcweir#define CB_KEY3     11
34cdf0e10cSrcweir#define ED_KEY3     12
35cdf0e10cSrcweir#define DLB_KEY3    13
36cdf0e10cSrcweir#define FL_SORT_2     14
37cdf0e10cSrcweir#define RB_COL      15
38cdf0e10cSrcweir#define RB_ROW      16
39cdf0e10cSrcweir#define FL_DIR      17
40cdf0e10cSrcweir#define RB_UP       18
41cdf0e10cSrcweir#define RB_DN       19
42cdf0e10cSrcweir#define FL_ORDER    20
43cdf0e10cSrcweir#define RB_TAB      21
44cdf0e10cSrcweir#define RB_TABCH    22
45cdf0e10cSrcweir#define ED_TABCH    23
46cdf0e10cSrcweir#define FL_DELIM    24
47cdf0e10cSrcweir#define STR_ROW		25
48cdf0e10cSrcweir#define STR_COL		26
49cdf0e10cSrcweir#define BT_HELP     27
50cdf0e10cSrcweir#define FT_DIR		28
51cdf0e10cSrcweir#define RB_UP2      29
52cdf0e10cSrcweir#define RB_DN2      30
53cdf0e10cSrcweir#define RB_UP3      31
54cdf0e10cSrcweir#define RB_DN3      32
55cdf0e10cSrcweir#define STR_NUMERIC	33
56cdf0e10cSrcweir#define PB_DELIM    34
57cdf0e10cSrcweir#define FL_LANG     35
58cdf0e10cSrcweir#define LB_LANG     36
59cdf0e10cSrcweir#define FL_SORT     37
60cdf0e10cSrcweir#define CB_CASE     38
61cdf0e10cSrcweir
62