xref: /aoo41x/main/sw/source/ui/config/optload.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
24cdf0e10cSrcweir// SwLoadOptPage --------------------------------
25cdf0e10cSrcweir
26cdf0e10cSrcweir#define FL_UPDATE				10
27cdf0e10cSrcweir#define FT_LINK					11
28cdf0e10cSrcweir#define RB_ALWAYS				12
29cdf0e10cSrcweir#define RB_REQUEST				13
30cdf0e10cSrcweir#define RB_NEVER				14
31cdf0e10cSrcweir#define FT_FIELD				15
32cdf0e10cSrcweir#define CB_AUTO_UPDATE_FIELDS	16
33cdf0e10cSrcweir#define CB_AUTO_UPDATE_CHARTS	17
34cdf0e10cSrcweir#define FL_SETTINGS				18
35cdf0e10cSrcweir#define LB_METRIC				19
36cdf0e10cSrcweir#define FT_METRIC				20
37cdf0e10cSrcweir#define FT_TAB					21
38cdf0e10cSrcweir#define MF_TAB					22
39cdf0e10cSrcweir#define CB_USE_SQUARE_PAGE_MODE 23
40cdf0e10cSrcweir
41cdf0e10cSrcweir// SwCaptionOptPage -----------------------------
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define FT_OBJECTS				10
44cdf0e10cSrcweir#define CLB_OBJECTS				11
45cdf0e10cSrcweir#define FL_SETTINGS_2			12
46cdf0e10cSrcweir#define TXT_CATEGORY			13
47cdf0e10cSrcweir#define BOX_CATEGORY			14
48cdf0e10cSrcweir#define TXT_FORMAT				15
49cdf0e10cSrcweir#define BOX_FORMAT				16
50cdf0e10cSrcweir#define TXT_TEXT				17
51cdf0e10cSrcweir#define EDT_TEXT				18
52cdf0e10cSrcweir#define TXT_POS					19
53cdf0e10cSrcweir#define BOX_POS					20
54cdf0e10cSrcweir#define FL_NUMCAPT				21
55cdf0e10cSrcweir#define FT_LEVEL				22
56cdf0e10cSrcweir#define LB_LEVEL				23
57cdf0e10cSrcweir#define FT_SEPARATOR			24
58cdf0e10cSrcweir#define ED_SEPARATOR			25
59cdf0e10cSrcweir#define FL_CATEGORY				26
60cdf0e10cSrcweir#define FT_CHARSTYLE			27
61cdf0e10cSrcweir#define LB_CHARSTYLE			28
62cdf0e10cSrcweir#define CB_APPLYBORDER			29
63cdf0e10cSrcweir#define WIN_PREVIEW				30
64cdf0e10cSrcweir#define STR_CATEGORY_NONE       31
65cdf0e10cSrcweir#define LB_ORDER                32
66cdf0e10cSrcweir#define FT_ORDER                33
67cdf0e10cSrcweir#define FT_NUM_SEP              34
68cdf0e10cSrcweir#define ED_NUM_SEP              35
69cdf0e10cSrcweir
70cdf0e10cSrcweir#define STR_TABLE				10
71cdf0e10cSrcweir#define STR_FRAME				11
72cdf0e10cSrcweir#define STR_GRAPHIC				12
73cdf0e10cSrcweir#define STR_OLE					13
74cdf0e10cSrcweir#define STR_BEGINNING			14
75cdf0e10cSrcweir#define STR_END					15
76cdf0e10cSrcweir#define STR_ABOVE				16
77cdf0e10cSrcweir#define STR_CP_BELOW			17
78cdf0e10cSrcweir
79