1*37e8fa01SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*37e8fa01SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*37e8fa01SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*37e8fa01SAndrew Rist * distributed with this work for additional information 6*37e8fa01SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*37e8fa01SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*37e8fa01SAndrew Rist * "License"); you may not use this file except in compliance 9*37e8fa01SAndrew Rist * with the License. You may obtain a copy of the License at 10*37e8fa01SAndrew Rist * 11*37e8fa01SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*37e8fa01SAndrew Rist * 13*37e8fa01SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*37e8fa01SAndrew Rist * software distributed under the License is distributed on an 15*37e8fa01SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*37e8fa01SAndrew Rist * KIND, either express or implied. See the License for the 17*37e8fa01SAndrew Rist * specific language governing permissions and limitations 18*37e8fa01SAndrew Rist * under the License. 19*37e8fa01SAndrew Rist * 20*37e8fa01SAndrew Rist *************************************************************/ 21*37e8fa01SAndrew Rist 22*37e8fa01SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _RPTUI_DLGRESID_HRC 25cdf0e10cSrcweir#define _RPTUI_DLGRESID_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir// include ----------------------------------------------------------- 28cdf0e10cSrcweir 29cdf0e10cSrcweir#ifndef _SOLAR_HRC 30cdf0e10cSrcweir#include <svl/solar.hrc> 31cdf0e10cSrcweir#endif 32cdf0e10cSrcweir 33cdf0e10cSrcweir#define RID_DIALOG_START RID_RPT_START 34cdf0e10cSrcweir#define RID_PAGE_START RID_RPT_START 35cdf0e10cSrcweir#define RID_ERRORBOX_START RID_RPT_START 36cdf0e10cSrcweir#define RID_QUERYBOX_START RID_RPT_START 37cdf0e10cSrcweir#define RID_TOOLBOX_START RID_RPT_START 38cdf0e10cSrcweir#define RID_BITMAP_START RID_RPT_START 39cdf0e10cSrcweir#define RID_IMAGE_START RID_RPT_START 40cdf0e10cSrcweir#define RID_IMAGELIST_START RID_RPT_START 41cdf0e10cSrcweir#define RID_MENU_START RID_RPT_START 42cdf0e10cSrcweir#define RID_STRING_START RID_RPT_START 43cdf0e10cSrcweir#define RID_UNTYPED_START RID_RPT_START 44cdf0e10cSrcweir#define RID_WARN_START RID_RPT_START 45cdf0e10cSrcweir#define RID_CONTROL_START RID_RPT_START 46cdf0e10cSrcweir#define RID_MISC_START RID_RPT_START 47cdf0e10cSrcweir 48cdf0e10cSrcweir// Dialog Control Id's ----------------------------------------------------------- 49cdf0e10cSrcweir#define RID_GROUPS_SORTING ( RID_DIALOG_START + 0 ) 50cdf0e10cSrcweir#define RID_PAGENUMBERS ( RID_DIALOG_START + 1 ) 51cdf0e10cSrcweir#define RID_DATETIME_DLG ( RID_DIALOG_START + 2 ) 52cdf0e10cSrcweir#define RID_CONDFORMAT ( RID_DIALOG_START + 3 ) 53cdf0e10cSrcweir#define WIN_CONDITION ( RID_DIALOG_START + 4 ) 54cdf0e10cSrcweir#define RID_NAVIGATOR ( RID_DIALOG_START + 5 ) 55cdf0e10cSrcweir 56cdf0e10cSrcweir// strings 57cdf0e10cSrcweir#define RID_STR_CLASS_FORMATTEDFIELD ( RID_STRING_START + 1 ) 58cdf0e10cSrcweir#define RID_STR_CLASS_FIXEDTEXT ( RID_STRING_START + 2 ) 59cdf0e10cSrcweir#define RID_STR_CLASS_IMAGECONTROL ( RID_STRING_START + 3 ) 60cdf0e10cSrcweir#define RID_STR_PROPTITLE_FIXEDTEXT ( RID_STRING_START + 4 ) 61cdf0e10cSrcweir#define RID_STR_PROPTITLE_FORMATTED ( RID_STRING_START + 5 ) 62cdf0e10cSrcweir#define RID_STR_PROPTITLE_SHAPE ( RID_STRING_START + 6 ) 63cdf0e10cSrcweir#define RID_STR_PROPTITLE_IMAGECONTROL ( RID_STRING_START + 7 ) 64cdf0e10cSrcweir#define RID_STR_PROPTITLE_REPORT ( RID_STRING_START + 8 ) 65cdf0e10cSrcweir#define RID_STR_PROPTITLE_SECTION ( RID_STRING_START + 9 ) 66cdf0e10cSrcweir#define RID_STR_PROPTITLE_FUNCTION ( RID_STRING_START + 10 ) 67cdf0e10cSrcweir 68cdf0e10cSrcweir// undo strings 69cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER ( RID_STRING_START + 11 ) 70cdf0e10cSrcweir#define RID_STR_UNDO_ADD_REPORTHEADERFOOTER ( RID_STRING_START + 12 ) 71cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_PAGEHEADERFOOTER ( RID_STRING_START + 13 ) 72cdf0e10cSrcweir#define RID_STR_UNDO_ADD_PAGEHEADERFOOTER ( RID_STRING_START + 14 ) 73cdf0e10cSrcweir#define RID_STR_UNDO_PROPERTY ( RID_STRING_START + 15 ) 74cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_GROUP ( RID_STRING_START + 16 ) 75cdf0e10cSrcweir#define RID_STR_UNDO_APPEND_GROUP ( RID_STRING_START + 17 ) 76cdf0e10cSrcweir#define RID_STR_UNDO_MOVE_GROUP ( RID_STRING_START + 18 ) 77cdf0e10cSrcweir#define RID_STR_UNDO_CONDITIONAL_FORMATTING ( RID_STRING_START + 19 ) 78cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_SELECTION ( RID_STRING_START + 20 ) 79cdf0e10cSrcweir#define RID_STR_UNDO_PASTE ( RID_STRING_START + 21 ) 80cdf0e10cSrcweir#define RID_STR_UNDO_CHANGE_SIZE ( RID_STRING_START + 22 ) 81cdf0e10cSrcweir#define RID_STR_UNDO_INSERT_CONTROL ( RID_STRING_START + 23 ) 82cdf0e10cSrcweir#define RID_STR_UNDO_DELETE_CONTROL ( RID_STRING_START + 24 ) 83cdf0e10cSrcweir#define RID_STR_UNDO_GROUP ( RID_STRING_START + 25 ) 84cdf0e10cSrcweir#define RID_STR_UNDO_UNGROUP ( RID_STRING_START + 26 ) 85cdf0e10cSrcweir#define RID_STR_UNDO_CHANGEPOSITION ( RID_STRING_START + 27 ) 86cdf0e10cSrcweir#define RID_STR_UNDO_ADDFUNCTION ( RID_STRING_START + 28 ) 87cdf0e10cSrcweir#define RID_STR_UNDO_DELETEFUNCTION ( RID_STRING_START + 29 ) 88cdf0e10cSrcweir 89cdf0e10cSrcweir// title of tab pages 90cdf0e10cSrcweir#define RID_STR_DESIGN_VIEW ( RID_STRING_START + 30 ) 91cdf0e10cSrcweir#define RID_STR_PREVIEW_VIEW ( RID_STRING_START + 31 ) 92cdf0e10cSrcweir// other 93cdf0e10cSrcweir#define STR_RPT_TITLE ( RID_STRING_START + 32 ) 94cdf0e10cSrcweir#define STR_RPT_LABEL ( RID_STRING_START + 33 ) 95cdf0e10cSrcweir#define STR_RPT_EXPRESSION ( RID_STRING_START + 34 ) 96cdf0e10cSrcweir#define STR_RPT_SORTING ( RID_STRING_START + 35 ) 97cdf0e10cSrcweir#define STR_RPT_PN_PAGE ( RID_STRING_START + 36 ) 98cdf0e10cSrcweir#define STR_RPT_PN_PAGE_OF ( RID_STRING_START + 37 ) 99cdf0e10cSrcweir#define STR_RPT_PREFIXCHARS ( RID_STRING_START + 38 ) 100cdf0e10cSrcweir#define STR_RPT_YEAR ( RID_STRING_START + 39 ) 101cdf0e10cSrcweir#define STR_RPT_QUARTER ( RID_STRING_START + 40 ) 102cdf0e10cSrcweir#define STR_RPT_MONTH ( RID_STRING_START + 41 ) 103cdf0e10cSrcweir#define STR_RPT_WEEK ( RID_STRING_START + 42 ) 104cdf0e10cSrcweir#define STR_RPT_DAY ( RID_STRING_START + 43 ) 105cdf0e10cSrcweir#define STR_RPT_HOUR ( RID_STRING_START + 44 ) 106cdf0e10cSrcweir#define STR_RPT_MINUTE ( RID_STRING_START + 45 ) 107cdf0e10cSrcweir#define STR_RPT_INTERVAL ( RID_STRING_START + 46 ) 108cdf0e10cSrcweir#define STR_RPT_HELP_FIELD ( RID_STRING_START + 47 ) 109cdf0e10cSrcweir#define STR_RPT_HELP_HEADER ( RID_STRING_START + 48 ) 110cdf0e10cSrcweir#define STR_RPT_HELP_FOOTER ( RID_STRING_START + 49 ) 111cdf0e10cSrcweir#define STR_RPT_HELP_GROUPON ( RID_STRING_START + 50 ) 112cdf0e10cSrcweir#define STR_RPT_HELP_INTERVAL ( RID_STRING_START + 51 ) 113cdf0e10cSrcweir#define STR_RPT_HELP_KEEP ( RID_STRING_START + 52 ) 114cdf0e10cSrcweir#define STR_RPT_HELP_SORT ( RID_STRING_START + 53 ) 115cdf0e10cSrcweir#define RID_STR_GROUPHEADER ( RID_STRING_START + 54 ) 116cdf0e10cSrcweir#define RID_STR_GROUPFOOTER ( RID_STRING_START + 55 ) 117cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_FUNCTION ( RID_STRING_START + 56 ) 118cdf0e10cSrcweir#define STR_NUMBERED_CONDITION ( RID_STRING_START + 57 ) 119cdf0e10cSrcweir 120cdf0e10cSrcweir// Property Browser Headline Id's ----------------------------------------------------------- 121cdf0e10cSrcweir#define RID_STR_BRWTITLE_PROPERTIES ( RID_STRING_START + 60 ) 122cdf0e10cSrcweir#define RID_STR_BRWTITLE_NO_PROPERTIES ( RID_STRING_START + 61 ) 123cdf0e10cSrcweir#define RID_STR_BRWTITLE_MULTISELECT ( RID_STRING_START + 62 ) 124cdf0e10cSrcweir#define STR_SHOW_RULER ( RID_STRING_START + 63 ) 125cdf0e10cSrcweir#define STR_SHOW_GRID ( RID_STRING_START + 64 ) 126cdf0e10cSrcweir 127cdf0e10cSrcweir#define STR_COLOR_WHITE ( RID_STRING_START + 65 ) 128cdf0e10cSrcweir#define STR_CHARCOLOR ( RID_STRING_START + 66 ) 129cdf0e10cSrcweir#define STR_CHARBACKGROUND ( RID_STRING_START + 67 ) 130cdf0e10cSrcweir#define STR_TRANSPARENT ( RID_STRING_START + 68 ) 131cdf0e10cSrcweir#define RID_STR_FIELDSELECTION ( RID_STRING_START + 69 ) 132cdf0e10cSrcweir 133cdf0e10cSrcweir 134cdf0e10cSrcweir#define RID_STR_UNDO_ADD_GROUP_HEADER ( RID_STRING_START + 70 ) 135cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_GROUP_HEADER ( RID_STRING_START + 71 ) 136cdf0e10cSrcweir#define RID_STR_UNDO_ADD_GROUP_FOOTER ( RID_STRING_START + 72 ) 137cdf0e10cSrcweir#define RID_STR_UNDO_REMOVE_GROUP_FOOTER ( RID_STRING_START + 73 ) 138cdf0e10cSrcweir 139cdf0e10cSrcweir#define RID_STR_PROPPAGE_DEFAULT ( RID_STRING_START + 74 ) 140cdf0e10cSrcweir#define RID_STR_PROPPAGE_DATA ( RID_STRING_START + 75 ) 141cdf0e10cSrcweir 142cdf0e10cSrcweir#define RID_STR_FILTER ( RID_STRING_START + 76 ) 143cdf0e10cSrcweir// free 144cdf0e10cSrcweir 145cdf0e10cSrcweir#define RID_STR_FORCENEWPAGE (RID_STRING_START + 78) 146cdf0e10cSrcweir#define RID_STR_NEWROWORCOL (RID_STRING_START + 79) 147cdf0e10cSrcweir#define RID_STR_KEEPTOGETHER (RID_STRING_START + 80) 148cdf0e10cSrcweir#define RID_STR_CANGROW (RID_STRING_START + 81) 149cdf0e10cSrcweir#define RID_STR_CANSHRINK (RID_STRING_START + 82) 150cdf0e10cSrcweir#define RID_STR_REPEATSECTION (RID_STRING_START + 83) 151cdf0e10cSrcweir 152cdf0e10cSrcweir#define RID_STR_PROPTITLE_GROUP (RID_STRING_START + 84) 153cdf0e10cSrcweir#define RID_STR_PROPTITLE_FIXEDLINE (RID_STRING_START + 85) 154cdf0e10cSrcweir#define RID_STR_CLASS_FIXEDLINE (RID_STRING_START + 86) 155cdf0e10cSrcweir#define RID_STR_BACKTRANSPARENT (RID_STRING_START + 87) 156cdf0e10cSrcweir#define RID_STR_CONTROLBACKGROUNDTRANSPARENT (RID_STRING_START + 88) 157cdf0e10cSrcweir#define RID_STR_OVERLAP_OTHER_CONTROL (RID_STRING_START + 89) 158cdf0e10cSrcweir#define RID_STR_ILLEGAL_POSITION (RID_STRING_START + 90) 159cdf0e10cSrcweir#define RID_STR_PAGEHEADERFOOTER_INSERT (RID_STRING_START + 91) 160cdf0e10cSrcweir#define RID_STR_PAGEHEADERFOOTER_DELETE (RID_STRING_START + 92) 161cdf0e10cSrcweir#define RID_STR_BACKCOLOR (RID_STRING_START + 93) 162cdf0e10cSrcweir#define RID_STR_PRINTREPEATEDVALUES (RID_STRING_START + 94) 163cdf0e10cSrcweir#define RID_STR_CONDITIONALPRINTEXPRESSION (RID_STRING_START + 95) 164cdf0e10cSrcweir#define RID_STR_COLUMNHEADERFOOTER_INSERT (RID_STRING_START + 96) 165cdf0e10cSrcweir#define RID_STR_STARTNEWCOLUMN (RID_STRING_START + 97) 166cdf0e10cSrcweir#define RID_STR_STARTNEWPAGE (RID_STRING_START + 98) 167cdf0e10cSrcweir#define RID_STR_RESETPAGENUMBER (RID_STRING_START + 99) 168cdf0e10cSrcweir#define RID_STR_COLUMNHEADERFOOTER_DELETE (RID_STRING_START + 100) 169cdf0e10cSrcweir#define RID_STR_MINHEIGHTNEWPAGE (RID_STRING_START + 101) 170cdf0e10cSrcweir#define RID_STR_PRINTWHENGROUPCHANGE (RID_STRING_START + 102) 171cdf0e10cSrcweir#define RID_STR_REPORTHEADERFOOTER_INSERT (RID_STRING_START + 103) 172cdf0e10cSrcweir#define RID_STR_REPORTHEADERFOOTER_DELETE (RID_STRING_START + 104) 173cdf0e10cSrcweir#define RID_STR_VISIBLE (RID_STRING_START + 105) 174cdf0e10cSrcweir 175cdf0e10cSrcweir#define RID_STR_DETAIL (RID_STRING_START + 106) 176cdf0e10cSrcweir#define RID_STR_PAGE_HEADER (RID_STRING_START + 107) 177cdf0e10cSrcweir#define RID_STR_GROUPKEEPTOGETHER (RID_STRING_START + 108) 178cdf0e10cSrcweir#define RID_STR_PAGE_FOOTER (RID_STRING_START + 109) 179cdf0e10cSrcweir#define RID_STR_PAGEHEADEROPTION (RID_STRING_START + 110) 180cdf0e10cSrcweir#define RID_STR_PAGEFOOTEROPTION (RID_STRING_START + 111) 181cdf0e10cSrcweir#define RID_STR_REPORT_HEADER (RID_STRING_START + 112) 182cdf0e10cSrcweir#define RID_STR_REPORT_FOOTER (RID_STRING_START + 113) 183cdf0e10cSrcweir#define RID_STR_SCOPE_GROUP (RID_STRING_START + 114) 184cdf0e10cSrcweir#define RID_APP_TITLE (RID_STRING_START + 115) 185cdf0e10cSrcweir#define RID_APP_NEW_DOC (RID_STRING_START + 116) 186cdf0e10cSrcweir#define RID_STR_UNDO_ALIGNMENT (RID_STRING_START + 117) 187cdf0e10cSrcweir#define RID_STR_HEADER (RID_STRING_START + 118) 188cdf0e10cSrcweir#define RID_STR_FOOTER (RID_STRING_START + 119) 189cdf0e10cSrcweir#define RID_STR_DATAFIELD (RID_STRING_START + 120) 190cdf0e10cSrcweir#define RID_STR_FONT (RID_STRING_START + 121) 191cdf0e10cSrcweir#define RID_STR_COULD_NOT_CREATE_REPORT (RID_STRING_START + 122) 192cdf0e10cSrcweir#define RID_STR_PRESERVEIRI (RID_STRING_START + 123) 193cdf0e10cSrcweir#define RID_STR_IMPORT_GRAPHIC (RID_STRING_START + 124) 194cdf0e10cSrcweir#define RID_STR_POSITIONX (RID_STRING_START + 125) 195cdf0e10cSrcweir#define RID_STR_POSITIONY (RID_STRING_START + 126) 196cdf0e10cSrcweir#define RID_STR_WIDTH (RID_STRING_START + 127) 197cdf0e10cSrcweir#define RID_STR_HEIGHT (RID_STRING_START + 128) 198cdf0e10cSrcweir#define RID_STR_DELETE (RID_STRING_START + 129) 199cdf0e10cSrcweir#define RID_STR_DEEPTRAVERSING (RID_STRING_START + 130) 200cdf0e10cSrcweir#define RID_STR_PREEVALUATED (RID_STRING_START + 131) 201cdf0e10cSrcweir#define RID_STR_FUNCTIONS (RID_STRING_START + 132) 202cdf0e10cSrcweir#define RID_STR_GROUPS (RID_STRING_START + 133) 203cdf0e10cSrcweir#define RID_STR_FUNCTION (RID_STRING_START + 134) 204cdf0e10cSrcweir#define RID_STR_FORMULA (RID_STRING_START + 135) 205cdf0e10cSrcweir#define RID_STR_INITIALFORMULA (RID_STRING_START + 136) 206cdf0e10cSrcweir#define RID_STR_UNDO_CHANGEFONT (RID_STRING_START + 137) 207cdf0e10cSrcweir#define RID_STR_UNDO_CHANGEPAGE (RID_STRING_START + 138) 208cdf0e10cSrcweir#define RID_STR_CAUGHT_FOREIGN_EXCEPTION (RID_STRING_START + 139) 209cdf0e10cSrcweir#define RID_STR_FORMULALIST (RID_STRING_START + 140) 210cdf0e10cSrcweir#define RID_STR_SCOPE (RID_STRING_START + 141) 211cdf0e10cSrcweir#define RID_STR_TYPE (RID_STRING_START + 142) 212cdf0e10cSrcweir#define RID_STR_MIMETYPE (RID_STRING_START + 143) 213cdf0e10cSrcweir#define RID_STR_CHARTTYPE (RID_STRING_START + 144) 214cdf0e10cSrcweir#define RID_STR_MASTERFIELDS (RID_STRING_START + 145) 215cdf0e10cSrcweir#define RID_STR_DETAILFIELDS (RID_STRING_START + 146) 216cdf0e10cSrcweir#define RID_STR_EXPLANATION (RID_STRING_START + 147) 217cdf0e10cSrcweir#define RID_STR_DETAILLABEL (RID_STRING_START + 148) 218cdf0e10cSrcweir#define RID_STR_MASTERLABEL (RID_STRING_START + 149) 219cdf0e10cSrcweir#define RID_STR_PREVIEW_COUNT (RID_STRING_START + 150) 220cdf0e10cSrcweir#define RID_ERR_NO_COMMAND (RID_STRING_START + 151) 221cdf0e10cSrcweir#define RID_ERR_NO_OBJECTS (RID_STRING_START + 152) 222cdf0e10cSrcweir#define RID_STR_AREA (RID_STRING_START + 153) 223cdf0e10cSrcweir#define RID_STR_INSERT (RID_STRING_START + 154) 224cdf0e10cSrcweir#define RID_STR_UNDO_SHRINK (RID_STRING_START + 155) 225cdf0e10cSrcweir#define RID_STR_F_COUNTER (RID_STRING_START + 156) 226cdf0e10cSrcweir#define RID_STR_F_ACCUMULATION (RID_STRING_START + 157) 227cdf0e10cSrcweir#define RID_STR_F_MINIMUM (RID_STRING_START + 158) 228cdf0e10cSrcweir#define RID_STR_F_MAXIMUM (RID_STRING_START + 159) 229cdf0e10cSrcweir#define RID_STR_VERTICALALIGN (RID_STRING_START + 160) 230cdf0e10cSrcweir#define RID_STR_PARAADJUST (RID_STRING_START + 161) 231cdf0e10cSrcweir 232cdf0e10cSrcweir 233cdf0e10cSrcweir// #define RID_STR_ (RID_STRING_START + 130) 234cdf0e10cSrcweir// ----------------------------------------------------------------------- 235cdf0e10cSrcweir#define RID_PAGEDIALOG_PAGE ( RID_PAGE_START + 1 ) 236cdf0e10cSrcweir#define RID_PAGEDIALOG_BACKGROUND ( RID_PAGE_START + 2 ) 237cdf0e10cSrcweir#define RID_PAGEDIALOG_CHAR ( RID_PAGE_START + 3 ) 238cdf0e10cSrcweir#define RID_PAGE_CHAR ( RID_PAGE_START + 4 ) 239cdf0e10cSrcweir#define RID_PAGE_EFFECTS ( RID_PAGE_START + 5 ) 240cdf0e10cSrcweir#define RID_PAGE_POSITION ( RID_PAGE_START + 6 ) 241cdf0e10cSrcweir#define RID_PAGE_BACKGROUND ( RID_PAGE_START + 7 ) 242cdf0e10cSrcweir#define RID_PAGE_TWOLN ( RID_PAGE_START + 8 ) 243cdf0e10cSrcweir#define RID_PAGEDIALOG_LINE ( RID_PAGE_START + 9 ) 244cdf0e10cSrcweir#define RID_PAGE_LINE ( RID_PAGE_START + 10 ) 245cdf0e10cSrcweir#define RID_PAGE_ALIGNMENT ( RID_PAGE_START + 11 ) 246cdf0e10cSrcweir 247cdf0e10cSrcweir// ----------------------------------------------------------------------- 248cdf0e10cSrcweir#define RID_IMG_TREENODE_COLLAPSED ( RID_IMAGE_START + 1 ) 249cdf0e10cSrcweir#define RID_IMG_TREENODE_EXPANDED ( RID_IMAGE_START + 2 ) 250cdf0e10cSrcweir#define RID_IMG_TREENODE_COLLAPSED_HC ( RID_IMAGE_START + 3 ) 251cdf0e10cSrcweir#define RID_IMG_TREENODE_EXPANDED_HC ( RID_IMAGE_START + 4 ) 252cdf0e10cSrcweir#define REPORT_TREE_ICON ( RID_IMAGE_START + 5 ) 253cdf0e10cSrcweir// menu ----------------------------------------------------------------------- 254cdf0e10cSrcweir#define RID_MENU_REPORT ( RID_MENU_START + 0 ) 255cdf0e10cSrcweir#define RID_GROUPSROWPOPUPMENU ( RID_MENU_START + 1 ) 256cdf0e10cSrcweir#define RID_MENU_NAVIGATOR ( RID_MENU_START + 2 ) 257cdf0e10cSrcweir#define RID_TB_SORTING ( RID_MENU_START + 3 ) 258cdf0e10cSrcweir 259cdf0e10cSrcweir// image lists ----------------------------------------------------------------------- 260cdf0e10cSrcweir#define IMG_CONDFORMAT_DLG_SC (RID_IMAGELIST_START + 0) 261cdf0e10cSrcweir#define IMG_CONDFORMAT_DLG_SCH (RID_IMAGELIST_START + 1) 262cdf0e10cSrcweir#define IMG_CONDFORMAT_DLG_LC (RID_IMAGELIST_START + 2) 263cdf0e10cSrcweir#define IMG_CONDFORMAT_DLG_LCH (RID_IMAGELIST_START + 3) 264cdf0e10cSrcweir#define RID_SVXIMGLIST_RPTEXPL (RID_IMAGELIST_START + 4) 265cdf0e10cSrcweir#define RID_SVXIMGLIST_RPTEXPL_HC (RID_IMAGELIST_START + 5) 266cdf0e10cSrcweir#define IMGLST_GROUPSORT_DLG_SC (RID_IMAGELIST_START + 6) 267cdf0e10cSrcweir#define IMGLST_GROUPSORT_DLG_SCH (RID_IMAGELIST_START + 7) 268cdf0e10cSrcweir#define IMG_ADDFIELD_DLG_SC (RID_IMAGELIST_START + 8) 269cdf0e10cSrcweir#define IMG_ADDFIELD_DLG_SCH (RID_IMAGELIST_START + 9) 270cdf0e10cSrcweir#define IMG_ADDFIELD_DLG_LC (RID_IMAGELIST_START + 10) 271cdf0e10cSrcweir#define IMG_ADDFIELD_DLG_LCH (RID_IMAGELIST_START + 11) 272cdf0e10cSrcweir 273cdf0e10cSrcweir#define ADDFIELD_FL_HELP_SEPARATOR (RID_IMAGELIST_START + 12) 274cdf0e10cSrcweir#define ADDFIELD_HELP_FIELD (RID_IMAGELIST_START + 13) 275cdf0e10cSrcweir 276cdf0e10cSrcweir// untyped --------------------------------------------------------------------- 277cdf0e10cSrcweir#define RID_STR_BOOL (RID_UNTYPED_START + 0 ) 278cdf0e10cSrcweir#define RID_STR_FORCENEWPAGE_CONST (RID_UNTYPED_START + 1 ) 279cdf0e10cSrcweir#define RID_STR_KEEPTOGETHER_CONST (RID_UNTYPED_START + 2) 280cdf0e10cSrcweir#define RID_STR_GROUPKEEPTOGETHER_CONST (RID_UNTYPED_START + 3) 281cdf0e10cSrcweir#define RID_STR_REPORTPRINTOPTION_CONST (RID_UNTYPED_START + 4) 282cdf0e10cSrcweir#define RID_STR_SECTIONPAGEBREAK_CONST (RID_UNTYPED_START + 5) 283cdf0e10cSrcweir#define RID_STR_TYPE_CONST (RID_UNTYPED_START + 6) 284cdf0e10cSrcweir#define RID_STR_VERTICAL_ALIGN_CONST (RID_UNTYPED_START + 7) 285cdf0e10cSrcweir#define RID_STR_PARAADJUST_CONST (RID_UNTYPED_START + 8) 286cdf0e10cSrcweir 287cdf0e10cSrcweir// toolbox lists --------------------------------------------------------------------- 288cdf0e10cSrcweir 289cdf0e10cSrcweir#define SID_RPT_GROUPSORT_MOVE_UP ( RID_TOOLBOX_START + 0 ) 290cdf0e10cSrcweir#define SID_RPT_GROUPSORT_MOVE_DOWN ( RID_TOOLBOX_START + 1 ) 291cdf0e10cSrcweir#define SID_RPT_GROUPSORT_DELETE ( RID_TOOLBOX_START + 2 ) 292cdf0e10cSrcweir 293cdf0e10cSrcweir#endif // _RPTUI_DLGRESID_HRC 294cdf0e10cSrcweir 295