blob: f1cde2357c1e9cc41983e8186b37d5150d4a11ad [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "RptResId.hrc"
#include "helpids.hrc"
#include "rptui_slotid.hrc"
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#ifndef _SBASLTID_HRC
#include <svx/svxids.hrc>
#endif
#include <svl/solar.hrc>
#define RID_SVXIMG_COLLAPSEDNODE (RID_FORMS_START + 2)
#define RID_SVXIMG_EXPANDEDNODE (RID_FORMS_START + 3)
#define RID_SVXIMG_FORMS (RID_FORMS_START +13)
FloatingWindow RID_NAVIGATOR
{
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 200 , 250 ) ;
Text [ en-US ] = "Report navigator" ;
HelpId = HID_RPT_NAVIGATOR_DLG;
Moveable = TRUE ;
Closeable = TRUE ;
Sizeable = TRUE;
Control 1
{
Pos = MAP_APPFONT( 0, 0 );
Size = MAP_APPFONT( 200, 250 );
Border = TRUE;
TabStop = TRUE;
};
};
#define NAVIGATOR_IMAGEIDS \
IdList = \
{ \
SID_SELECT_REPORT;\
SID_FM_FIXEDTEXT ; \
SID_INSERT_HFIXEDLINE ; \
SID_INSERT_VFIXEDLINE;\
SID_FM_IMAGECONTROL ; \
SID_FM_EDIT ; \
SID_RPT_NEW_FUNCTION;\
SID_REPORTHEADERFOOTER;\
SID_PAGEHEADERFOOTER;\
SID_GROUPHEADER;\
SID_GROUPFOOTER;\
RID_SVXIMG_COLLAPSEDNODE ; \
RID_SVXIMG_EXPANDEDNODE ; \
SID_SORTINGANDGROUPING;\
SID_DRAWTBX_CS_BASIC;\
SID_GROUP;\
SID_ICON_DETAIL;\
}; \
IdCount = 17
ImageList RID_SVXIMGLIST_RPTEXPL
{
Prefix = "sx";
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
NAVIGATOR_IMAGEIDS;
};
ImageList RID_SVXIMGLIST_RPTEXPL_HC
{
Prefix = "sxh";
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
NAVIGATOR_IMAGEIDS;
};
String RID_STR_FUNCTIONS
{
Text [ en-US ] = "Functions" ;
};
String RID_STR_GROUPS
{
Text [ en-US ] = "Groups" ;
};
Menu RID_MENU_NAVIGATOR
{
ItemList =
{
MenuItem
{
Identifier = SID_SORTINGANDGROUPING;
Command = ".uno:DbSortingAndGrouping";
Text [ en-US ] = "Sorting and Grouping...";
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = SID_PAGEHEADERFOOTER;
Command = ".uno:PageHeaderFooter";
Checkable = TRUE;
Text [ en-US ] = "Page Header/Footer...";
};
MenuItem
{
Identifier = SID_REPORTHEADERFOOTER;
Command = ".uno:ReportHeaderFooter";
Checkable = TRUE;
Text [ en-US ] = "Report Header/Footer...";
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = SID_RPT_NEW_FUNCTION;
Command = ".uno:NewFunction";
Text [ en-US ] = "New Function";
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
Identifier = SID_SHOW_PROPERTYBROWSER;
Command = ".uno:FormProperties";
Text [ en-US ] = "Properties...";
};
MenuItem
{
Separator = TRUE;
};
MenuItem
{
ITEM_EDIT_DELETE
};
/*
MenuItem
{
Separator = TRUE;
};
MenuItem
{
ITEM_EDIT_CUT
};
MenuItem
{
ITEM_EDIT_COPY
};
MenuItem
{
ITEM_EDIT_PASTE
};
*/
};
};