1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: optfltr.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include -----------------------------------------------------------------
31 #include "optfltr.hrc"
32 #include <svx/dialogs.hrc>
33 // pragma ------------------------------------------------------------------
35 // RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
36 TabPage RID_OFAPAGE_MSFILTEROPT
40 Size = MAP_APPFONT ( 260 , 185 ) ;
46 Pos = MAP_APPFONT ( 6 , 3 ) ;
47 Size = MAP_APPFONT ( 248 , 8 ) ;
48 Text [ en-US ] = "Microsoft Word 97/2000/XP";
52 Pos = MAP_APPFONT ( 12 , 14 ) ;
53 Size = MAP_APPFONT ( 236 , 10 ) ;
55 Text [ en-US ] = "Load Basic ~code";
59 Pos = MAP_APPFONT ( 12 , 28 ) ;
60 Size = MAP_APPFONT ( 236 , 10 ) ;
62 Text [ en-US ] = "Save ~original Basic code";
67 Pos = MAP_APPFONT ( 6 , 44 ) ;
68 Size = MAP_APPFONT ( 248 , 8 ) ;
69 Text [ en-US ] = "Microsoft Excel 97/2000/XP";
73 Pos = MAP_APPFONT ( 12 , 55 ) ;
74 Size = MAP_APPFONT ( 236 , 10 ) ;
76 Text [ en-US ] = "Lo~ad Basic code";
78 CheckBox CB_EBAS_EXECTBL
80 Pos = MAP_APPFONT ( 22 , 69 ) ;
81 Size = MAP_APPFONT ( 236 , 10 ) ;
83 Text [ en-US ] = "E~xecutable code";
87 Pos = MAP_APPFONT ( 12 , 83 ) ;
88 Size = MAP_APPFONT ( 236 , 10 ) ;
90 Text [ en-US ] = "Sa~ve original Basic code";
95 Pos = MAP_APPFONT ( 6 , 99 ) ;
96 Size = MAP_APPFONT ( 248 , 8 ) ;
97 Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP";
101 Pos = MAP_APPFONT ( 12 , 110 ) ;
102 Size = MAP_APPFONT ( 236 , 10 ) ;
104 Text [ en-US ] = "Load Ba~sic code";
108 Pos = MAP_APPFONT ( 12 , 124 ) ;
109 Size = MAP_APPFONT ( 236 , 10 ) ;
111 Text [ en-US ] = "Sav~e original Basic code";
115 // RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
116 TabPage RID_OFAPAGE_MSFILTEROPT2
120 Size = MAP_APPFONT ( 260 , 185 ) ;
126 Pos = MAP_APPFONT ( 6 , 6 ) ;
127 Size = MAP_APPFONT ( 248 , 147 ) ;
133 Text [ en-US ] = "[L]";
137 Text [ en-US ] = "[S]";
139 FixedText FT_HEADER1_EXPLANATION
141 Pos = MAP_APPFONT ( 6 , 160 ) ;
142 Size = MAP_APPFONT ( 248 , 8 ) ;
143 Text [ en-US ] = "[L]: Load and convert the object";
145 FixedText FT_HEADER2_EXPLANATION
147 Pos = MAP_APPFONT ( 6 , 171 ) ;
148 Size = MAP_APPFONT ( 248 , 8 ) ;
149 Text [ en-US ] = "[S]: Convert and save the object";
153 Text [ en-US ] = "MathType to %PRODUCTNAME Math / %PRODUCTNAME Math to MathType";
157 Text [ en-US ] = "WinWord to %PRODUCTNAME Writer / %PRODUCTNAME Writer to WinWord";
161 Text [ en-US ] = "Excel to %PRODUCTNAME Calc / %PRODUCTNAME Calc to Excel";
163 String ST_CHG_IMPRESS
165 Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress / %PRODUCTNAME Impress to PowerPoint";
169 // ******************************************************************* EOF