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 .
19 #ifndef _SVX_BORDER_HRC
20 #define _SVX_BORDER_HRC
22 // ImageList for ValueSets:
23 #define IL_PRE_BITMAPS 1400
24 #define IID_PRE_CELL_NONE 1
25 #define IID_PRE_CELL_ALL 2
26 #define IID_PRE_CELL_LR 3
27 #define IID_PRE_CELL_TB 4
28 #define IID_PRE_CELL_L 5
29 #define IID_PRE_CELL_DIAG 6
30 #define IID_PRE_HOR_NONE 7
31 #define IID_PRE_HOR_OUTER 8
32 #define IID_PRE_HOR_HOR 9
33 #define IID_PRE_HOR_ALL 10
34 #define IID_PRE_HOR_OUTER2 11
35 #define IID_PRE_VER_NONE 12
36 #define IID_PRE_VER_OUTER 13
37 #define IID_PRE_VER_VER 14
38 #define IID_PRE_VER_ALL 15
39 #define IID_PRE_VER_OUTER2 16
40 #define IID_PRE_TABLE_NONE 17
41 #define IID_PRE_TABLE_OUTER 18
42 #define IID_PRE_TABLE_OUTERH 19
43 #define IID_PRE_TABLE_ALL 20
44 #define IID_PRE_TABLE_OUTER2 21
46 #define IL_SDW_BITMAPS 1500
47 #define IID_SHADOWNONE 1
48 #define IID_SHADOW_BOT_RIGHT 2
49 #define IID_SHADOW_BOT_LEFT 3
50 #define IID_SHADOW_TOP_RIGHT 4
51 #define IID_SHADOW_TOP_LEFT 5
55 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */