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 "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 \
35 SID_INSERT_HFIXEDLINE ; \
36 SID_INSERT_VFIXEDLINE;\
37 SID_FM_IMAGECONTROL ; \
39 SID_RPT_NEW_FUNCTION;\
40 SID_REPORTHEADERFOOTER;\
41 SID_PAGEHEADERFOOTER;\
44 RID_SVXIMG_COLLAPSEDNODE ; \
45 RID_SVXIMG_EXPANDEDNODE ; \
46 SID_SORTINGANDGROUPING;\
47 SID_DRAWTBX_CS_BASIC;\
53 ImageList RID_SVXIMGLIST_RPTEXPL
56 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
60 String RID_STR_FUNCTIONS
62 Text [ en-US ] = "Functions" ;
66 Text [ en-US ] = "Groups" ;
68 Menu RID_MENU_NAVIGATOR
74 Identifier = SID_SORTINGANDGROUPING;
75 Command = ".uno:DbSortingAndGrouping";
76 Text [ en-US ] = "Sorting and Grouping...";
84 Identifier = SID_PAGEHEADERFOOTER;
85 Command = ".uno:PageHeaderFooter";
87 Text [ en-US ] = "Page Header/Footer...";
91 Identifier = SID_REPORTHEADERFOOTER;
92 Command = ".uno:ReportHeaderFooter";
94 Text [ en-US ] = "Report Header/Footer...";
102 Identifier = SID_RPT_NEW_FUNCTION;
103 Command = ".uno:NewFunction";
104 Text [ en-US ] = "New Function";
112 Identifier = SID_SHOW_PROPERTYBROWSER;
113 Command = ".uno:FormProperties";
114 Text [ en-US ] = "Properties...";
127 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */