1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: Navigator.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #include "RptResId.hrc"
31 #include "helpids.hrc"
32 #include "rptui_slotid.hrc"
34 #include <svx/globlmn.hrc>
37 #include <svx/svxids.hrc>
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
49 Size = MAP_APPFONT ( 200 , 250 ) ;
50 Text [ en-US ] = "Report navigator" ;
51 HelpId = HID_RPT_NAVIGATOR_DLG;
58 Pos = MAP_APPFONT( 0, 0 );
59 Size = MAP_APPFONT( 200, 250 );
64 #define NAVIGATOR_IMAGEIDS \
69 SID_INSERT_HFIXEDLINE ; \
70 SID_INSERT_VFIXEDLINE;\
71 SID_FM_IMAGECONTROL ; \
73 SID_RPT_NEW_FUNCTION;\
74 SID_REPORTHEADERFOOTER;\
75 SID_PAGEHEADERFOOTER;\
78 RID_SVXIMG_COLLAPSEDNODE ; \
79 RID_SVXIMG_EXPANDEDNODE ; \
80 SID_SORTINGANDGROUPING;\
81 SID_DRAWTBX_CS_BASIC;\
87 ImageList RID_SVXIMGLIST_RPTEXPL
90 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
94 ImageList RID_SVXIMGLIST_RPTEXPL_HC
97 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
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
115 Identifier = SID_SORTINGANDGROUPING;
116 HelpId = SID_SORTINGANDGROUPING ;
117 Command = ".uno:DbSortingAndGrouping";
118 Text [ en-US ] = "Sorting and Grouping...";
126 Identifier = SID_PAGEHEADERFOOTER;
127 HelpId = SID_PAGEHEADERFOOTER ;
128 Command = ".uno:PageHeaderFooter";
130 Text [ en-US ] = "Page Header/Footer...";
134 Identifier = SID_REPORTHEADERFOOTER;
135 HelpId = SID_REPORTHEADERFOOTER ;
136 Command = ".uno:ReportHeaderFooter";
138 Text [ en-US ] = "Report Header/Footer...";
146 Identifier = SID_RPT_NEW_FUNCTION;
147 HelpId = SID_RPT_NEW_FUNCTION;
148 Command = ".uno:NewFunction";
149 Text [ en-US ] = "New Function";
157 Identifier = SID_SHOW_PROPERTYBROWSER;
158 HelpId = SID_SHOW_PROPERTYBROWSER ;
159 Command = ".uno:FormProperties";
160 Text [ en-US ] = "Properties...";