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#ifndef CHART_TABPAGES_HRC
28#define CHART_TABPAGES_HRC
29
30#include "ResourceIds.hrc"
31
32//see attrib.hrc in old chart
33
34//#define TP_LEGEND_POS 900
35#define GRP_LEGEND                  1
36#define FL_LEGEND_TEXTORIENT        2
37#define FT_LEGEND_TEXTDIR           3
38#define LB_LEGEND_TEXTDIR           4
39
40//#define TP_DATA_DESCR 901
41
42//#define TP_ALIGNMENT 902
43////#define FL_ORDER 2
44////#define RBT_SIDEBYSIDE 1
45////#define RBT_UPDOWN 2
46////#define RBT_DOWNUP 3
47////#define RBT_AUTOORDER 4
48
49#define FL_TEXTBREAK                3
50#define CBX_TEXTBREAK               2
51#define CBX_TEXTOVERLAP             4
52
53//Seit 4/1998 koennen Texte frei gedreht werden: SCHATTR_TEXT_DEGREES
54// ID's for title rotation tabpage
55#define CTR_DIAL				6030
56#define BTN_TXTSTACKED			6031
57#define FT_DEGREES				6032
58#define NF_ORIENT				6033
59#define CTR_DUMMY				6034
60#define FT_DUMMY				6035
61#define FL_ALIGN				6037
62#define FT_TEXTDIR              6038
63#define LB_TEXTDIR              6039
64
65/*
66//Symbol-Tabpage (zum Teil sehr Aehnlich der SVX_AREA_TABPAGE) (obsolete)
67//#define TP_SYMBOL                 906
68#define RBT_COLOR                   1
69#define RBT_GRADIENT                2
70#define RBT_HATCHING                3
71#define RBT_BITMAP                  4
72#define RBT_INVISIBLE               5
73#define LB_COLOR                    1
74#define LB_GRADIENT                 2
75#define LB_HATCHING                 3
76#define LB_BITMAP                   4
77
78#define GRP_FILL                    1
79#define CTL_BITMAP_PREVIEW          6
80*/
81
82//------------
83//from old chart tplabel.hrc
84
85//#define TP_AXIS_LABEL					920
86
87#define CB_AXIS_LABEL_SCHOW_DESCR		1
88
89//#define FL_AXIS_LABEL_FORMATTING		2
90
91#define FL_AXIS_LABEL_ORIENTATION		3
92#define CT_AXIS_LABEL_DIAL				4
93#define PB_AXIS_LABEL_TEXTSTACKED		5
94#define FT_AXIS_LABEL_DEGREES			6
95#define NF_AXIS_LABEL_ORIENT			7
96#define FT_UNUSED						8
97#define CT_UNUSED						9
98
99#define FL_AXIS_LABEL_TEXTFLOW			10
100#define CB_AXIS_LABEL_TEXTOVERLAP		11
101#define CB_AXIS_LABEL_TEXTBREAK			12
102
103#define FL_AXIS_LABEL_ORDER				13
104#define RB_AXIS_LABEL_SIDEBYSIDE		14
105#define RB_AXIS_LABEL_UPDOWN			15
106#define RB_AXIS_LABEL_DOWNUP			16
107#define RB_AXIS_LABEL_AUTOORDER			17
108
109#define FL_SEPARATOR					18
110
111#define FT_AXIS_TEXTDIR                 19
112#define LB_AXIS_TEXTDIR                 20
113
114//#define TP_AXIS_POSITIONS   904
115
116#define FL_AXIS_LINE        1
117#define FL_LABELS           2
118#define FL_TICKS            3
119#define FL_VERTICAL         4
120#define FL_GRIDS            5
121
122#define FT_CROSSES_OTHER_AXIS_AT        1
123#define FT_AXIS_LABEL_DISTANCE			2
124#define FT_PLACE_LABELS      			3
125#define FT_MAJOR            			4
126#define FT_MINOR            			5
127#define FT_PLACE_TICKS                  6
128
129#define LB_CROSSES_OTHER_AXIS_AT    1
130#define LB_PLACE_LABELS             2
131#define EDT_CROSSES_OTHER_AXIS_AT           3
132#define EDT_CROSSES_OTHER_AXIS_AT_CATEGORY  4
133#define EDT_AXIS_LABEL_DISTANCE			    5
134#define LB_PLACE_TICKS              6
135
136#define CB_AXIS_BETWEEN_CATEGORIES 1
137#define CB_TICKS_INNER	2
138#define CB_TICKS_OUTER	3
139#define CB_MINOR_INNER	4
140#define CB_MINOR_OUTER	5
141#define CB_MAJOR_GRID   6
142#define CB_MINOR_GRID   7
143
144#define PB_MAJOR_GRID   1
145#define PB_MINOR_GRID   2
146
147#endif
148