1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _CHART2_RESOURCE_IDS_HRC 29#define _CHART2_RESOURCE_IDS_HRC 30 31//----------------------------------------------------------------------------- 32//for strings see Strings.hrc 33 34//----------------------------------------------------------------------------- 35//for Bimaps see Bimaps.hrc and Bimaps_HC.hrc 36 37//----------------------------------------------------------------------------- 38//Dialog Ids: 39#define DLG_DIAGRAM_TYPE 743 40#define DLG_CHART_WIZARD 902 41#define DLG_DATA_SOURCE 901 42#define DLG_AXIS_OR_GRID 839 43#define DLG_DATA_DESCR 836 44#define DLG_LEGEND 835 45#define DLG_TITLE 834 46#define DLG_3D_VIEW 752 47#define DLG_OBJECT_PROPERTIES 903 48#define DLG_SPLINE_PROPERTIES 904 49#define DLG_DATA_TRENDLINE 841 50#define DLG_DATA_YERRORBAR 842 51#define DLG_SHAPE_FONT 921 52#define DLG_SHAPE_PARAGRAPH 922 53 54//----------------------------------------------------------------------------- 55//TabPage Ids: 56#define TP_LEGEND_POS 900 57#define TP_DATA_DESCR 901 58#define TP_ALIGNMENT 902 59//#define TP_SYMBOL 906 60#define TP_LAYOUT 907 61#define TP_OPTIONS 908 62#define TP_POLAROPTIONS 909 63#define TP_AXIS_LABEL 920 64#define TP_SCALE 903 65#define TP_AXIS_POSITIONS 904 66#define TP_CHARTTYPE 910 67#define TP_RANGECHOOSER 911 68#define TP_WIZARD_TITLEANDOBJECTS 912 69#define TP_LOCATION 913 70#define TP_DATA_SOURCE 914 71 72#define TP_3D_SCENEGEOMETRY 915 73#define TP_3D_SCENEAPPEARANCE 916 74#define TP_3D_SCENEILLUMINATION 917 75 76#define TP_TRENDLINE 918 77#define TP_YERRORBAR 919 78 79//----------------------------------------------------------------------------- 80//listbox Ids: 81#define LB_BAR_GEOMETRY 1000 82#define LB_TEXT_SEPARATOR 1001 83 84//----------------------------------------------------------------------------- 85 86#endif 87