1*0e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*0e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*0e2af6afSAndrew Rist * distributed with this work for additional information 6*0e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 9*0e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10*0e2af6afSAndrew Rist * 11*0e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*0e2af6afSAndrew Rist * 13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an 15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*0e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 17*0e2af6afSAndrew Rist * specific language governing permissions and limitations 18*0e2af6afSAndrew Rist * under the License. 19*0e2af6afSAndrew Rist * 20*0e2af6afSAndrew Rist *************************************************************/ 21*0e2af6afSAndrew Rist 22*0e2af6afSAndrew Rist 23cdf0e10cSrcweir // include ----------------------------------------------------------------- 24cdf0e10cSrcweir#include "optfltr.hrc" 25cdf0e10cSrcweir#include <cuires.hrc> 26cdf0e10cSrcweir // pragma ------------------------------------------------------------------ 27cdf0e10cSrcweir 28cdf0e10cSrcweir// RID_OFAPAGE_MSFILTEROPT ----------------------------------------------------- 29cdf0e10cSrcweirTabPage RID_OFAPAGE_MSFILTEROPT 30cdf0e10cSrcweir{ 31cdf0e10cSrcweir HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT"; 32cdf0e10cSrcweir OutputSize = TRUE ; 33cdf0e10cSrcweir Size = MAP_APPFONT ( 260 , 185 ) ; 34cdf0e10cSrcweir SVLook = TRUE ; 35cdf0e10cSrcweir Hide = TRUE ; 36cdf0e10cSrcweir 37cdf0e10cSrcweir FixedLine GB_WORD 38cdf0e10cSrcweir { 39cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 40cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 41cdf0e10cSrcweir Text [ en-US ] = "Microsoft Word 97/2000/XP"; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir CheckBox CB_WBAS_CODE 44cdf0e10cSrcweir { 45cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE"; 46cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 14 ) ; 47cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 48cdf0e10cSrcweir TabStop = TRUE ; 49cdf0e10cSrcweir Text [ en-US ] = "Load Basic ~code"; 50cdf0e10cSrcweir }; 51cdf0e10cSrcweir CheckBox CB_WBAS_STG 52cdf0e10cSrcweir { 53cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG"; 54cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 28 ) ; 55cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 56cdf0e10cSrcweir TabStop = TRUE ; 57cdf0e10cSrcweir Text [ en-US ] = "Save ~original Basic code"; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir 60cdf0e10cSrcweir FixedLine GB_EXCEL 61cdf0e10cSrcweir { 62cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 44 ) ; 63cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 64cdf0e10cSrcweir Text [ en-US ] = "Microsoft Excel 97/2000/XP"; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir CheckBox CB_EBAS_CODE 67cdf0e10cSrcweir { 68cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE"; 69cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 55 ) ; 70cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 71cdf0e10cSrcweir TabStop = TRUE ; 72cdf0e10cSrcweir Text [ en-US ] = "Lo~ad Basic code"; 73cdf0e10cSrcweir }; 74cdf0e10cSrcweir CheckBox CB_EBAS_EXECTBL 75cdf0e10cSrcweir { 76cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL"; 77cdf0e10cSrcweir Pos = MAP_APPFONT ( 22 , 69 ) ; 78cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 79cdf0e10cSrcweir TabStop = TRUE ; 80cdf0e10cSrcweir Text [ en-US ] = "E~xecutable code"; 81cdf0e10cSrcweir }; 82cdf0e10cSrcweir CheckBox CB_EBAS_STG 83cdf0e10cSrcweir { 84cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG"; 85cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 83 ) ; 86cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 87cdf0e10cSrcweir TabStop = TRUE ; 88cdf0e10cSrcweir Text [ en-US ] = "Sa~ve original Basic code"; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir 91cdf0e10cSrcweir FixedLine GB_PPOINT 92cdf0e10cSrcweir { 93cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 99 ) ; 94cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 95cdf0e10cSrcweir Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP"; 96cdf0e10cSrcweir }; 97cdf0e10cSrcweir CheckBox CB_PBAS_CODE 98cdf0e10cSrcweir { 99cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE"; 100cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 110 ) ; 101cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 102cdf0e10cSrcweir TabStop = TRUE ; 103cdf0e10cSrcweir Text [ en-US ] = "Load Ba~sic code"; 104cdf0e10cSrcweir }; 105cdf0e10cSrcweir CheckBox CB_PBAS_STG 106cdf0e10cSrcweir { 107cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG"; 108cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 124 ) ; 109cdf0e10cSrcweir Size = MAP_APPFONT ( 236 , 10 ) ; 110cdf0e10cSrcweir TabStop = TRUE ; 111cdf0e10cSrcweir Text [ en-US ] = "Sav~e original Basic code"; 112cdf0e10cSrcweir }; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweir 115cdf0e10cSrcweir// RID_OFAPAGE_MSFILTEROPT2 ----------------------------------------------------- 116cdf0e10cSrcweirTabPage RID_OFAPAGE_MSFILTEROPT2 117cdf0e10cSrcweir{ 118cdf0e10cSrcweir HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2"; 119cdf0e10cSrcweir OutputSize = TRUE ; 120cdf0e10cSrcweir Size = MAP_APPFONT ( 260 , 185 ) ; 121cdf0e10cSrcweir SVLook = TRUE ; 122cdf0e10cSrcweir Hide = TRUE ; 123cdf0e10cSrcweir 124cdf0e10cSrcweir Control CLB_SETTINGS 125cdf0e10cSrcweir { 126cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 6 ) ; 127cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 147 ) ; 128cdf0e10cSrcweir Border = TRUE ; 129cdf0e10cSrcweir TabStop = TRUE ; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir String ST_HEADER1 132cdf0e10cSrcweir { 133cdf0e10cSrcweir Text [ en-US ] = "[L]"; 134cdf0e10cSrcweir }; 135cdf0e10cSrcweir String ST_HEADER2 136cdf0e10cSrcweir { 137cdf0e10cSrcweir Text [ en-US ] = "[S]"; 138cdf0e10cSrcweir }; 139cdf0e10cSrcweir FixedText FT_HEADER1_EXPLANATION 140cdf0e10cSrcweir { 141cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 160 ) ; 142cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 143cdf0e10cSrcweir Text [ en-US ] = "[L]: Load and convert the object"; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir FixedText FT_HEADER2_EXPLANATION 146cdf0e10cSrcweir { 147cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 171 ) ; 148cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 149cdf0e10cSrcweir Text [ en-US ] = "[S]: Convert and save the object"; 150cdf0e10cSrcweir }; 151cdf0e10cSrcweir String ST_CHG_MATH 152cdf0e10cSrcweir { 153cdf0e10cSrcweir Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse"; 154cdf0e10cSrcweir }; 155cdf0e10cSrcweir String ST_CHG_WRITER 156cdf0e10cSrcweir { 157cdf0e10cSrcweir Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse"; 158cdf0e10cSrcweir }; 159cdf0e10cSrcweir String ST_CHG_CALC 160cdf0e10cSrcweir { 161cdf0e10cSrcweir Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse"; 162cdf0e10cSrcweir }; 163cdf0e10cSrcweir String ST_CHG_IMPRESS 164cdf0e10cSrcweir { 165cdf0e10cSrcweir Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse"; 166cdf0e10cSrcweir }; 167cdf0e10cSrcweir}; 168cdf0e10cSrcweir 169cdf0e10cSrcweir // ******************************************************************* EOF 170cdf0e10cSrcweir 171cdf0e10cSrcweir 172cdf0e10cSrcweir 173cdf0e10cSrcweir 174cdf0e10cSrcweir 175cdf0e10cSrcweir 176cdf0e10cSrcweir 177cdf0e10cSrcweir 178cdf0e10cSrcweir 179cdf0e10cSrcweir 180cdf0e10cSrcweir 181cdf0e10cSrcweir 182cdf0e10cSrcweir 183cdf0e10cSrcweir 184cdf0e10cSrcweir 185cdf0e10cSrcweir 186cdf0e10cSrcweir 187cdf0e10cSrcweir 188cdf0e10cSrcweir 189cdf0e10cSrcweir 190cdf0e10cSrcweir 191cdf0e10cSrcweir 192cdf0e10cSrcweir 193cdf0e10cSrcweir 194cdf0e10cSrcweir 195cdf0e10cSrcweir 196cdf0e10cSrcweir 197cdf0e10cSrcweir 198cdf0e10cSrcweir 199cdf0e10cSrcweir 200cdf0e10cSrcweir 201cdf0e10cSrcweir 202cdf0e10cSrcweir 203cdf0e10cSrcweir 204cdf0e10cSrcweir 205