merge the formfield patch from ooo-build
[ooovba.git] / chart2 / source / controller / dialogs / res_Titlesx_tmpl.hrc
blobbe760b2792c310a90e7afdce5c715ca4c6260fb6
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: res_Titlesx_tmpl.hrc,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _CHART2_RES_TITLES_SRC
31 #define _CHART2_RES_TITLES_SRC
33 #include "res_Titles.hrc"
34 #include "HelpIds.hrc"
36 #define TITLES_HEIGHT 12
37 #define indentLabel 3
38 #define fixedLinesHeight RSC_CD_FIXEDLINE_HEIGHT
40 #define TITLES( xpos, ypos, availableWidth, indentLabel, fixedLinesHeight ) \
41 Edit ED_MAINTITLE \
42 { \
43     HelpID = HID_SCH_TITLE_MAIN; \
44     Border = TRUE ; \
45     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos  ) ; \
46     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
47     TabStop = TRUE ; \
48 }; \
49 Edit ED_SUBTITLE \
50 { \
51     HelpID = HID_SCH_TITLE_SUB; \
52     Border = TRUE ; \
53     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+TITLES_HEIGHT+4 ) ; \
54     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
55     TabStop = TRUE ; \
56 }; \
57 Edit ED_X_AXIS \
58 { \
59     HelpID = HID_SCH_TITLE_X; \
60     Border = TRUE ; \
61     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+2*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
62     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
63     TabStop = TRUE ; \
64 }; \
65 Edit ED_Y_AXIS \
66 { \
67     HelpID = HID_SCH_TITLE_Y; \
68     Border = TRUE ; \
69     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+3*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
70     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
71     TabStop = TRUE ; \
72 }; \
73 Edit ED_Z_AXIS \
74 { \
75     HelpID = HID_SCH_TITLE_Z; \
76     Border = TRUE ; \
77     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+4*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
78     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
79     TabStop = TRUE ; \
80 }; \
81 Edit ED_SECONDARY_X_AXIS \
82 { \
83     HelpID = HID_SCH_TITLE_SECONDARY_X; \
84     Border = TRUE ; \
85     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+5*(TITLES_HEIGHT+4)+8+2*(fixedLinesHeight+3)  ) ; \
86     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
87     TabStop = TRUE ; \
88 }; \
89 Edit ED_SECONDARY_Y_AXIS \
90 { \
91     HelpID = HID_SCH_TITLE_SECONDARY_Y; \
92     Border = TRUE ; \
93     Pos = MAP_APPFONT ( xpos+indentLabel+(availableWidth-2*indentLabel-4)/2+4 , ypos+6*(TITLES_HEIGHT+4)+8+2*(fixedLinesHeight+3)  ) ; \
94     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
95     TabStop = TRUE ; \
96 }; \
97 FixedText FT_MAINTITLE \
98 { \
99     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2  ) ; \
100     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
101     Text [ en-US ] = "~Title" ; \
102 }; \
103 FixedText FT_SUBTITLE \
104 { \
105     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+TITLES_HEIGHT+4  ) ; \
106     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
107     Text [ en-US ] = "~Subtitle" ; \
108 }; \
109 FixedLine FL_AXES \
110 { \
111     Pos = MAP_APPFONT( xpos ,ypos+2+2*(TITLES_HEIGHT+4)+0  ); \
112     Size = MAP_APPFONT( availableWidth ,fixedLinesHeight ); \
113     Text[ en-US ] = "Axes"; \
114 }; \
115 FixedText FT_TITLE_X_AXIS \
116 { \
117     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+2*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
118     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
119     Text [ en-US ] = "~X axis" ; \
120 }; \
121 FixedText FT_TITLE_Y_AXIS \
122 { \
123     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+3*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
124     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
125     Text [ en-US ] = "~Y axis" ; \
126 }; \
127 FixedText FT_TITLE_Z_AXIS \
128 { \
129     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+4*(TITLES_HEIGHT+4)+4+(fixedLinesHeight+3)  ) ; \
130     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
131     Text [ en-US ] = "~Z axis" ; \
132 }; \
133 FixedLine FL_SECONDARY_AXES \
134 { \
135     Pos = MAP_APPFONT( xpos ,ypos+2+5*(TITLES_HEIGHT+4)+3+(fixedLinesHeight+3)  ); \
136     Size = MAP_APPFONT( availableWidth ,fixedLinesHeight ); \
137     Text[ en-US ] = "Secondary Axes"; \
138 }; \
139 FixedText FT_TITLE_SECONDARY_X_AXIS \
140 { \
141     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+5*(TITLES_HEIGHT+4)+8+2*(fixedLinesHeight+3)  ) ; \
142     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
143     Text [ en-US ] = "X ~axis" ; \
144 }; \
145 FixedText FT_TITLE_SECONDARY_Y_AXIS \
146 { \
147     Pos = MAP_APPFONT ( xpos+indentLabel , ypos+2+6*(TITLES_HEIGHT+4)+8+2*(fixedLinesHeight+3)  ) ; \
148     Size = MAP_APPFONT ( (availableWidth-2*indentLabel-4)/2 , TITLES_HEIGHT ) ; \
149     Text [ en-US ] = "Y ax~is" ; \
152 #endif