bump product version to 5.0.4.1
[LibreOffice.git] / cui / source / tabpages / border.src
blobdfd0d0e7523d1402b18be056ca63b1e5d185b543
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "helpid.hrc"
21 #include <cuires.hrc>
22 #include "border.hrc"
23 #include <svx/dialogs.hrc>
25 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
27 ImageList IL_PRE_BITMAPS
29     Prefix = "pr";
30     MaskColor = STD_MASKCOLOR ;
31     IdList =
32     {
33         IID_PRE_CELL_NONE ;
34         IID_PRE_CELL_ALL ;
35         IID_PRE_CELL_LR ;
36         IID_PRE_CELL_TB ;
37         IID_PRE_CELL_L ;
38         IID_PRE_CELL_DIAG ;
39         IID_PRE_HOR_NONE ;
40         IID_PRE_HOR_OUTER ;
41         IID_PRE_HOR_HOR ;
42         IID_PRE_HOR_ALL ;
43         IID_PRE_HOR_OUTER2 ;
44         IID_PRE_VER_NONE ;
45         IID_PRE_VER_OUTER ;
46         IID_PRE_VER_VER ;
47         IID_PRE_VER_ALL ;
48         IID_PRE_VER_OUTER2 ;
49         IID_PRE_TABLE_NONE ;
50         IID_PRE_TABLE_OUTER ;
51         IID_PRE_TABLE_OUTERH ;
52         IID_PRE_TABLE_ALL ;
53         IID_PRE_TABLE_OUTER2 ;
54     };
55     IdCount = { 21 ; };
58 ImageList IL_SDW_BITMAPS
60     Prefix = "sh";
61     MaskColor = STD_MASKCOLOR ;
62     IdList =
63     {
64         IID_SHADOWNONE ;
65         IID_SHADOW_BOT_RIGHT ;
66         IID_SHADOW_BOT_LEFT ;
67         IID_SHADOW_TOP_RIGHT ;
68         IID_SHADOW_TOP_LEFT ;
69     };
70     IdCount = { 5 ; };
73 String RID_SVXSTR_TABLE_PRESET_NONE
75     Text [ en-US ] = "Set No Borders" ;
77 String RID_SVXSTR_TABLE_PRESET_ONLYOUTER
79     Text [ en-US ] = "Set Outer Border Only" ;
81 String RID_SVXSTR_TABLE_PRESET_OUTERHORI
83     Text [ en-US ] = "Set Outer Border and Horizontal Lines" ;
85 String RID_SVXSTR_TABLE_PRESET_OUTERALL
87     Text [ en-US ] = "Set Outer Border and All Inner Lines" ;
89 String RID_SVXSTR_TABLE_PRESET_OUTERINNER
91     Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ;
93 String RID_SVXSTR_PARA_PRESET_DIAGONAL
95     Text [ en-US ] = "Set Diagonal Lines Only" ;
97 String RID_SVXSTR_PARA_PRESET_ALL
99     Text [ en-US ] = "Set All Four Borders" ;
101 String RID_SVXSTR_PARA_PRESET_LEFTRIGHT
103     Text [ en-US ] = "Set Left and Right Borders Only" ;
105 String RID_SVXSTR_PARA_PRESET_TOPBOTTOM
107     Text [ en-US ] = "Set Top and Bottom Borders Only" ;
109 String RID_SVXSTR_PARA_PRESET_ONLYLEFT
111     Text [ en-US ] = "Set Left Border Only" ;
113 String RID_SVXSTR_HOR_PRESET_ONLYHOR
115     Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines";
117 String RID_SVXSTR_VER_PRESET_ONLYVER
119     Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines";
121 String RID_SVXSTR_SHADOW_STYLE_NONE
123     Text [ en-US ] = "No Shadow" ;
125 String RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT
127     Text [ en-US ] = "Cast Shadow to Bottom Right" ;
129 String RID_SVXSTR_SHADOW_STYLE_TOPRIGHT
131     Text [ en-US ] = "Cast Shadow to Top Right" ;
133 String RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT
135     Text [ en-US ] = "Cast Shadow to Bottom Left" ;
137 String RID_SVXSTR_SHADOW_STYLE_TOPLEFT
139     Text [ en-US ] = "Cast Shadow to Top Left" ;
142 // **********************************************************************
144 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */