1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
27 #ifndef CHART_HELPIDS_HRC
28 #define CHART_HELPIDS_HRC
30 #include <svl/solar.hrc>
32 //free: 20, 21, 22, 30, 31, 32, 33
34 //see old chart: schhids.h
37 #define HID_SCH_DATA_ROW (HID_SCH_START + 0)
38 #define HID_SCH_DATA_LINE (HID_SCH_START + 1)
39 #define HID_SCH_DATA_POINT (HID_SCH_START + 2)
40 #define HID_SCH_DIAGRAM_X_AXIS (HID_SCH_START + 3)
42 #define HID_SCH_ALIGNMENT (HID_SCH_START + 4)
43 #define HID_SCH_LEGEND_POS (HID_SCH_START + 5)
44 #define HID_SCH_DATA_DESCR (HID_SCH_START + 6)
46 #define HID_SCH_STAT (HID_SCH_START + 8)
47 #define HID_SCH_WIN_DOCUMENT (HID_SCH_START + 9)
48 #define HID_SCH_CTL_DATA (HID_SCH_START + 10)
50 #define HID_SCH_CT_INDICATE (HID_SCH_START + 11)
51 // #define HID_SCH_CT_REGRESS (HID_SCH_START + 12)
53 //for chart type dialog:
54 #define HID_SCH_CTL_TYPE (HID_SCH_START + 13)
55 #define HID_SCH_CTL_VARIANT (HID_SCH_START + 14)
56 #define HID_SCH_NUM_OF_LINES (HID_SCH_START + 43)
57 #define HID_SCH_SERIES_LIST (HID_SCH_START + 15)
58 #define HID_SCH_DATA_RANGES_LIST (HID_SCH_START + 16)
61 //#define HID_SCH_CTL_LIGHT (HID_SCH_START + 17)
62 //#define HID_SCH_CT_INDICATE2 (HID_SCH_START + 18)
63 //#define HID_SCH_CT_REGRESS2 (HID_SCH_START + 19)
65 #define HID_SCH_TBI_DATA_INSERT_ROW (HID_SCH_START + 23)
66 #define HID_SCH_TBI_DATA_INSERT_COL (HID_SCH_START + 24)
67 #define HID_SCH_TBI_DATA_DELETE_ROW (HID_SCH_START + 25)
68 #define HID_SCH_TBI_DATA_DELETE_COL (HID_SCH_START + 26)
69 #define HID_SCH_TBI_DATA_SWAP_COL (HID_SCH_START + 27)
70 #define HID_SCH_TBI_DATA_SWAP_ROW (HID_SCH_START + 28)
71 #define HID_SCH_TBI_DATA_INSERT_TEXT_COL (HID_SCH_START + 29)
72 #define HID_SCH_TBX_DATA (HID_SCH_START + 34)
74 #define HID_SCH_ALIGNMENT_CTR_DIAL (HID_SCH_START + 35)
75 #define HID_SCH_ALIGNMENT_STACKED (HID_SCH_START + 36)
76 #define HID_SCH_ALIGNMENT_DEGREES (HID_SCH_START + 37)
78 #define HID_SCH_LAYOUT (HID_SCH_START + 38)
80 #define HID_SCH_TBX_EDIT_FIELD (HID_SCH_START + 39)
81 #define HID_SCH_DIAGRAM_Y_AXIS (HID_SCH_START + 40)//war mal 3
83 #define HID_SCH_DEF_COLOR (HID_SCH_START + 41)
85 #define HID_SCH_TP_AXIS_LABEL (HID_SCH_START + 42)
87 #define HID_SCH_CHART_AUTO_FORMAT (HID_SCH_START + 44)
88 #define HID_SCH_LB_BAR_GEOMETRY (HID_SCH_START + 45)
89 #define HID_SCH_DLG_SPLINE_PROPERTIES (HID_SCH_START + 46)
90 #define HID_SCH_DLG_RANGES (HID_SCH_START + 47)
92 #define HID_SCH_CB_XAXIS (HID_SCH_START + 48)
93 #define HID_SCH_CB_YAXIS (HID_SCH_START + 49)
94 #define HID_SCH_CB_ZAXIS (HID_SCH_START + 50)
95 #define HID_SCH_CB_SECONDARY_XAXIS (HID_SCH_START + 51)
96 #define HID_SCH_CB_SECONDARY_YAXIS (HID_SCH_START + 52)
97 #define HID_SCH_CB_SECONDARY_ZAXIS (HID_SCH_START + 53)
99 #define HID_SCH_CB_XGRID (HID_SCH_START + 54)
100 #define HID_SCH_CB_YGRID (HID_SCH_START + 55)
101 #define HID_SCH_CB_ZGRID (HID_SCH_START + 56)
102 #define HID_SCH_CB_SECONDARY_XGRID (HID_SCH_START + 57)
103 #define HID_SCH_CB_SECONDARY_YGRID (HID_SCH_START + 58)
104 #define HID_SCH_CB_SECONDARY_ZGRID (HID_SCH_START + 59)
106 #define HID_SCH_LEGEND_POS_LEFT (HID_SCH_START + 60)
107 #define HID_SCH_LEGEND_POS_TOP (HID_SCH_START + 61)
108 #define HID_SCH_LEGEND_POS_RIGHT (HID_SCH_START + 62)
109 #define HID_SCH_LEGEND_POS_BOTTOM (HID_SCH_START + 63)
111 #define HID_SCH_STATISTIK_MEANVALUE (HID_SCH_START + 64)
112 #define HID_SCH_STATISTIK_NO_ERROR (HID_SCH_START + 65)
113 #define HID_SCH_STATISTIK_VARIANT (HID_SCH_START + 66)
114 #define HID_SCH_STATISTIK_SIGMA (HID_SCH_START + 67)
115 #define HID_SCH_STATISTIK_PERCENT (HID_SCH_START + 68)
116 #define HID_SCH_STATISTIK_BIGERROR (HID_SCH_START + 69)
117 #define HID_SCH_STATISTIK_CONSTERROR (HID_SCH_START + 70)
118 #define HID_SCH_STATISTIK_PERCENT_VALUE (HID_SCH_START + 71)
119 #define HID_SCH_STATISTIK_BIGERROR_VALUE (HID_SCH_START + 72)
120 #define HID_SCH_STATISTIK_PLUS_VALUE (HID_SCH_START + 73)
121 #define HID_SCH_STATISTIK_MINUS_VALUE (HID_SCH_START + 74)
123 #define HID_SCH_DATALABEL_VALUE (HID_SCH_START + 75)
124 #define HID_SCH_DATALABEL_NUMBER (HID_SCH_START + 76)
125 #define HID_SCH_DATALABEL_PERCENT (HID_SCH_START + 77)
126 #define HID_SCH_DATALABEL_TEXT (HID_SCH_START + 78)
127 #define HID_SCH_DATALABEL_SYMBOL (HID_SCH_START + 79)
128 #define HID_SCH_PB_NUMBERFORMAT (HID_SCH_START + 88)
129 #define HID_SCH_PB_PERCENT_NUMBERFORMAT (HID_SCH_START + 89)
130 #define HID_SCH_DATALABEL_SEPARATOR (HID_SCH_START + 90)
131 #define HID_SCH_DATALABEL_PLACEMENT (HID_SCH_START + 91)
132 #define HID_SCH_TEXTDIRECTION (HID_SCH_START + 115)
133 #define HID_SCH_TEXTDIRECTION_TITLE (HID_SCH_START + 116)
134 #define HID_SCH_TEXTDIRECTION_EQUATION (HID_SCH_START + 117)
135 #define HID_SCH_DATALABEL_ROTATION_KNOB (HID_SCH_START + 118)
136 #define HID_SCH_DATALABEL_ROTATION_EDIT (HID_SCH_START + 119)
138 #define HID_SCH_TITLE_MAIN (HID_SCH_START + 80)
139 #define HID_SCH_TITLE_SUB (HID_SCH_START + 81)
140 #define HID_SCH_TITLE_X (HID_SCH_START + 82)
141 #define HID_SCH_TITLE_Y (HID_SCH_START + 83)
142 #define HID_SCH_TITLE_Z (HID_SCH_START + 84)
143 #define HID_SCH_TITLE_SECONDARY_X (HID_SCH_START + 92)
144 #define HID_SCH_TITLE_SECONDARY_Y (HID_SCH_START + 93)
146 #define HID_SCH_WIZARD_ROADMAP (HID_SCH_START + 85)
147 #define HID_SCH_LEGEND_SHOW (HID_SCH_START + 86)
148 #define HID_SCH_DATA_SERIES_LABEL (HID_SCH_START + 87)
150 #define HID_SCH_STARTING_ANGLE_DIAL (HID_SCH_START + 94)
152 #define HID_SCH_TRENDLINE_RB_NONE (HID_SCH_START + 95)
153 #define HID_SCH_TRENDLINE_RB_LINEAR (HID_SCH_START + 96)
154 #define HID_SCH_TRENDLINE_RB_LOGARITHMIC (HID_SCH_START + 97)
155 #define HID_SCH_TRENDLINE_RB_EXPONENTIAL (HID_SCH_START + 98)
156 #define HID_SCH_TRENDLINE_RB_POWER (HID_SCH_START + 99)
157 #define HID_SCH_TRENDLINE_SHOW_EQUATION (HID_SCH_START + 100)
158 #define HID_SCH_TRENDLINE_SHOW_R_SQUARED (HID_SCH_START + 101)
160 #define HID_SCH_STATISTIK_FUNCTION (HID_SCH_START + 102)
161 #define HID_SCH_STATISTIK_RANGE (HID_SCH_START + 103)
162 #define HID_SCH_STATISTIK_FUNCTION_LB (HID_SCH_START + 104)
163 #define HID_SCH_STATISTIK_POSITIVE_VALUE (HID_SCH_START + 105)
164 #define HID_SCH_STATISTIK_POSITIVE_RANGE (HID_SCH_START + 106)
165 #define HID_SCH_STATISTIK_POSITIVE_RANGE_CHOOSER (HID_SCH_START + 107)
166 #define HID_SCH_STATISTIK_NEGATIVE_VALUE (HID_SCH_START + 108)
167 #define HID_SCH_STATISTIK_NEGATIVE_RANGE (HID_SCH_START + 109)
168 #define HID_SCH_STATISTIK_NEGATIVE_RANGE_CHOOSER (HID_SCH_START + 110)
169 #define HID_SCH_STATISTIK_SAME_FOR_BOTH (HID_SCH_START + 111)
170 #define HID_SCH_STATISTIK_SHOW_BOTH (HID_SCH_START + 112)
171 #define HID_SCH_STATISTIK_SHOW_POSITIVE (HID_SCH_START + 113)
172 #define HID_SCH_STATISTIK_SHOW_NEGATIVE (HID_SCH_START + 114)
175 // HID_SCH_START should be 63280 (checked 25.Nov 2002)
177 // 453 == SCH_IF_CHARTVIEWSHELL, da SFX_INTERFACE_LIB kein
178 // Define sondern neuerdings ein Enum ist
179 //#define HID_SCH_VIEWSHELL_DOCUMENT (453)