xref: /trunk/main/cui/source/options/optfltr.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // include -----------------------------------------------------------------
28#include "optfltr.hrc"
29#include <cuires.hrc>
30 // pragma ------------------------------------------------------------------
31
32// RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
33TabPage RID_OFAPAGE_MSFILTEROPT
34{
35    HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT";
36    OutputSize = TRUE ;
37    Size = MAP_APPFONT ( 260 , 185 ) ;
38    SVLook = TRUE ;
39    Hide = TRUE ;
40
41    FixedLine GB_WORD
42    {
43        Pos = MAP_APPFONT ( 6 , 3 ) ;
44        Size = MAP_APPFONT ( 248 , 8 ) ;
45        Text [ en-US ] = "Microsoft Word 97/2000/XP";
46    };
47    CheckBox CB_WBAS_CODE
48    {
49        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE";
50        Pos = MAP_APPFONT ( 12 , 14 ) ;
51        Size = MAP_APPFONT ( 236 , 10 ) ;
52        TabStop = TRUE ;
53        Text [ en-US ] = "Load Basic ~code";
54    };
55    CheckBox CB_WBAS_STG
56    {
57        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG";
58        Pos = MAP_APPFONT ( 12 , 28 ) ;
59        Size = MAP_APPFONT ( 236 , 10 ) ;
60        TabStop = TRUE ;
61        Text [ en-US ] = "Save ~original Basic code";
62    };
63
64    FixedLine GB_EXCEL
65    {
66        Pos = MAP_APPFONT ( 6 , 44 ) ;
67        Size = MAP_APPFONT ( 248 , 8 ) ;
68        Text [ en-US ] = "Microsoft Excel 97/2000/XP";
69    };
70    CheckBox CB_EBAS_CODE
71    {
72        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE";
73        Pos = MAP_APPFONT ( 12 , 55 ) ;
74        Size = MAP_APPFONT ( 236 , 10 ) ;
75        TabStop = TRUE ;
76        Text [ en-US ] = "Lo~ad Basic code";
77    };
78    CheckBox CB_EBAS_EXECTBL
79    {
80        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL";
81        Pos = MAP_APPFONT ( 22 , 69 ) ;
82        Size = MAP_APPFONT ( 236 , 10 ) ;
83        TabStop = TRUE ;
84        Text [ en-US ] = "E~xecutable code";
85    };
86    CheckBox CB_EBAS_STG
87    {
88        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG";
89        Pos = MAP_APPFONT ( 12 , 83 ) ;
90        Size = MAP_APPFONT ( 236 , 10 ) ;
91        TabStop = TRUE ;
92        Text [ en-US ] = "Sa~ve original Basic code";
93    };
94
95    FixedLine GB_PPOINT
96    {
97        Pos = MAP_APPFONT ( 6 , 99 ) ;
98        Size = MAP_APPFONT ( 248 , 8 ) ;
99        Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP";
100    };
101    CheckBox CB_PBAS_CODE
102    {
103        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE";
104        Pos = MAP_APPFONT ( 12 , 110 ) ;
105        Size = MAP_APPFONT ( 236 , 10 ) ;
106        TabStop = TRUE ;
107        Text [ en-US ] = "Load Ba~sic code";
108    };
109    CheckBox CB_PBAS_STG
110    {
111        HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG";
112        Pos = MAP_APPFONT ( 12 , 124 ) ;
113        Size = MAP_APPFONT ( 236 , 10 ) ;
114        TabStop = TRUE ;
115        Text [ en-US ] = "Sav~e original Basic code";
116    };
117};
118
119// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
120TabPage RID_OFAPAGE_MSFILTEROPT2
121{
122    HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
123    OutputSize = TRUE ;
124    Size = MAP_APPFONT ( 260 , 185 ) ;
125    SVLook = TRUE ;
126    Hide = TRUE ;
127
128    Control CLB_SETTINGS
129    {
130        Pos = MAP_APPFONT ( 6 , 6 ) ;
131        Size = MAP_APPFONT ( 248 , 147 ) ;
132        Border = TRUE ;
133        TabStop = TRUE ;
134    };
135    String ST_HEADER1
136    {
137        Text [ en-US ] = "[L]";
138    };
139    String ST_HEADER2
140    {
141        Text [ en-US ] = "[S]";
142    };
143    FixedText FT_HEADER1_EXPLANATION
144    {
145        Pos = MAP_APPFONT ( 6 , 160 ) ;
146        Size = MAP_APPFONT ( 248 , 8 ) ;
147        Text [ en-US ] = "[L]: Load and convert the object";
148    };
149    FixedText FT_HEADER2_EXPLANATION
150    {
151        Pos = MAP_APPFONT ( 6 , 171 ) ;
152        Size = MAP_APPFONT ( 248 , 8 ) ;
153        Text [ en-US ] = "[S]: Convert and save the object";
154    };
155    String ST_CHG_MATH
156    {
157        Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse";
158    };
159    String ST_CHG_WRITER
160    {
161        Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse";
162    };
163    String ST_CHG_CALC
164    {
165        Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse";
166    };
167    String ST_CHG_IMPRESS
168    {
169        Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse";
170    };
171};
172
173 // ******************************************************************* EOF
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
206
207
208
209