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