tabline.src (0e2af6af) tabline.src (5aaf853b)
1/**************************************************************
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

--- 221 unchanged lines hidden (view full) ---

230
231 //////////////////////////////////////////////////////////////////////////////
232 // #116827#
233
234 FixedLine FL_EDGE_STYLE
235 {
236 Pos = MAP_APPFONT ( 124 , 3 + (16 * 6) - 4 ) ;
237 Size = MAP_APPFONT ( 130 , 8 ) ;
1/**************************************************************
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

--- 221 unchanged lines hidden (view full) ---

230
231 //////////////////////////////////////////////////////////////////////////////
232 // #116827#
233
234 FixedLine FL_EDGE_STYLE
235 {
236 Pos = MAP_APPFONT ( 124 , 3 + (16 * 6) - 4 ) ;
237 Size = MAP_APPFONT ( 130 , 8 ) ;
238 Text [ en-US ] = "Corner style" ;
238 Text [ en-US ] = "Corner and cap styles" ;
239 };
240 FixedText FT_EDGE_STYLE
241 {
242 Pos = MAP_APPFONT ( 130 , 14 + (16 * 6) - 4 ) ;
243 Size = MAP_APPFONT ( 118 , 8 ) ;
239 };
240 FixedText FT_EDGE_STYLE
241 {
242 Pos = MAP_APPFONT ( 130 , 14 + (16 * 6) - 4 ) ;
243 Size = MAP_APPFONT ( 118 , 8 ) ;
244 Text [ en-US ] = "Sty~le" ;
244 Text [ en-US ] = "~Corner style" ;
245 };
246 ListBox LB_EDGE_STYLE
247 {
248 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE";
249 Border = TRUE ;
250 Pos = MAP_APPFONT ( 130 , 25 + (16 * 6) - 4 ) ;
251 Size = MAP_APPFONT ( 57 , 99 ) ;
252 TabStop = TRUE ;
253 DropDown = TRUE ;
254 StringList [ en-US ] =
255 {
256 < "Rounded" ; Default ; > ;
257 < "- none -" ; > ;
258 < "Mitered" ; > ;
259 < "Beveled" ; > ;
260 };
261 };
245 };
246 ListBox LB_EDGE_STYLE
247 {
248 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE";
249 Border = TRUE ;
250 Pos = MAP_APPFONT ( 130 , 25 + (16 * 6) - 4 ) ;
251 Size = MAP_APPFONT ( 57 , 99 ) ;
252 TabStop = TRUE ;
253 DropDown = TRUE ;
254 StringList [ en-US ] =
255 {
256 < "Rounded" ; Default ; > ;
257 < "- none -" ; > ;
258 < "Mitered" ; > ;
259 < "Beveled" ; > ;
260 };
261 };
262 FixedText FT_CAP_STYLE
263 {
264 Pos = MAP_APPFONT ( 191 , 14 + (16 * 6) - 4 ) ;
265 Size = MAP_APPFONT ( 118 , 8 ) ;
266 Text [ en-US ] = "Ca~p style" ;
267 };
268 ListBox LB_CAP_STYLE
269 {
270 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_CAP_STYLE";
271 Border = TRUE ;
272 Pos = MAP_APPFONT ( 191 , 25 + (16 * 6) - 4 ) ;
273 Size = MAP_APPFONT ( 57 , 99 ) ;
274 TabStop = TRUE ;
275 DropDown = TRUE ;
276 StringList [ en-US ] =
277 {
278 < "Flat" ; Default ; > ; // Same string as in Excel
279 < "Round" ; > ;
280 < "Square" ; > ;
281 };
282 };
262
263 //////////////////////////////////////////////////////////////////////////////
264
265 Control CTL_PREVIEW
266 {
267 Border = TRUE ;
268 Pos = MAP_APPFONT ( 6 , 135 ) ;
269 Size = MAP_APPFONT ( 248 , 40 ) ;

--- 617 unchanged lines hidden ---
283
284 //////////////////////////////////////////////////////////////////////////////
285
286 Control CTL_PREVIEW
287 {
288 Border = TRUE ;
289 Pos = MAP_APPFONT ( 6 , 135 ) ;
290 Size = MAP_APPFONT ( 248 , 40 ) ;

--- 617 unchanged lines hidden ---