xref: /AOO41X/main/chart2/source/controller/dialogs/TabPages.hrc (revision e38fe63c57a44e8889a36af33f82cca42a95b52a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef CHART_TABPAGES_HRC
24#define CHART_TABPAGES_HRC
25
26#include "ResourceIds.hrc"
27
28//see attrib.hrc in old chart
29
30//#define TP_LEGEND_POS 900
31#define GRP_LEGEND                  1
32#define FL_LEGEND_TEXTORIENT        2
33#define FT_LEGEND_TEXTDIR           3
34#define LB_LEGEND_TEXTDIR           4
35
36//#define TP_DATA_DESCR 901
37
38//#define TP_ALIGNMENT 902
39////#define FL_ORDER 2
40////#define RBT_SIDEBYSIDE 1
41////#define RBT_UPDOWN 2
42////#define RBT_DOWNUP 3
43////#define RBT_AUTOORDER 4
44
45#define FL_TEXTBREAK                3
46#define CBX_TEXTBREAK               2
47#define CBX_TEXTOVERLAP             4
48
49//Seit 4/1998 koennen Texte frei gedreht werden: SCHATTR_TEXT_DEGREES
50// ID's for title rotation tabpage
51#define CTR_DIAL                6030
52#define BTN_TXTSTACKED          6031
53#define FT_DEGREES              6032
54#define NF_ORIENT               6033
55#define CTR_DUMMY               6034
56#define FT_DUMMY                6035
57#define FL_ALIGN                6037
58#define FT_TEXTDIR              6038
59#define LB_TEXTDIR              6039
60
61/*
62//Symbol-Tabpage (zum Teil sehr Aehnlich der SVX_AREA_TABPAGE) (obsolete)
63//#define TP_SYMBOL                 906
64#define RBT_COLOR                   1
65#define RBT_GRADIENT                2
66#define RBT_HATCHING                3
67#define RBT_BITMAP                  4
68#define RBT_INVISIBLE               5
69#define LB_COLOR                    1
70#define LB_GRADIENT                 2
71#define LB_HATCHING                 3
72#define LB_BITMAP                   4
73
74#define GRP_FILL                    1
75#define CTL_BITMAP_PREVIEW          6
76*/
77
78//------------
79//from old chart tplabel.hrc
80
81//#define TP_AXIS_LABEL                 920
82
83#define CB_AXIS_LABEL_SCHOW_DESCR       1
84
85//#define FL_AXIS_LABEL_FORMATTING      2
86
87#define FL_AXIS_LABEL_ORIENTATION       3
88#define CT_AXIS_LABEL_DIAL              4
89#define PB_AXIS_LABEL_TEXTSTACKED       5
90#define FT_AXIS_LABEL_DEGREES           6
91#define NF_AXIS_LABEL_ORIENT            7
92#define FT_UNUSED                       8
93#define CT_UNUSED                       9
94
95#define FL_AXIS_LABEL_TEXTFLOW          10
96#define CB_AXIS_LABEL_TEXTOVERLAP       11
97#define CB_AXIS_LABEL_TEXTBREAK         12
98
99#define FL_AXIS_LABEL_ORDER             13
100#define RB_AXIS_LABEL_SIDEBYSIDE        14
101#define RB_AXIS_LABEL_UPDOWN            15
102#define RB_AXIS_LABEL_DOWNUP            16
103#define RB_AXIS_LABEL_AUTOORDER         17
104
105#define FL_SEPARATOR                    18
106
107#define FT_AXIS_TEXTDIR                 19
108#define LB_AXIS_TEXTDIR                 20
109
110//#define TP_AXIS_POSITIONS   904
111
112#define FL_AXIS_LINE        1
113#define FL_LABELS           2
114#define FL_TICKS            3
115#define FL_VERTICAL         4
116#define FL_GRIDS            5
117
118#define FT_CROSSES_OTHER_AXIS_AT        1
119#define FT_AXIS_LABEL_DISTANCE          2
120#define FT_PLACE_LABELS                 3
121#define FT_MAJOR                        4
122#define FT_MINOR                        5
123#define FT_PLACE_TICKS                  6
124
125#define LB_CROSSES_OTHER_AXIS_AT    1
126#define LB_PLACE_LABELS             2
127#define EDT_CROSSES_OTHER_AXIS_AT           3
128#define EDT_CROSSES_OTHER_AXIS_AT_CATEGORY  4
129#define EDT_AXIS_LABEL_DISTANCE             5
130#define LB_PLACE_TICKS              6
131
132#define CB_AXIS_BETWEEN_CATEGORIES 1
133#define CB_TICKS_INNER  2
134#define CB_TICKS_OUTER  3
135#define CB_MINOR_INNER  4
136#define CB_MINOR_OUTER  5
137#define CB_MAJOR_GRID   6
138#define CB_MINOR_GRID   7
139
140#define PB_MAJOR_GRID   1
141#define PB_MINOR_GRID   2
142
143#endif
144