summaryrefslogtreecommitdiffstats
path: root/sfx2/inc/bitmaps.hlst
blob: d6fb2f3416ccb994c904e2c1d153a72869c6c357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#ifndef INCLUDED_SFX2_INC_BITMAPS_HRC
#define INCLUDED_SFX2_INC_BITMAPS_HRC

#define BMP_HELP_TOOLBOX_INDEX_ON       "sfx2/res/indexon_small.png"
#define BMP_HELP_TOOLBOX_INDEX_OFF      "sfx2/res/indexoff_small.png"
#define BMP_HELP_TOOLBOX_START          "res/sc06303.png"
#define BMP_HELP_TOOLBOX_PREV           "res/sc06301.png"
#define BMP_HELP_TOOLBOX_NEXT           "res/sc06300.png"
#define BMP_HELP_TOOLBOX_PRINT          "res/sc05504.png"
#define BMP_HELP_TOOLBOX_BOOKMARKS      "sfx2/res/favourite.png"
#define BMP_HELP_TOOLBOX_SEARCHDIALOG   "sfx2/res/sc05961.png"
#define BMP_HELP_TOOLBOX_COPY           "sfx2/res/sc05711.png"
#define BMP_HELP_CONTENT_BOOK_OPEN      "sfx2/res/hlpbookopen.png"
#define BMP_HELP_CONTENT_BOOK_CLOSED    "sfx2/res/hlpbookclosed.png"
#define BMP_HELP_CONTENT_DOC            "sfx2/res/hlpdoc.png"
#define BMP_HELP_TOOLBOX_L_INDEX_ON     "sfx2/res/indexon_big.png"
#define BMP_HELP_TOOLBOX_L_INDEX_OFF    "sfx2/res/indexoff_big.png"
#define BMP_HELP_TOOLBOX_L_START        "res/lc06303.png"
#define BMP_HELP_TOOLBOX_L_PREV         "res/lc06301.png"
#define BMP_HELP_TOOLBOX_L_NEXT         "res/lc06300.png"
#define BMP_HELP_TOOLBOX_L_PRINT        "res/lc05504.png"
#define BMP_HELP_TOOLBOX_L_BOOKMARKS    "sfx2/res/favourite_big.png"
#define BMP_HELP_TOOLBOX_L_SEARCHDIALOG "res/lc05961.png"

//start, sfx2/source/sidebar/Theme.cxx
#define CLOSEDOC                       "sfx2/res/closedoc.png"
#define GRIP                           "sfx2/res/grip.png"
#define OPEN_MORE                      "sfx2/res/symphony/open_more.png"
#define MOREBUTTON                     "sfx2/res/symphony/morebutton.png"
#define SIDEBAR_3D_LARGE               "sfx2/res/symphony/sidebar-3d-large.png"
#define SIDEBAR_3D_SMALL               "sfx2/res/symphony/sidebar-3d-small.png"
#define SIDEBAR_ANIMATION_LARGE        "sfx2/res/symphony/sidebar-animation-large.png"
#define SIDEBAR_ANIMATION_SMALL        "sfx2/res/symphony/sidebar-animation-small.png"
#define SIDEBAR_COLORS_LARGE           "sfx2/res/symphony/sidebar-colors-large.png"
#define SIDEBAR_COLORS_SMALL           "sfx2/res/symphony/sidebar-colors-small.png"
#define SIDEBAR_EYEDROPPER_LARGE       "sfx2/res/symphony/sidebar-eyedropper-large.png"
#define SIDEBAR_EYEDROPPER_SMALL       "sfx2/res/symphony/sidebar-eyedropper-small.png"
#define SIDEBAR_GALLERY_LARGE          "sfx2/res/symphony/sidebar-gallery-large.png"
#define SIDEBAR_GALLERY_SMALL          "sfx2/res/symphony/sidebar-gallery-small.png"
#define SIDEBAR_IMGANIM_LARGE          "sfx2/res/symphony/sidebar-imganim-large.png"
#define SIDEBAR_IMGANIM_SMALL          "sfx2/res/symphony/sidebar-imganim-small.png"
#define SIDEBAR_NAVIGATOR_LARGE        "sfx2/res/symphony/sidebar-navigator-large.png"
#define SIDEBAR_NAVIGATOR_SMALL        "sfx2/res/symphony/sidebar-navigator-small.png"
#define SIDEBAR_PROPERTY_LARGE         "sfx2/res/symphony/sidebar-property-large.png"
#define SIDEBAR_PROPERTY_SMALL         "sfx2/res/symphony/sidebar-property-small.png"
#define SIDEBAR_STYLE_LARGE            "sfx2/res/symphony/sidebar-style-large.png"
#define SIDEBAR_STYLE_SMALL            "sfx2/res/symphony/sidebar-style-small.png"
#define SIDEBAR_TEMPLATE_LARGE         "sfx2/res/symphony/sidebar-template-large.png"
#define SIDEBAR_TEMPLATE_SMALL         "sfx2/res/symphony/sidebar-template-small.png"
#define SIDEBAR_TRANSITION_LARGE       "sfx2/res/symphony/sidebar-transition-large.png"
#define SIDEBAR_TRANSITION_SMALL       "sfx2/res/symphony/sidebar-transition-small.png"
#define SIDEBAR_FUNCTIONS_LARGE        "sfx2/res/symphony/sidebar-functions-large.png"
#define SIDEBAR_FUNCTIONS_SMALL        "sfx2/res/symphony/sidebar-functions-small.png"
//end, sfx2/source/sidebar/Theme.cxx

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */