1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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/.
10 #ifndef INCLUDED_REPORTDESIGN_INC_BITMAPS_HRC
11 #define INCLUDED_REPORTDESIGN_INC_BITMAPS_HRC
13 #define RID_SVXBMP_SELECT_REPORT "reportdesign/res/sx12464.png"
14 #define RID_SVXBMP_FM_FIXEDTEXT "reportdesign/res/sx10597.png"
15 #define RID_SVXBMP_INSERT_HFIXEDLINE "reportdesign/res/sx10928.png"
16 #define RID_SVXBMP_INSERT_VFIXEDLINE "reportdesign/res/sx10929.png"
17 #define RID_SVXBMP_FM_IMAGECONTROL "reportdesign/res/sx10710.png"
18 #define RID_SVXBMP_FM_EDIT "reportdesign/res/sx10599.png"
19 #define RID_SVXBMP_RPT_NEW_FUNCTION "reportdesign/res/sx12594.png"
20 #define RID_SVXBMP_REPORTHEADERFOOTER "reportdesign/res/sx12453.png"
21 #define RID_SVXBMP_PAGEHEADERFOOTER "reportdesign/res/sx12452.png"
22 #define RID_SVXBMP_GROUPHEADER "reportdesign/res/sx12466.png"
23 #define RID_SVXBMP_GROUPFOOTER "reportdesign/res/sx12468.png"
24 #define RID_SVXBMP_COLLAPSEDNODE "reportdesign/res/sx18002.png"
25 #define RID_SVXBMP_EXPANDEDNODE "reportdesign/res/sx18003.png"
26 #define RID_SVXBMP_SORTINGANDGROUPING "reportdesign/res/sx12454.png"
27 #define RID_SVXBMP_DRAWTBX_CS_BASIC "reportdesign/res/sx11047.png"
28 #define RID_SVXBMP_GROUP "reportdesign/res/sx10454.png"
29 #define RID_SVXBMP_ICON_DETAIL "reportdesign/res/sx12603.png"
30 #define RID_BMP_TREENODE_COLLAPSED "res/plus.png"
31 #define RID_BMP_TREENODE_EXPANDED "res/minus.png"
35 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */