xref: /trunk/main/sw/source/ui/config/optcomp.hrc (revision af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
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
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir// the controls
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FL_MAIN         10
27cdf0e10cSrcweir#define FT_FORMATTING   11
28cdf0e10cSrcweir#define LB_FORMATTING   12
29cdf0e10cSrcweir#define FT_OPTIONS      13
30cdf0e10cSrcweir#define LB_OPTIONS      14
31cdf0e10cSrcweir#define PB_RESET        15
32cdf0e10cSrcweir#define PB_DEFAULT      16
33cdf0e10cSrcweir
34cdf0e10cSrcweir// the option strings
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define STR_USERENTRY                   10
37cdf0e10cSrcweir#define STR_QRYBOX_USEASDEFAULT         11
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define STR_COMP_OPTIONS_START          100
40cdf0e10cSrcweir#define STR_PRINTER_METRICS             (STR_COMP_OPTIONS_START + 0)
41cdf0e10cSrcweir#define STR_MERGE_PARA_DIST             (STR_COMP_OPTIONS_START + 1)
42cdf0e10cSrcweir#define STR_MERGE_PARA_DIST_PAGESTART   (STR_COMP_OPTIONS_START + 2)
43cdf0e10cSrcweir#define STR_TAB_ALIGNMENT               (STR_COMP_OPTIONS_START + 3)
44cdf0e10cSrcweir#define STR_EXTERNAL_LEADING            (STR_COMP_OPTIONS_START + 4)
45cdf0e10cSrcweir#define STR_LINE_SPACING                (STR_COMP_OPTIONS_START + 5)
46cdf0e10cSrcweir#define STR_ADD_TABLESPACING            (STR_COMP_OPTIONS_START + 6)
47cdf0e10cSrcweir#define STR_USE_OBJPOSITIONING          (STR_COMP_OPTIONS_START + 7)
48cdf0e10cSrcweir#define STR_USE_OURTEXTWRAPPING         (STR_COMP_OPTIONS_START + 8)
49cdf0e10cSrcweir#define STR_CONSIDER_WRAPPINGSTYLE      (STR_COMP_OPTIONS_START + 9)
50cdf0e10cSrcweir#define STR_EXPAND_WORDSPACE            (STR_COMP_OPTIONS_START + 10)
51cdf0e10cSrcweir#define STR_COMP_OPTIONS_END            (STR_EXPAND_WORDSPACE + 1)
52