Update ooo320-m1
[ooovba.git] / reportdesign / source / ui / dlg / Navigator.src
blobbb7a79b06c578c1bf69563f3f5e806b794b60279
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: Navigator.src,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "RptResId.hrc"
31 #include "helpids.hrc"
32 #include "rptui_slotid.hrc"
33 #ifndef _GLOBLMN_HRC
34 #include <svx/globlmn.hrc>
35 #endif
36 #ifndef _SBASLTID_HRC
37 #include <svx/svxids.hrc>
38 #endif
39 #include <svtools/solar.hrc>
41 #define RID_SVXIMG_COLLAPSEDNODE                                        (RID_FORMS_START + 2)
42 #define RID_SVXIMG_EXPANDEDNODE                                         (RID_FORMS_START + 3)
43 #define RID_SVXIMG_FORMS                                                        (RID_FORMS_START +13)
45 FloatingWindow RID_NAVIGATOR
47     OutputSize = TRUE ;
48     SVLook = TRUE ;
49     Size = MAP_APPFONT ( 200 , 250 ) ;
50     Text [ en-US ] = "Report navigator" ;
51     HelpId = HID_RPT_NAVIGATOR_DLG;
52     Moveable = TRUE ;
53     Closeable = TRUE ;
54     Sizeable = TRUE;
55     
56     Control 1
57     {
58         Pos = MAP_APPFONT( 0, 0 );
59         Size = MAP_APPFONT( 200, 250 );
60         Border = TRUE;
61         TabStop = TRUE;
62     };
64 #define NAVIGATOR_IMAGEIDS \
65     IdList = \
66     { \
67         SID_SELECT_REPORT;\
68         SID_FM_FIXEDTEXT ; \
69         SID_INSERT_HFIXEDLINE ; \
70         SID_INSERT_VFIXEDLINE;\
71         SID_FM_IMAGECONTROL ; \
72         SID_FM_EDIT ; \
73         SID_RPT_NEW_FUNCTION;\
74         SID_REPORTHEADERFOOTER;\
75         SID_PAGEHEADERFOOTER;\
76         SID_GROUPHEADER;\
77         SID_GROUPFOOTER;\
78         RID_SVXIMG_COLLAPSEDNODE ; \
79         RID_SVXIMG_EXPANDEDNODE ; \
80         SID_SORTINGANDGROUPING;\
81         SID_DRAWTBX_CS_BASIC;\
82         SID_GROUP;\
83         SID_ICON_DETAIL;\
84     }; \
85     IdCount = 17
87 ImageList RID_SVXIMGLIST_RPTEXPL
89     Prefix = "sx";
90     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
91     NAVIGATOR_IMAGEIDS;
94 ImageList RID_SVXIMGLIST_RPTEXPL_HC
96     Prefix = "sxh";
97     MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
98     NAVIGATOR_IMAGEIDS;
101 String RID_STR_FUNCTIONS
103     Text [ en-US ] = "Functions" ;
105 String RID_STR_GROUPS
107     Text [ en-US ] = "Groups" ;
109 Menu RID_MENU_NAVIGATOR
111     ItemList =
112     {
113         MenuItem
114         {
115             Identifier = SID_SORTINGANDGROUPING;
116             HelpId = SID_SORTINGANDGROUPING ;
117             Command = ".uno:DbSortingAndGrouping";
118             Text [ en-US ] = "Sorting and Grouping...";
119         };
120         MenuItem
121         {
122             Separator = TRUE;
123         };
124         MenuItem
125         {
126             Identifier = SID_PAGEHEADERFOOTER;
127             HelpId = SID_PAGEHEADERFOOTER ;
128             Command = ".uno:PageHeaderFooter";
129             Checkable = TRUE;
130             Text [ en-US ] = "Page Header/Footer...";
131         };
132         MenuItem
133         {
134             Identifier = SID_REPORTHEADERFOOTER;
135             HelpId = SID_REPORTHEADERFOOTER ;
136             Command = ".uno:ReportHeaderFooter";
137             Checkable = TRUE;
138             Text [ en-US ] = "Report Header/Footer...";
139         };
140         MenuItem
141         {
142             Separator = TRUE;
143         };
144         MenuItem
145         {
146             Identifier = SID_RPT_NEW_FUNCTION;
147             HelpId = SID_RPT_NEW_FUNCTION;
148             Command = ".uno:NewFunction";
149             Text [ en-US ] = "New Function";
150         };
151         MenuItem
152         {
153             Separator = TRUE;
154         };
155         MenuItem
156         {
157             Identifier = SID_SHOW_PROPERTYBROWSER;
158             HelpId = SID_SHOW_PROPERTYBROWSER ;
159             Command = ".uno:FormProperties";
160             Text [ en-US ] = "Properties...";
161         };
162         MenuItem
163         {
164             Separator = TRUE;
165         };
166         MenuItem
167         {
168             ITEM_EDIT_DELETE
169         };
171         MenuItem
172         {
173             Separator = TRUE;
174         };
175         MenuItem
176         {
177             ITEM_EDIT_CUT
178         };
179         MenuItem
180         {
181             ITEM_EDIT_COPY
182         };
183         MenuItem
184         {
185             ITEM_EDIT_PASTE
186         };
187 */              
188     };