update emoji autocorrect entries from po-files
[LibreOffice.git] / reportdesign / source / ui / dlg / Navigator.src
blobc6471f67efd605db860a6adb0b6011fc73b775dc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
19 #include "RptResId.hrc"
20 #include "helpids.hrc"
21 #include "rptui_slotid.hrc"
22 #include <svx/globlmn.hrc>
23 #include <svx/svxids.hrc>
24 #include <svl/solar.hrc>
26 #define RID_SVXIMG_COLLAPSEDNODE                    (RID_FORMS_START + 2)
27 #define RID_SVXIMG_EXPANDEDNODE                     (RID_FORMS_START + 3)
28 #define RID_SVXIMG_FORMS                            (RID_FORMS_START +13)
30 #define NAVIGATOR_IMAGEIDS \
31     IdList = \
32     { \
33         SID_SELECT_REPORT;\
34         SID_FM_FIXEDTEXT ; \
35         SID_INSERT_HFIXEDLINE ; \
36         SID_INSERT_VFIXEDLINE;\
37         SID_FM_IMAGECONTROL ; \
38         SID_FM_EDIT ; \
39         SID_RPT_NEW_FUNCTION;\
40         SID_REPORTHEADERFOOTER;\
41         SID_PAGEHEADERFOOTER;\
42         SID_GROUPHEADER;\
43         SID_GROUPFOOTER;\
44         RID_SVXIMG_COLLAPSEDNODE ; \
45         RID_SVXIMG_EXPANDEDNODE ; \
46         SID_SORTINGANDGROUPING;\
47         SID_DRAWTBX_CS_BASIC;\
48         SID_GROUP;\
49         SID_ICON_DETAIL;\
50     }; \
51     IdCount = 17
53 ImageList RID_SVXIMGLIST_RPTEXPL
55     Prefix = "sx";
56     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
57     NAVIGATOR_IMAGEIDS;
60 String RID_STR_FUNCTIONS
62     Text [ en-US ] = "Functions" ;
64 String RID_STR_GROUPS
66     Text [ en-US ] = "Groups" ;
68 Menu RID_MENU_NAVIGATOR
70     ItemList =
71     {
72         MenuItem
73         {
74             Identifier = SID_SORTINGANDGROUPING;
75             Command = ".uno:DbSortingAndGrouping";
76             Text [ en-US ] = "Sorting and Grouping...";
77         };
78         MenuItem
79         {
80             Separator = TRUE;
81         };
82         MenuItem
83         {
84             Identifier = SID_PAGEHEADERFOOTER;
85             Command = ".uno:PageHeaderFooter";
86             Checkable = TRUE;
87             Text [ en-US ] = "Page Header/Footer...";
88         };
89         MenuItem
90         {
91             Identifier = SID_REPORTHEADERFOOTER;
92             Command = ".uno:ReportHeaderFooter";
93             Checkable = TRUE;
94             Text [ en-US ] = "Report Header/Footer...";
95         };
96         MenuItem
97         {
98             Separator = TRUE;
99         };
100         MenuItem
101         {
102             Identifier = SID_RPT_NEW_FUNCTION;
103             Command = ".uno:NewFunction";
104             Text [ en-US ] = "New Function";
105         };
106         MenuItem
107         {
108             Separator = TRUE;
109         };
110         MenuItem
111         {
112             Identifier = SID_SHOW_PROPERTYBROWSER;
113             Command = ".uno:FormProperties";
114             Text [ en-US ] = "Properties...";
115         };
116         MenuItem
117         {
118             Separator = TRUE;
119         };
120         MenuItem
121         {
122             ITEM_EDIT_DELETE
123         };
124     };
127 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */