1dc900991SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3dc900991SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4dc900991SAndrew Rist * or more contributor license agreements. See the NOTICE file 5dc900991SAndrew Rist * distributed with this work for additional information 6dc900991SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7dc900991SAndrew Rist * to you under the Apache License, Version 2.0 (the 8dc900991SAndrew Rist * "License"); you may not use this file except in compliance 9dc900991SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11dc900991SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13dc900991SAndrew Rist * Unless required by applicable law or agreed to in writing, 14dc900991SAndrew Rist * software distributed under the License is distributed on an 15dc900991SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16dc900991SAndrew Rist * KIND, either express or implied. See the License for the 17dc900991SAndrew Rist * specific language governing permissions and limitations 18dc900991SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20dc900991SAndrew Rist *************************************************************/ 21dc900991SAndrew Rist 22cdf0e10cSrcweir#include "RptResId.hrc" 23cdf0e10cSrcweir#include "helpids.hrc" 24cdf0e10cSrcweir#include "rptui_slotid.hrc" 25cdf0e10cSrcweir#ifndef _GLOBLMN_HRC 26cdf0e10cSrcweir#include <svx/globlmn.hrc> 27cdf0e10cSrcweir#endif 28cdf0e10cSrcweir#ifndef _SBASLTID_HRC 29cdf0e10cSrcweir#include <svx/svxids.hrc> 30cdf0e10cSrcweir#endif 31cdf0e10cSrcweir#include <svl/solar.hrc> 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define RID_SVXIMG_COLLAPSEDNODE (RID_FORMS_START + 2) 34cdf0e10cSrcweir#define RID_SVXIMG_EXPANDEDNODE (RID_FORMS_START + 3) 35cdf0e10cSrcweir#define RID_SVXIMG_FORMS (RID_FORMS_START +13) 36cdf0e10cSrcweir 37cdf0e10cSrcweirFloatingWindow RID_NAVIGATOR 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir OutputSize = TRUE ; 40cdf0e10cSrcweir SVLook = TRUE ; 41cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 250 ) ; 42cdf0e10cSrcweir Text [ en-US ] = "Report navigator" ; 43cdf0e10cSrcweir HelpId = HID_RPT_NAVIGATOR_DLG ; 44cdf0e10cSrcweir Moveable = TRUE ; 45cdf0e10cSrcweir Closeable = TRUE ; 46cdf0e10cSrcweir Sizeable = TRUE ; 47cdf0e10cSrcweir 48cdf0e10cSrcweir Control 1 49cdf0e10cSrcweir { 50cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 0 ) ; 51cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 250 ) ; 52cdf0e10cSrcweir Border = TRUE ; 53cdf0e10cSrcweir TabStop = TRUE ; 54cdf0e10cSrcweir }; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir#define NAVIGATOR_IMAGEIDS \ 57cdf0e10cSrcweir IdList = \ 58cdf0e10cSrcweir { \ 59cdf0e10cSrcweir SID_SELECT_REPORT ;\ 60cdf0e10cSrcweir SID_FM_FIXEDTEXT ; \ 61cdf0e10cSrcweir SID_INSERT_HFIXEDLINE ; \ 62cdf0e10cSrcweir SID_INSERT_VFIXEDLINE ;\ 63cdf0e10cSrcweir SID_FM_IMAGECONTROL ; \ 64cdf0e10cSrcweir SID_FM_EDIT ; \ 65cdf0e10cSrcweir SID_RPT_NEW_FUNCTION ;\ 66cdf0e10cSrcweir SID_REPORTHEADERFOOTER ;\ 67cdf0e10cSrcweir SID_PAGEHEADERFOOTER ;\ 68cdf0e10cSrcweir SID_GROUPHEADER ;\ 69cdf0e10cSrcweir SID_GROUPFOOTER ;\ 70cdf0e10cSrcweir RID_SVXIMG_COLLAPSEDNODE ; \ 71cdf0e10cSrcweir RID_SVXIMG_EXPANDEDNODE ; \ 72cdf0e10cSrcweir SID_SORTINGANDGROUPING ;\ 73cdf0e10cSrcweir SID_DRAWTBX_CS_BASIC ;\ 74cdf0e10cSrcweir SID_GROUP ;\ 75cdf0e10cSrcweir SID_ICON_DETAIL ;\ 76cdf0e10cSrcweir }; \ 77cdf0e10cSrcweir IdCount = 17 78cdf0e10cSrcweir 79cdf0e10cSrcweirImageList RID_SVXIMGLIST_RPTEXPL 80cdf0e10cSrcweir{ 81cdf0e10cSrcweir Prefix = "sx" ; 82cdf0e10cSrcweir MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 83cdf0e10cSrcweir NAVIGATOR_IMAGEIDS ; 84cdf0e10cSrcweir}; 85cdf0e10cSrcweir 86cdf0e10cSrcweirImageList RID_SVXIMGLIST_RPTEXPL_HC 87cdf0e10cSrcweir{ 88cdf0e10cSrcweir Prefix = "sxh" ; 89cdf0e10cSrcweir MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 90cdf0e10cSrcweir NAVIGATOR_IMAGEIDS ; 91cdf0e10cSrcweir}; 92cdf0e10cSrcweir 93cdf0e10cSrcweirString RID_STR_FUNCTIONS 94cdf0e10cSrcweir{ 95cdf0e10cSrcweir Text [ en-US ] = "Functions" ; 96cdf0e10cSrcweir}; 97cdf0e10cSrcweirString RID_STR_GROUPS 98cdf0e10cSrcweir{ 99cdf0e10cSrcweir Text [ en-US ] = "Groups" ; 100cdf0e10cSrcweir}; 101cdf0e10cSrcweirMenu RID_MENU_NAVIGATOR 102cdf0e10cSrcweir{ 103cdf0e10cSrcweir ItemList = 104cdf0e10cSrcweir { 105cdf0e10cSrcweir MenuItem 106cdf0e10cSrcweir { 107cdf0e10cSrcweir Identifier = SID_SORTINGANDGROUPING ; 108cdf0e10cSrcweir Command = ".uno:DbSortingAndGrouping" ; 109cdf0e10cSrcweir Text [ en-US ] = "Sorting and Grouping..." ; 110cdf0e10cSrcweir }; 111cdf0e10cSrcweir MenuItem 112cdf0e10cSrcweir { 113cdf0e10cSrcweir Separator = TRUE ; 114cdf0e10cSrcweir }; 115cdf0e10cSrcweir MenuItem 116cdf0e10cSrcweir { 117cdf0e10cSrcweir Identifier = SID_PAGEHEADERFOOTER ; 118cdf0e10cSrcweir Command = ".uno:PageHeaderFooter" ; 119cdf0e10cSrcweir Checkable = TRUE ; 120cdf0e10cSrcweir Text [ en-US ] = "Page Header/Footer..." ; 121cdf0e10cSrcweir }; 122cdf0e10cSrcweir MenuItem 123cdf0e10cSrcweir { 124cdf0e10cSrcweir Identifier = SID_REPORTHEADERFOOTER ; 125cdf0e10cSrcweir Command = ".uno:ReportHeaderFooter" ; 126cdf0e10cSrcweir Checkable = TRUE ; 127cdf0e10cSrcweir Text [ en-US ] = "Report Header/Footer..." ; 128cdf0e10cSrcweir }; 129cdf0e10cSrcweir MenuItem 130cdf0e10cSrcweir { 131cdf0e10cSrcweir Separator = TRUE ; 132cdf0e10cSrcweir }; 133cdf0e10cSrcweir MenuItem 134cdf0e10cSrcweir { 135cdf0e10cSrcweir Identifier = SID_RPT_NEW_FUNCTION ; 136cdf0e10cSrcweir Command = ".uno:NewFunction" ; 137cdf0e10cSrcweir Text [ en-US ] = "New Function" ; 138cdf0e10cSrcweir }; 139cdf0e10cSrcweir MenuItem 140cdf0e10cSrcweir { 141cdf0e10cSrcweir Separator = TRUE ; 142cdf0e10cSrcweir }; 143cdf0e10cSrcweir MenuItem 144cdf0e10cSrcweir { 145cdf0e10cSrcweir Identifier = SID_SHOW_PROPERTYBROWSER ; 146cdf0e10cSrcweir Command = ".uno:FormProperties" ; 147cdf0e10cSrcweir Text [ en-US ] = "Properties..." ; 148cdf0e10cSrcweir }; 149cdf0e10cSrcweir MenuItem 150cdf0e10cSrcweir { 151cdf0e10cSrcweir Separator = TRUE ; 152cdf0e10cSrcweir }; 153cdf0e10cSrcweir MenuItem 154cdf0e10cSrcweir { 155cdf0e10cSrcweir ITEM_EDIT_DELETE 156cdf0e10cSrcweir }; 157cdf0e10cSrcweir/* 158cdf0e10cSrcweir MenuItem 159cdf0e10cSrcweir { 160cdf0e10cSrcweir Separator = TRUE ; 161cdf0e10cSrcweir }; 162cdf0e10cSrcweir MenuItem 163cdf0e10cSrcweir { 164cdf0e10cSrcweir ITEM_EDIT_CUT 165cdf0e10cSrcweir }; 166cdf0e10cSrcweir MenuItem 167cdf0e10cSrcweir { 168cdf0e10cSrcweir ITEM_EDIT_COPY 169cdf0e10cSrcweir }; 170cdf0e10cSrcweir MenuItem 171cdf0e10cSrcweir { 172cdf0e10cSrcweir ITEM_EDIT_PASTE 173cdf0e10cSrcweir }; 174cdf0e10cSrcweir*/ 175cdf0e10cSrcweir }; 176cdf0e10cSrcweir}; 177cdf0e10cSrcweir 178*b53b0777Smseidel// ********************************************************************** EOF 179