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 28#include "table.hrc" 29#include "convert.hrc" 30#include "cmdid.h" 31#include "helpid.h" 32ModalDialog DLG_CONV_TEXT_TABLE 33{ 34 HelpID = CMD_FN_CONVERT_TEXT_TABLE ; 35 OUTPUTSIZE = TRUE ; 36 Size = MAP_APPFONT ( 203 , 169 ) ; 37 Text [ en-US ] = "Convert Table to Text" ; 38 MOVEABLE = TRUE ; 39 SVLOOK = TRUE ; 40 RadioButton CB_TAB 41 { 42 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_TAB"; 43 Pos = MAP_APPFONT ( 12 , 17 ) ; 44 Size = MAP_APPFONT ( 60 , 10 ) ; 45 Text [ en-US ] = "~Tabs" ; 46 TABSTOP = TRUE ; 47 Group = TRUE ; 48 Check = TRUE ; 49 }; 50 RadioButton CB_SEMI 51 { 52 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_SEMI"; 53 Pos = MAP_APPFONT ( 75 , 17 ) ; 54 Size = MAP_APPFONT ( 60 , 10 ) ; 55 Text [ en-US ] = "~Semicolons" ; 56 TABSTOP = TRUE ; 57 }; 58 RadioButton CB_PARA 59 { 60 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_PARA"; 61 Pos = MAP_APPFONT ( 12 , 33 ) ; 62 Size = MAP_APPFONT ( 60 , 10 ) ; 63 Text [ en-US ] = "~Paragraph" ; 64 TABSTOP = TRUE ; 65 }; 66 RadioButton RB_OTHER 67 { 68 HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:RB_OTHER"; 69 Pos = MAP_APPFONT ( 75 , 33 ) ; 70 Size = MAP_APPFONT ( 45 , 10 ) ; 71 Text [ en-US ] = "~Other: " ; 72 }; 73 Edit ED_OTHER 74 { 75 HelpID = "sw:Edit:DLG_CONV_TEXT_TABLE:ED_OTHER"; 76 Border = TRUE ; 77 Left = TRUE ; 78 Pos = MAP_APPFONT ( 123 , 32 ) ; 79 Size = MAP_APPFONT ( 9 , 12 ) ; 80 Text = "," ; 81 MaxTextLength = 1 ; 82 }; 83 CheckBox CB_KEEPCOLUMN 84 { 85 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_KEEPCOLUMN"; 86 Pos = MAP_APPFONT ( 12 , 49 ) ; 87 Size = MAP_APPFONT ( 128 , 10 ) ; 88 Check = TRUE; 89 Hide = TRUE ; 90 Text [ en-US ] = "Equal width for all columns" ; 91 }; 92 FixedLine FL_DELIM 93 { 94 Pos = MAP_APPFONT ( 6 , 3 ) ; 95 Size = MAP_APPFONT ( 135 , 8 ) ; 96 Text [ en-US ] = "Separate text at" ; 97 Group = TRUE ; 98 }; 99 CheckBox CB_HEADER 100 { 101 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_HEADER"; 102 Pos = MAP_APPFONT ( 12 , 84 ) ; 103 Size = MAP_APPFONT ( 123 , 10 ) ; 104 TabStop = TRUE ; 105 Text [ en-US ] = "Heading"; 106 }; 107 CheckBox CB_REPEAT_HEADER 108 { 109 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_REPEAT_HEADER"; 110 Pos = MAP_APPFONT ( 22 , 97 ) ; 111 Size = MAP_APPFONT ( 113 , 10 ) ; 112 Text [ en-US ] = "Repeat heading"; 113 TabStop = TRUE ; 114 }; 115 FixedText FT_REPEAT_HEADER 116 { 117 Pos = MAP_APPFONT ( 125 , 113 ) ; 118 Size = MAP_APPFONT ( 66 , 10 ) ; 119 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ; 120 }; 121 NumericField NF_REPEAT_HEADER 122 { 123 HelpID = "sw:NumericField:DLG_CONV_TEXT_TABLE:NF_REPEAT_HEADER"; 124 Border = TRUE ; 125 Pos = MAP_APPFONT ( 191 , 112 ) ; 126 Size = MAP_APPFONT ( 28 , 12 ) ; 127 TabStop = TRUE ; 128 Left = TRUE ; 129 Repeat = TRUE ; 130 Spin = TRUE ; 131 Minimum = 1 ; 132 Maximum = 1000 ; 133 First = 1 ; 134 }; 135 Window WIN_REPEAT_HEADER 136 { 137 Pos = MAP_APPFONT ( 30 , 110 ) ; 138 Size = MAP_APPFONT ( 2 , 1 ) ; 139 }; 140 CheckBox CB_DONT_SPLIT 141 { 142 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_DONT_SPLIT"; 143 Pos = MAP_APPFONT ( 12 , 126 ) ; 144 Size = MAP_APPFONT ( 123 , 10 ) ; 145 TabStop = TRUE ; 146 Text [ en-US ] = "Don't split table"; 147 }; 148 CheckBox CB_BORDER 149 { 150 HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_BORDER"; 151 Pos = MAP_APPFONT ( 12 , 139 ) ; 152 Size = MAP_APPFONT ( 123 , 10 ) ; 153 TabStop = TRUE ; 154 Text [ en-US ] = "Border"; 155 }; 156 FixedLine FL_OPTIONS 157 { 158 Pos = MAP_APPFONT ( 6 , 71 ) ; 159 Size = MAP_APPFONT ( 135 , 8 ) ; 160 Text [ en-US ] = "Options"; 161 }; 162 String STR_CONVERT_TEXT_TABLE 163 { 164 Text [ en-US ] = "Convert Text to Table" ; 165 }; 166 OkButton BT_OK 167 { 168 Pos = MAP_APPFONT ( 147 , 6 ) ; 169 Size = MAP_APPFONT ( 50 , 14 ) ; 170 TABSTOP = TRUE ; 171 DefButton = TRUE ; 172 }; 173 CancelButton BT_CANCEL 174 { 175 Pos = MAP_APPFONT ( 147 , 23 ) ; 176 Size = MAP_APPFONT ( 50 , 14 ) ; 177 TABSTOP = TRUE ; 178 }; 179 HelpButton BT_HELP 180 { 181 Pos = MAP_APPFONT ( 147 , 43 ) ; 182 Size = MAP_APPFONT ( 50 , 14 ) ; 183 TABSTOP = TRUE ; 184 }; 185 PushButton BT_AUTOFORMAT 186 { 187 HelpID = "sw:PushButton:DLG_CONV_TEXT_TABLE:BT_AUTOFORMAT"; 188 Pos = MAP_APPFONT ( 12 , 152 ) ; 189 Size = MAP_APPFONT ( 86 , 14 ) ; 190 TabStop = TRUE ; 191 Hide = TRUE ; 192 Text [ en-US ] = "Auto~Format..." ; 193 }; 194 /*IAccessibility2 Implementation 2009-----*/ 195 String STR_SYMBOL 196 { 197 Text [ en-US ] = "Symbol" ; 198 }; 199 /*-----IAccessibility2 Implementation 2009*/ 200}; 201 202 203 204