xref: /AOO41X/main/cui/source/options/optfltr.src (revision 0e2af6af91e132b42f4dfba722979876af246a8a)
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 // include -----------------------------------------------------------------
24#include "optfltr.hrc"
25#include <cuires.hrc>
26 // pragma ------------------------------------------------------------------
27
28// RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
29TabPage RID_OFAPAGE_MSFILTEROPT
30{
31    HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT";
32    OutputSize = TRUE ;
33    Size = MAP_APPFONT ( 260 , 185 ) ;
34    SVLook = TRUE ;
35    Hide = TRUE ;
36
37    FixedLine GB_WORD
38    {
39        Pos = MAP_APPFONT ( 6 , 3 ) ;
40        Size = MAP_APPFONT ( 248 , 8 ) ;
41        Text [ en-US ] = "Microsoft Word 97/2000/XP";
42    };
43    CheckBox CB_WBAS_CODE
44    {
45        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE";
46        Pos = MAP_APPFONT ( 12 , 14 ) ;
47        Size = MAP_APPFONT ( 236 , 10 ) ;
48        TabStop = TRUE ;
49        Text [ en-US ] = "Load Basic ~code";
50    };
51    CheckBox CB_WBAS_STG
52    {
53        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG";
54        Pos = MAP_APPFONT ( 12 , 28 ) ;
55        Size = MAP_APPFONT ( 236 , 10 ) ;
56        TabStop = TRUE ;
57        Text [ en-US ] = "Save ~original Basic code";
58    };
59
60    FixedLine GB_EXCEL
61    {
62        Pos = MAP_APPFONT ( 6 , 44 ) ;
63        Size = MAP_APPFONT ( 248 , 8 ) ;
64        Text [ en-US ] = "Microsoft Excel 97/2000/XP";
65    };
66    CheckBox CB_EBAS_CODE
67    {
68        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE";
69        Pos = MAP_APPFONT ( 12 , 55 ) ;
70        Size = MAP_APPFONT ( 236 , 10 ) ;
71        TabStop = TRUE ;
72        Text [ en-US ] = "Lo~ad Basic code";
73    };
74    CheckBox CB_EBAS_EXECTBL
75    {
76        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL";
77        Pos = MAP_APPFONT ( 22 , 69 ) ;
78        Size = MAP_APPFONT ( 236 , 10 ) ;
79        TabStop = TRUE ;
80        Text [ en-US ] = "E~xecutable code";
81    };
82    CheckBox CB_EBAS_STG
83    {
84        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG";
85        Pos = MAP_APPFONT ( 12 , 83 ) ;
86        Size = MAP_APPFONT ( 236 , 10 ) ;
87        TabStop = TRUE ;
88        Text [ en-US ] = "Sa~ve original Basic code";
89    };
90
91    FixedLine GB_PPOINT
92    {
93        Pos = MAP_APPFONT ( 6 , 99 ) ;
94        Size = MAP_APPFONT ( 248 , 8 ) ;
95        Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP";
96    };
97    CheckBox CB_PBAS_CODE
98    {
99        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE";
100        Pos = MAP_APPFONT ( 12 , 110 ) ;
101        Size = MAP_APPFONT ( 236 , 10 ) ;
102        TabStop = TRUE ;
103        Text [ en-US ] = "Load Ba~sic code";
104    };
105    CheckBox CB_PBAS_STG
106    {
107        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG";
108        Pos = MAP_APPFONT ( 12 , 124 ) ;
109        Size = MAP_APPFONT ( 236 , 10 ) ;
110        TabStop = TRUE ;
111        Text [ en-US ] = "Sav~e original Basic code";
112    };
113};
114
115// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
116TabPage RID_OFAPAGE_MSFILTEROPT2
117{
118    HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
119    OutputSize = TRUE ;
120    Size = MAP_APPFONT ( 260 , 185 ) ;
121    SVLook = TRUE ;
122    Hide = TRUE ;
123
124    Control CLB_SETTINGS
125    {
126        Pos = MAP_APPFONT ( 6 , 6 ) ;
127        Size = MAP_APPFONT ( 248 , 147 ) ;
128        Border = TRUE ;
129        TabStop = TRUE ;
130    };
131    String ST_HEADER1
132    {
133        Text [ en-US ] = "[L]";
134    };
135    String ST_HEADER2
136    {
137        Text [ en-US ] = "[S]";
138    };
139    FixedText FT_HEADER1_EXPLANATION
140    {
141        Pos = MAP_APPFONT ( 6 , 160 ) ;
142        Size = MAP_APPFONT ( 248 , 8 ) ;
143        Text [ en-US ] = "[L]: Load and convert the object";
144    };
145    FixedText FT_HEADER2_EXPLANATION
146    {
147        Pos = MAP_APPFONT ( 6 , 171 ) ;
148        Size = MAP_APPFONT ( 248 , 8 ) ;
149        Text [ en-US ] = "[S]: Convert and save the object";
150    };
151    String ST_CHG_MATH
152    {
153        Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse";
154    };
155    String ST_CHG_WRITER
156    {
157        Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse";
158    };
159    String ST_CHG_CALC
160    {
161        Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse";
162    };
163    String ST_CHG_IMPRESS
164    {
165        Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse";
166    };
167};
168
169 // ******************************************************************* EOF
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205