1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
23 #include <svx/dialogs.hrc>
25 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
27 ImageList IL_PRE_BITMAPS
30 MaskColor = STD_MASKCOLOR ;
51 IID_PRE_TABLE_OUTERH ;
53 IID_PRE_TABLE_OUTER2 ;
58 ImageList IL_SDW_BITMAPS
61 MaskColor = STD_MASKCOLOR ;
65 IID_SHADOW_BOT_RIGHT ;
67 IID_SHADOW_TOP_RIGHT ;
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: */