1/**************************************************************
| 1/**************************************************************
|
2 *
| 2 *
|
3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at
| 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at
|
10 *
| 10 *
|
11 * http://www.apache.org/licenses/LICENSE-2.0
| 11 * http://www.apache.org/licenses/LICENSE-2.0
|
12 *
| 12 *
|
13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
| 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License.
|
19 *
| 19 *
|
20 *************************************************************/ 21 22
| 20 *************************************************************/ 21 22
|
23/* StarView ressource file */
| |
24 25#ifndef _SFX_HRC 26#include <sfx2/sfx.hrc> 27#endif 28#ifndef _SVX_DIALOGS_HRC 29#include <svx/dialogs.hrc> 30#endif 31#include "globals.hrc" 32#include "config.hrc" 33#include "redlopt.hrc" 34#include "helpid.h"
| 23 24#ifndef _SFX_HRC 25#include <sfx2/sfx.hrc> 26#endif 27#ifndef _SVX_DIALOGS_HRC 28#include <svx/dialogs.hrc> 29#endif 30#include "globals.hrc" 31#include "config.hrc" 32#include "redlopt.hrc" 33#include "helpid.h"
|
35/**************************************************************************/ 36/* */ 37/**************************************************************************/
| 34
|
38TabPage TP_REDLINE_OPT 39{ 40 HelpID = HID_REDLINE_OPT ; 41 SVLook = TRUE ; 42 Hide = TRUE ;
| 35TabPage TP_REDLINE_OPT 36{ 37 HelpID = HID_REDLINE_OPT ; 38 SVLook = TRUE ; 39 Hide = TRUE ;
|
43 Size = MAP_APPFONT ( 260 , 185 ) ; 44 FixedLine FL_TE
| 40 Size = MAP_APPFONT ( 260, 185 ) ; 41 FixedLine FL_TE
|
45 {
| 42 {
|
46 Pos = MAP_APPFONT ( 6 , 3 ) ; 47 Size = MAP_APPFONT ( 248 , 8 ) ;
| 43 Pos = MAP_APPFONT ( 6, 3 ) ; 44 Size = MAP_APPFONT ( 248, 8 ) ;
|
48 Text [ en-US ] = "Text display" ; 49 };
| 45 Text [ en-US ] = "Text display" ; 46 };
|
50 FixedText FT_CHG_INSERT 51 { 52 Pos = MAP_APPFONT ( 12 , 14 ) ; 53 Size = MAP_APPFONT ( 70 , 8 ) ; 54 Text [ en-US ] = "Insertions";
| 47 FixedText FT_CHG_INSERT 48 { 49 Pos = MAP_APPFONT ( 12, 14 ) ; 50 Size = MAP_APPFONT ( 70, 8 ) ; 51 Text [ en-US ] = "Insertions" ;
|
55 };
| 52 };
|
56 FixedText FT_INS_ATTR
| 53 FixedText FT_INS_ATTR
|
57 {
| 54 {
|
58 Pos = MAP_APPFONT ( 18 , 25 ) ; 59 Size = MAP_APPFONT ( 70 , 8 ) ; 60 Text [ en-US ] = "Attributes";
| 55 Pos = MAP_APPFONT ( 18, 25 ) ; 56 Size = MAP_APPFONT ( 70, 8 ) ; 57 Text [ en-US ] = "Attributes" ;
|
61 };
| 58 };
|
62 ListBox LB_INS_ATTR
| 59 ListBox LB_INS_ATTR
|
63 {
| 60 {
|
64 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR"; 65 Pos = MAP_APPFONT ( 90 , 25 ) ; 66 Size = MAP_APPFONT ( 80 , 80 ) ;
| 61 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR" ; 62 Pos = MAP_APPFONT ( 90, 25 ) ; 63 Size = MAP_APPFONT ( 80, 80 ) ;
|
67 TabStop = TRUE ; 68 DropDown = TRUE ; 69 StringList [ en-US ] = 70 {
| 64 TabStop = TRUE ; 65 DropDown = TRUE ; 66 StringList [ en-US ] = 67 {
|
71 < "[None]" ; > ; 72 < "Bold" ; > ; 73 < "Italic" ; > ; 74 < "Underlined" ; > ; 75 < "Underlined: double" ; > ; 76 < "Strikethrough" ; > ; 77 < "Uppercase" ; > ; 78 < "Lowercase" ; > ; 79 < "Small caps" ; > ; 80 < "Title font" ; > ; 81 < "Background color" ; > ;
| 68 < "[None]" ; > ; 69 < "Bold" ; > ; 70 < "Italic" ; > ; 71 < "Underlined" ; > ; 72 < "Underlined: double" ; > ; 73 < "Strikethrough" ; > ; 74 < "Uppercase" ; > ; 75 < "Lowercase" ; > ; 76 < "Small caps" ; > ; 77 < "Title font" ; > ; 78 < "Background color" ; > ;
|
82 }; 83 };
| 79 }; 80 };
|
84 FixedText FT_INS_COL
| 81 FixedText FT_INS_COL
|
85 {
| 82 {
|
86 Pos = MAP_APPFONT ( 18 , 42 ) ; 87 Size = MAP_APPFONT ( 70 , 8 ) ;
| 83 Pos = MAP_APPFONT ( 18, 42 ) ; 84 Size = MAP_APPFONT ( 70, 8 ) ;
|
88 Text [ en-US ] = "Color" ; 89 };
| 85 Text [ en-US ] = "Color" ; 86 };
|
90 ListBox LB_INS_COL
| 87 ListBox LB_INS_COL
|
91 {
| 88 {
|
92 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL"; 93 Pos = MAP_APPFONT ( 90 , 40 ) ; 94 Size = MAP_APPFONT ( 80 , 80 ) ;
| 89 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL" ; 90 Pos = MAP_APPFONT ( 90, 40 ) ; 91 Size = MAP_APPFONT ( 80, 80 ) ;
|
95 TabStop = TRUE ; 96 DropDown = TRUE ; 97 };
| 92 TabStop = TRUE ; 93 DropDown = TRUE ; 94 };
|
98 Window WIN_INS
| 95 Window WIN_INS
|
99 { 100 Border = TRUE ;
| 96 { 97 Border = TRUE ;
|
101 Pos = MAP_APPFONT ( 178 , 25 ) ; 102 Size = MAP_APPFONT ( 70 , 27 ) ; 103 Text [ en-US ] = "Insert";
| 98 Pos = MAP_APPFONT ( 178, 25 ) ; 99 Size = MAP_APPFONT ( 70, 27 ) ; 100 Text [ en-US ] = "Insert" ;
|
104 };
| 101 };
|
105 FixedText FT_CHG_DELETE 106 { 107 Pos = MAP_APPFONT ( 12 , 58 ) ; 108 Size = MAP_APPFONT ( 70 , 8 ) ; 109 Text [ en-US ] = "Deletions";
| 102 FixedText FT_CHG_DELETE 103 { 104 Pos = MAP_APPFONT ( 12, 58 ) ; 105 Size = MAP_APPFONT ( 70, 8 ) ; 106 Text [ en-US ] = "Deletions" ;
|
110 };
| 107 };
|
111 FixedText FT_DEL_ATTR
| 108 FixedText FT_DEL_ATTR
|
112 {
| 109 {
|
113 Pos = MAP_APPFONT ( 18 , 69 ) ; 114 Size = MAP_APPFONT ( 70 , 8 ) ; 115 Text [ en-US ] = "Attributes";
| 110 Pos = MAP_APPFONT ( 18, 69 ) ; 111 Size = MAP_APPFONT ( 70, 8 ) ; 112 Text [ en-US ] = "Attributes" ;
|
116 };
| 113 };
|
117 ListBox LB_DEL_ATTR
| 114 ListBox LB_DEL_ATTR
|
118 {
| 115 {
|
119 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR"; 120 Pos = MAP_APPFONT ( 90 , 67 ) ; 121 Size = MAP_APPFONT ( 80 , 80 ) ;
| 116 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR" ; 117 Pos = MAP_APPFONT ( 90, 67 ) ; 118 Size = MAP_APPFONT ( 80, 80 ) ;
|
122 TabStop = TRUE ; 123 DropDown = TRUE ;
| 119 TabStop = TRUE ; 120 DropDown = TRUE ;
|
124 }; 125 FixedText FT_DEL_COL
| 121 }; 122 FixedText FT_DEL_COL
|
126 {
| 123 {
|
127 Pos = MAP_APPFONT ( 18 , 84 ) ; 128 Size = MAP_APPFONT ( 70 , 8 ) ; 129 Text [ en-US ] = "Color";
| 124 Pos = MAP_APPFONT ( 18, 84 ) ; 125 Size = MAP_APPFONT ( 70, 8 ) ; 126 Text [ en-US ] = "Color" ;
|
130 };
| 127 };
|
131 ListBox LB_DEL_COL
| 128 ListBox LB_DEL_COL
|
132 {
| 129 {
|
133 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL"; 134 Pos = MAP_APPFONT ( 90 , 82 ) ; 135 Size = MAP_APPFONT ( 80 , 80 ) ;
| 130 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL" ; 131 Pos = MAP_APPFONT ( 90, 82 ) ; 132 Size = MAP_APPFONT ( 80, 80 ) ;
|
136 TabStop = TRUE ; 137 DropDown = TRUE ; 138 };
| 133 TabStop = TRUE ; 134 DropDown = TRUE ; 135 };
|
139 Window WIN_DEL
| 136 Window WIN_DEL
|
140 { 141 Border = TRUE ;
| 137 { 138 Border = TRUE ;
|
142 Pos = MAP_APPFONT ( 178 , 67 ) ; 143 Size = MAP_APPFONT ( 70 , 27 ) ; 144 Text [ en-US ] = "Delete";
| 139 Pos = MAP_APPFONT ( 178, 67 ) ; 140 Size = MAP_APPFONT ( 70, 27 ) ; 141 Text [ en-US ] = "Delete" ;
|
145 };
| 142 };
|
146 FixedText FT_CHG_CHANGE 147 { 148 Pos = MAP_APPFONT ( 12 , 100 ) ; 149 Size = MAP_APPFONT ( 70 , 8 ) ; 150 Text [ en-US ] = "Changed attributes";
| 143 FixedText FT_CHG_CHANGE 144 { 145 Pos = MAP_APPFONT ( 12, 100 ) ; 146 Size = MAP_APPFONT ( 70, 8 ) ; 147 Text [ en-US ] = "Changed attributes" ;
|
151 };
| 148 };
|
152 FixedText FT_CHG_ATTR
| 149 FixedText FT_CHG_ATTR
|
153 {
| 150 {
|
154 Pos = MAP_APPFONT ( 18 , 113 ) ; 155 Size = MAP_APPFONT ( 70 , 8 ) ; 156 Text [ en-US ] = "Attributes";
| 151 Pos = MAP_APPFONT ( 18, 113 ) ; 152 Size = MAP_APPFONT ( 70, 8 ) ; 153 Text [ en-US ] = "Attributes" ;
|
157 };
| 154 };
|
158 ListBox LB_CHG_ATTR
| 155 ListBox LB_CHG_ATTR
|
159 {
| 156 {
|
160 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR"; 161 Pos = MAP_APPFONT ( 90 , 111 ) ; 162 Size = MAP_APPFONT ( 80 , 80 ) ;
| 157 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR" ; 158 Pos = MAP_APPFONT ( 90, 111 ) ; 159 Size = MAP_APPFONT ( 80, 80 ) ;
|
163 TabStop = TRUE ; 164 DropDown = TRUE ;
| 160 TabStop = TRUE ; 161 DropDown = TRUE ;
|
165 }; 166 FixedText FT_CHG_COL
| 162 }; 163 FixedText FT_CHG_COL
|
167 {
| 164 {
|
168 Pos = MAP_APPFONT ( 18 , 128 ) ; 169 Size = MAP_APPFONT ( 70 , 8 ) ; 170 Text [ en-US ] = "Color";
| 165 Pos = MAP_APPFONT ( 18, 128 ) ; 166 Size = MAP_APPFONT ( 70, 8 ) ; 167 Text [ en-US ] = "Color" ;
|
171 };
| 168 };
|
172 ListBox LB_CHG_COL
| 169 ListBox LB_CHG_COL
|
173 {
| 170 {
|
174 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL"; 175 Pos = MAP_APPFONT ( 90 , 126 ) ; 176 Size = MAP_APPFONT ( 80 , 80 ) ;
| 171 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL" ; 172 Pos = MAP_APPFONT ( 90, 126 ) ; 173 Size = MAP_APPFONT ( 80, 80 ) ;
|
177 TabStop = TRUE ; 178 DropDown = TRUE ; 179 };
| 174 TabStop = TRUE ; 175 DropDown = TRUE ; 176 };
|
180 Window WIN_CHG
| 177 Window WIN_CHG
|
181 { 182 Border = TRUE ;
| 178 { 179 Border = TRUE ;
|
183 Pos = MAP_APPFONT ( 178 , 111 ) ; 184 Size = MAP_APPFONT ( 70 , 27 ) ; 185 Text [ en-US ] = "Attributes";
| 180 Pos = MAP_APPFONT ( 178, 111 ) ; 181 Size = MAP_APPFONT ( 70, 27 ) ; 182 Text [ en-US ] = "Attributes" ;
|
186 };
| 183 };
|
187 FixedLine FL_LC
| 184 FixedLine FL_LC
|
188 {
| 185 {
|
189 Pos = MAP_APPFONT ( 6 , 144 ) ; 190 Size = MAP_APPFONT ( 248 , 8 ) ;
| 186 Pos = MAP_APPFONT ( 6, 144 ) ; 187 Size = MAP_APPFONT ( 248, 8 ) ;
|
191 Text [ en-US ] = "Lines changed" ; 192 };
| 188 Text [ en-US ] = "Lines changed" ; 189 };
|
193 FixedText FT_MARKPOS
| 190 FixedText FT_MARKPOS
|
194 {
| 191 {
|
195 Pos = MAP_APPFONT ( 12 , 157 ) ; 196 Size = MAP_APPFONT ( 70 , 8 ) ;
| 192 Pos = MAP_APPFONT ( 12, 157 ) ; 193 Size = MAP_APPFONT ( 70, 8 ) ;
|
197 Text [ en-US ] = "Mar~k" ; 198 }; 199 ListBox LB_MARKPOS 200 {
| 194 Text [ en-US ] = "Mar~k" ; 195 }; 196 ListBox LB_MARKPOS 197 {
|
201 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS"; 202 Pos = MAP_APPFONT ( 90 , 155 ) ; 203 Size = MAP_APPFONT ( 80 , 80 ) ;
| 198 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS" ; 199 Pos = MAP_APPFONT ( 90, 155 ) ; 200 Size = MAP_APPFONT ( 80, 80 ) ;
|
204 TabStop = TRUE ; 205 DropDown = TRUE ; 206 StringList [ en-US ] = 207 {
| 201 TabStop = TRUE ; 202 DropDown = TRUE ; 203 StringList [ en-US ] = 204 {
|
208 < "[None]" ; > ; 209 < "Left margin" ; > ; 210 < "Right margin" ; > ; 211 < "Outer margin" ; > ; 212 < "Inner margin" ; > ;
| 205 < "[None]" ; > ; 206 < "Left margin" ; > ; 207 < "Right margin" ; > ; 208 < "Outer margin" ; > ; 209 < "Inner margin" ; > ;
|
213 }; 214 }; 215 FixedText FT_LC_COL 216 {
| 210 }; 211 }; 212 FixedText FT_LC_COL 213 {
|
217 Pos = MAP_APPFONT ( 12 , 172 ) ; 218 Size = MAP_APPFONT ( 70 , 8 ) ;
| 214 Pos = MAP_APPFONT ( 12, 172 ) ; 215 Size = MAP_APPFONT ( 70, 8 ) ;
|
219 Text [ en-US ] = "~Color" ; 220 }; 221 ListBox LB_LC_COL 222 {
| 216 Text [ en-US ] = "~Color" ; 217 }; 218 ListBox LB_LC_COL 219 {
|
223 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL"; 224 Pos = MAP_APPFONT ( 90 , 170 ) ; 225 Size = MAP_APPFONT ( 80 , 80 ) ;
| 220 HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL" ; 221 Pos = MAP_APPFONT ( 90, 170 ) ; 222 Size = MAP_APPFONT ( 80, 80 ) ;
|
226 TabStop = TRUE ; 227 DropDown = TRUE ; 228 }; 229 Window WIN_MARK 230 {
| 223 TabStop = TRUE ; 224 DropDown = TRUE ; 225 }; 226 Window WIN_MARK 227 {
|
231 Pos = MAP_APPFONT ( 178 , 155 ) ; 232 Size = MAP_APPFONT ( 70 , 27 ) ;
| 228 Pos = MAP_APPFONT ( 178, 155 ) ; 229 Size = MAP_APPFONT ( 70, 27 ) ;
|
233 };
| 230 };
|
234 String STR_AUTHOR
| 231 String STR_AUTHOR
|
235 { 236 Text [ en-US ] = "By author" ; 237 }; 238 String STR_NOTHING 239 { 240 Text [ en-US ] = "[None]" ; 241 }; 242}; 243
| 232 { 233 Text [ en-US ] = "By author" ; 234 }; 235 String STR_NOTHING 236 { 237 Text [ en-US ] = "[None]" ; 238 }; 239}; 240
|
244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
| 241// ********************************************************************** EOF
|
| |