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 #include <sfx2/sfx.hrc>
21 #define RID_SIDEBAR_RESOURCE (RID_SFX_SIDEBAR_START + 0)
23 #define IMAGE_SIDEBAR_PLUS 1
24 #define IMAGE_SIDEBAR_MINUS 3
25 #define IMAGE_SIDEBAR_GRIP 5
26 #define IMAGE_SIDEBAR_MENU 7
27 #define IMAGE_SIDEBAR_DETAIL_DIALOG 9
28 #define IMAGE_SIDEBAR_TOOLBOX_SEPARATOR 11
29 #define IMAGE_SIDEBAR_DECK_3D_LARGE 20
30 #define IMAGE_SIDEBAR_DECK_3D_SMALL 22
31 #define IMAGE_SIDEBAR_DECK_ANIMATION_LARGE 30
32 #define IMAGE_SIDEBAR_DECK_ANIMATION_SMALL 32
33 #define IMAGE_SIDEBAR_DECK_COLORS_LARGE 40
34 #define IMAGE_SIDEBAR_DECK_COLORS_SMALL 42
35 #define IMAGE_SIDEBAR_DECK_EYEDROPPER_LARGE 50
36 #define IMAGE_SIDEBAR_DECK_EYEDROPPER_SMALL 52
37 #define IMAGE_SIDEBAR_DECK_GALLERY_LARGE 60
38 #define IMAGE_SIDEBAR_DECK_GALLERY_SMALL 62
39 #define IMAGE_SIDEBAR_DECK_IMGANIM_LARGE 70
40 #define IMAGE_SIDEBAR_DECK_IMGANIM_SMALL 72
41 #define IMAGE_SIDEBAR_DECK_NAVIGATOR_LARGE 80
42 #define IMAGE_SIDEBAR_DECK_NAVIGATOR_SMALL 82
43 #define IMAGE_SIDEBAR_PROPERTIES_DECK_LARGE 90
44 #define IMAGE_SIDEBAR_PROPERTIES_DECK_SMALL 92
45 #define IMAGE_SIDEBAR_DECK_STYLE_LARGE 100
46 #define IMAGE_SIDEBAR_DECK_STYLE_SMALL 102
47 #define IMAGE_SIDEBAR_DECK_TEMPLATE_LARGE 110
48 #define IMAGE_SIDEBAR_DECK_TEMPLATE_SMALL 112
49 #define IMAGE_SIDEBAR_DECK_TRANSITION_LARGE 120
50 #define IMAGE_SIDEBAR_DECK_TRANSITION_SMALL 122
51 #define IMAGE_SIDEBAR_DECK_FUNCTIONS_LARGE 130
52 #define IMAGE_SIDEBAR_DECK_FUNCTIONS_SMALL 132
53 #define STRING_CUSTOMIZATION 200
54 #define STRING_RESTORE 201
55 #define STRING_HIDE_SIDEBAR 202
57 #define SFX_STR_SIDEBAR_MORE_OPTIONS (RID_SFX_SIDEBAR_START + 1)
58 #define SFX_STR_SIDEBAR_CLOSE_DECK (RID_SFX_SIDEBAR_START + 2)
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */