Bump for 3.6-28
[LibreOffice.git] / chart2 / source / controller / dialogs / TabPages.hrc
blob30f292a6f5fb49449d68fb5a668054436afa42bd
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
30 #include <sfx2/tabpage.hrc>
32 #include "ResourceIds.hrc"
34 //see attrib.hrc in old chart
36 #define GRP_LEGEND                  1
37 #define FL_LEGEND_TEXTORIENT        2
38 #define FT_LEGEND_TEXTDIR           3
39 #define LB_LEGEND_TEXTDIR           4
41 #define FL_TEXTBREAK                3
42 #define CBX_TEXTBREAK               2
43 #define CBX_TEXTOVERLAP             4
45 //Seit 4/1998 koennen Texte frei gedreht werden: SCHATTR_TEXT_DEGREES
46 // ID's for title rotation tabpage
47 #define CTR_DIAL                6030
48 #define BTN_TXTSTACKED          6031
49 #define FT_DEGREES              6032
50 #define NF_ORIENT               6033
51 #define CTR_DUMMY               6034
52 #define FT_DUMMY                6035
53 #define FL_ALIGN                6037
54 #define FT_TEXTDIR              6038
55 #define LB_TEXTDIR              6039
57 //------------
58 //from old chart tplabel.hrc
60 #define CB_AXIS_LABEL_SCHOW_DESCR       1
61 #define FL_AXIS_LABEL_ORIENTATION       3
62 #define CT_AXIS_LABEL_DIAL              4
63 #define PB_AXIS_LABEL_TEXTSTACKED       5
64 #define FT_AXIS_LABEL_DEGREES           6
65 #define NF_AXIS_LABEL_ORIENT            7
66 #define FT_UNUSED                       8
67 #define CT_UNUSED                       9
69 #define FL_AXIS_LABEL_TEXTFLOW          10
70 #define CB_AXIS_LABEL_TEXTOVERLAP       11
71 #define CB_AXIS_LABEL_TEXTBREAK         12
73 #define FL_AXIS_LABEL_ORDER             13
74 #define RB_AXIS_LABEL_SIDEBYSIDE        14
75 #define RB_AXIS_LABEL_UPDOWN            15
76 #define RB_AXIS_LABEL_DOWNUP            16
77 #define RB_AXIS_LABEL_AUTOORDER         17
79 #define FL_SEPARATOR                    18
80 #define FT_AXIS_TEXTDIR                 19
81 #define LB_AXIS_TEXTDIR                 20
83 //#define TP_AXIS_POSITIONS   904
85 #define FL_AXIS_LINE        1
86 #define FL_LABELS           2
87 #define FL_TICKS            3
88 #define FL_VERTICAL         4
89 #define FL_GRIDS            5
91 #define FT_CROSSES_OTHER_AXIS_AT        1
92 #define FT_AXIS_LABEL_DISTANCE          2
93 #define FT_PLACE_LABELS                 3
94 #define FT_MAJOR                        4
95 #define FT_MINOR                        5
96 #define FT_PLACE_TICKS                  6
98 #define LB_CROSSES_OTHER_AXIS_AT    1
99 #define LB_PLACE_LABELS             2
100 #define EDT_CROSSES_OTHER_AXIS_AT           3
101 #define EDT_CROSSES_OTHER_AXIS_AT_CATEGORY  4
102 #define EDT_AXIS_LABEL_DISTANCE             5
103 #define LB_PLACE_TICKS              6
105 #define CB_AXIS_BETWEEN_CATEGORIES 1
106 #define CB_TICKS_INNER  2
107 #define CB_TICKS_OUTER  3
108 #define CB_MINOR_INNER  4
109 #define CB_MINOR_OUTER  5
110 #define CB_MAJOR_GRID   6
111 #define CB_MINOR_GRID   7
113 #define PB_MAJOR_GRID   1
114 #define PB_MINOR_GRID   2
116 #endif