xref: /aoo41x/main/sfx2/source/sidebar/Sidebar.src (revision abdd804d)
1ff12d537SAndre Fischer/**************************************************************
2ff12d537SAndre Fischer *
3ff12d537SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one
4ff12d537SAndre Fischer * or more contributor license agreements.  See the NOTICE file
5ff12d537SAndre Fischer * distributed with this work for additional information
6ff12d537SAndre Fischer * regarding copyright ownership.  The ASF licenses this file
7ff12d537SAndre Fischer * to you under the Apache License, Version 2.0 (the
8ff12d537SAndre Fischer * "License"); you may not use this file except in compliance
9ff12d537SAndre Fischer * with the License.  You may obtain a copy of the License at
10ff12d537SAndre Fischer *
11ff12d537SAndre Fischer *   http://www.apache.org/licenses/LICENSE-2.0
12ff12d537SAndre Fischer *
13ff12d537SAndre Fischer * Unless required by applicable law or agreed to in writing,
14ff12d537SAndre Fischer * software distributed under the License is distributed on an
15ff12d537SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16ff12d537SAndre Fischer * KIND, either express or implied.  See the License for the
17ff12d537SAndre Fischer * specific language governing permissions and limitations
18ff12d537SAndre Fischer * under the License.
19ff12d537SAndre Fischer *
20ff12d537SAndre Fischer *************************************************************/
21ff12d537SAndre Fischer
22ff12d537SAndre Fischer#include "Sidebar.hrc"
23ff12d537SAndre Fischer
24ff12d537SAndre FischerResource RID_SIDEBAR_RESOURCE
25ff12d537SAndre Fischer{
26ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_PLUS
27ff12d537SAndre Fischer    {
28ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "plus.png" ;};
29ff12d537SAndre Fischer    };
30ff12d537SAndre Fischer
31ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_PLUS_HC
32ff12d537SAndre Fischer    {
33ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "plus_hc.png" ;};
34ff12d537SAndre Fischer    };
35ff12d537SAndre Fischer
36ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MINUS
37ff12d537SAndre Fischer    {
38ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "minus.png" ;};
39ff12d537SAndre Fischer    };
40ff12d537SAndre Fischer
41ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MINUS_HC
42ff12d537SAndre Fischer    {
43ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "minus_hc.png" ;};
44ff12d537SAndre Fischer    };
45ff12d537SAndre Fischer
46ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_GRIP
47ff12d537SAndre Fischer    {
48ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "grip.png" ;};
49ff12d537SAndre Fischer    };
50ff12d537SAndre Fischer
51ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_GRIP_HC
52ff12d537SAndre Fischer    {
53ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "grip_hc.png" ;};
54ff12d537SAndre Fischer    };
55ff12d537SAndre Fischer
56ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MENU
57ff12d537SAndre Fischer    {
586e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/open_more.png" ;};
59ff12d537SAndre Fischer    };
60ff12d537SAndre Fischer
61ff12d537SAndre Fischer    Image IMAGE_SIDEBAR_MENU_HC
62ff12d537SAndre Fischer    {
63ff12d537SAndre Fischer        ImageBitmap = Bitmap { File = "menu_hc.png" ;};
64ff12d537SAndre Fischer    };
65ff12d537SAndre Fischer
666e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DETAIL_DIALOG
676e6252f3SAndre Fischer    {
686e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/morebutton.png" ;};
696e6252f3SAndre Fischer    };
706e6252f3SAndre Fischer
716e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DETAIL_DIALOG_HC
726e6252f3SAndre Fischer    {
736e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/morebutton_h.png" ;};
746e6252f3SAndre Fischer    };
756e6252f3SAndre Fischer
7695a18594SAndre Fischer    Image IMAGE_SIDEBAR_TOOLBOX_SEPARATOR
7795a18594SAndre Fischer    {
7895a18594SAndre Fischer        ImageBitmap = Bitmap { File = "separator.png" ;};
7995a18594SAndre Fischer    };
8095a18594SAndre Fischer
816e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_3D_LARGE
826e6252f3SAndre Fischer    {
836e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-3d-large.png" ;};
846e6252f3SAndre Fischer    };
856e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_3D_LARGE_HC
866e6252f3SAndre Fischer    {
876e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-3d-large-hc.png" ;};
886e6252f3SAndre Fischer    };
896e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_3D_SMALL
906e6252f3SAndre Fischer    {
916e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-3d-small.png" ;};
926e6252f3SAndre Fischer    };
936e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_3D_SMALL_HC
946e6252f3SAndre Fischer    {
956e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-3d-small-hc.png" ;};
966e6252f3SAndre Fischer    };
976e6252f3SAndre Fischer
986e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_ANIMATION_LARGE
996e6252f3SAndre Fischer    {
1006e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-animation-large.png" ;};
1016e6252f3SAndre Fischer    };
1026e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_ANIMATION_LARGE_HC
1036e6252f3SAndre Fischer    {
1046e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-animation-large-hc.png" ;};
1056e6252f3SAndre Fischer    };
1066e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_ANIMATION_SMALL
1076e6252f3SAndre Fischer    {
1086e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-animation-small.png" ;};
1096e6252f3SAndre Fischer    };
1106e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_ANIMATION_SMALL_HC
1116e6252f3SAndre Fischer    {
1126e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-animation-small-hc.png" ;};
1136e6252f3SAndre Fischer    };
1146e6252f3SAndre Fischer
1156e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_COLORS_LARGE
1166e6252f3SAndre Fischer    {
1176e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-colors-large.png" ;};
1186e6252f3SAndre Fischer    };
1196e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_COLORS_LARGE_HC
1206e6252f3SAndre Fischer    {
1216e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-colors-large-hc.png" ;};
1226e6252f3SAndre Fischer    };
1236e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_COLORS_SMALL
1246e6252f3SAndre Fischer    {
1256e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-colors-small.png" ;};
1266e6252f3SAndre Fischer    };
1276e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_COLORS_SMALL_HC
1286e6252f3SAndre Fischer    {
1296e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-colors-small-hc.png" ;};
1306e6252f3SAndre Fischer    };
1316e6252f3SAndre Fischer
1326e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_EYEDROPPER_LARGE
1336e6252f3SAndre Fischer    {
1346e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-eyedropper-large.png" ;};
1356e6252f3SAndre Fischer    };
1366e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_EYEDROPPER_LARGE_HC
1376e6252f3SAndre Fischer    {
1386e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-eyedropper-large-hc.png" ;};
1396e6252f3SAndre Fischer    };
1406e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_EYEDROPPER_SMALL
1416e6252f3SAndre Fischer    {
1426e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-eyedropper-small.png" ;};
1436e6252f3SAndre Fischer    };
1446e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_EYEDROPPER_SMALL_HC
1456e6252f3SAndre Fischer    {
1466e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-eyedropper-small-hc.png" ;};
1476e6252f3SAndre Fischer    };
1486e6252f3SAndre Fischer
1496e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_GALLERY_LARGE
1506e6252f3SAndre Fischer    {
1516e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-gallery-large.png" ;};
1526e6252f3SAndre Fischer    };
1536e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_GALLERY_LARGE_HC
1546e6252f3SAndre Fischer    {
1556e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-gallery-large-hc.png" ;};
1566e6252f3SAndre Fischer    };
1576e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_GALLERY_SMALL
1586e6252f3SAndre Fischer    {
1596e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-gallery-small.png" ;};
1606e6252f3SAndre Fischer    };
1616e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_GALLERY_SMALL_HC
1626e6252f3SAndre Fischer    {
1636e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-gallery-small-hc.png" ;};
1646e6252f3SAndre Fischer    };
1656e6252f3SAndre Fischer
1666e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_IMGANIM_LARGE
1676e6252f3SAndre Fischer    {
1686e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-imganim-large.png" ;};
1696e6252f3SAndre Fischer    };
1706e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_IMGANIM_LARGE_HC
1716e6252f3SAndre Fischer    {
1726e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-imganim-large-hc.png" ;};
1736e6252f3SAndre Fischer    };
1746e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_IMGANIM_SMALL
1756e6252f3SAndre Fischer    {
1766e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-imganim-small.png" ;};
1776e6252f3SAndre Fischer    };
1786e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_IMGANIM_SMALL_HC
1796e6252f3SAndre Fischer    {
1806e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-imganim-small-hc.png" ;};
1816e6252f3SAndre Fischer    };
1826e6252f3SAndre Fischer
1836e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_NAVIGATOR_LARGE
1846e6252f3SAndre Fischer    {
1856e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-navigator-large.png" ;};
1866e6252f3SAndre Fischer    };
1876e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_NAVIGATOR_LARGE_HC
1886e6252f3SAndre Fischer    {
1896e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-navigator-large-hc.png" ;};
1906e6252f3SAndre Fischer    };
1916e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_NAVIGATOR_SMALL
1926e6252f3SAndre Fischer    {
1936e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-navigator-small.png" ;};
1946e6252f3SAndre Fischer    };
1956e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_NAVIGATOR_SMALL_HC
1966e6252f3SAndre Fischer    {
1976e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-navigator-small-hc.png" ;};
1986e6252f3SAndre Fischer    };
1996e6252f3SAndre Fischer
2006e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_PROPERTIES_DECK_LARGE
2016e6252f3SAndre Fischer    {
2026e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-property-large.png" ;};
2036e6252f3SAndre Fischer    };
2046e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_PROPERTIES_DECK_LARGE_HC
20595a18594SAndre Fischer    {
2066e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-property-large-hc.png" ;};
20795a18594SAndre Fischer    };
2086e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_PROPERTIES_DECK_SMALL
2096e6252f3SAndre Fischer    {
2106e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-property-small.png" ;};
2116e6252f3SAndre Fischer    };
2126e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_PROPERTIES_DECK_SMALL_HC
2136e6252f3SAndre Fischer    {
2146e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-property-small-hc.png" ;};
2156e6252f3SAndre Fischer    };
2166e6252f3SAndre Fischer
2176e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_STYLE_LARGE
2186e6252f3SAndre Fischer    {
2196e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-style-large.png" ;};
2206e6252f3SAndre Fischer    };
2216e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_STYLE_LARGE_HC
2226e6252f3SAndre Fischer    {
2236e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-style-large-hc.png" ;};
2246e6252f3SAndre Fischer    };
2256e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_STYLE_SMALL
2266e6252f3SAndre Fischer    {
2276e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-style-small.png" ;};
2286e6252f3SAndre Fischer    };
2296e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_STYLE_SMALL_HC
2306e6252f3SAndre Fischer    {
2316e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-style-small-hc.png" ;};
2326e6252f3SAndre Fischer    };
2336e6252f3SAndre Fischer
2346e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TEMPLATE_LARGE
2356e6252f3SAndre Fischer    {
2366e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-template-large.png" ;};
2376e6252f3SAndre Fischer    };
2386e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TEMPLATE_LARGE_HC
2396e6252f3SAndre Fischer    {
2406e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-template-large-hc.png" ;};
2416e6252f3SAndre Fischer    };
2426e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TEMPLATE_SMALL
2436e6252f3SAndre Fischer    {
2446e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-template-small.png" ;};
2456e6252f3SAndre Fischer    };
2466e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TEMPLATE_SMALL_HC
2476e6252f3SAndre Fischer    {
2486e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-template-small-hc.png" ;};
2496e6252f3SAndre Fischer    };
2506e6252f3SAndre Fischer
2516e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TRANSITION_LARGE
2527a32b0c8SAndre Fischer    {
2536e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-transition-large.png" ;};
2547a32b0c8SAndre Fischer    };
2556e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TRANSITION_LARGE_HC
2567a32b0c8SAndre Fischer    {
2576e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-transition-large-hc.png" ;};
2587a32b0c8SAndre Fischer    };
2596e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TRANSITION_SMALL
2607a32b0c8SAndre Fischer    {
2616e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-transition-small.png" ;};
2627a32b0c8SAndre Fischer    };
2636e6252f3SAndre Fischer    Image IMAGE_SIDEBAR_DECK_TRANSITION_SMALL_HC
2642d839242SAndre Fischer    {
2656e6252f3SAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-transition-small-hc.png" ;};
2662d839242SAndre Fischer    };
26795a18594SAndre Fischer
2684847afebSAndre Fischer    Image IMAGE_SIDEBAR_DECK_FUNCTIONS_LARGE
2694847afebSAndre Fischer    {
2704847afebSAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-functions-large.png" ;};
2714847afebSAndre Fischer    };
2724847afebSAndre Fischer    Image IMAGE_SIDEBAR_DECK_FUNCTIONS_LARGE_HC
2734847afebSAndre Fischer    {
2744847afebSAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-functions-large-hc.png" ;};
2754847afebSAndre Fischer    };
2764847afebSAndre Fischer    Image IMAGE_SIDEBAR_DECK_FUNCTIONS_SMALL
2774847afebSAndre Fischer    {
2784847afebSAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small.png" ;};
2794847afebSAndre Fischer    };
2804847afebSAndre Fischer    Image IMAGE_SIDEBAR_DECK_FUNCTIONS_SMALL_HC
2814847afebSAndre Fischer    {
2824847afebSAndre Fischer        ImageBitmap = Bitmap { File = "symphony/sidebar-functions-small-hc.png" ;};
2834847afebSAndre Fischer    };
2844847afebSAndre Fischer
285ff12d537SAndre Fischer    String STRING_CUSTOMIZATION
286ff12d537SAndre Fischer    {
287ff12d537SAndre Fischer	Text [en-US] = "Customization";
288ff12d537SAndre Fischer    };
289ff12d537SAndre Fischer    String STRING_RESTORE
290ff12d537SAndre Fischer    {
291ff12d537SAndre Fischer	Text [en-US] = "Restore Default";
292ff12d537SAndre Fischer    };
293ff12d537SAndre Fischer};
294ff12d537SAndre Fischer
295*abdd804dSAndre FischerString SFX_STR_SIDEBAR_MORE_OPTIONS
296*abdd804dSAndre Fischer{
297*abdd804dSAndre Fischer    Text [en-US] = "More Options";
298*abdd804dSAndre Fischer};
299*abdd804dSAndre Fischer
300*abdd804dSAndre FischerString SFX_STR_SIDEBAR_CLOSE_DECK
301*abdd804dSAndre Fischer{
302*abdd804dSAndre Fischer    Text [en-US] = "Close Sidebar Deck";
303*abdd804dSAndre Fischer};
304ff12d537SAndre Fischer
305