masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / source / tabpages / textattr.src
blobc4ae4b5062ce77cec749829a2f0b8e8e57d41f83
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  // include ---------------------------------------------------------------
28 #include <svtools/controldims.hrc>
29 #include <cuires.hrc>
30 #include "textattr.hrc"
31 #include "helpid.hrc"
32 #include <svx/dialogs.hrc>
34  // RID_SVXPAGE_TEXTATTR --------------------------------------------------
35 TabPage RID_SVXPAGE_TEXTATTR
37     HelpId = HID_PAGE_TEXTATTR ;
38     Hide = TRUE ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     Text [ en-US ] = "Text" ;
41     FixedLine FL_TEXT
42     {
43         Pos = MAP_APPFONT ( 6 , 3  ) ;
44         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
45         Text [ en-US ] = "Text" ;
46     };
47     TriStateBox TSB_AUTOGROW_WIDTH
48     {
49         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_WIDTH";
50         TabStop = TRUE ;
51         Pos = MAP_APPFONT ( 12 , 14  ) ;
52         Size = MAP_APPFONT ( 102 , 10 ) ;
53         Text [ en-US ] = "Fit wi~dth to text" ;
54     };
55     TriStateBox TSB_AUTOGROW_HEIGHT
56     {
57         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_HEIGHT";
58         TabStop = TRUE ;
59         Pos = MAP_APPFONT ( 12 , 28  ) ;
60         Size = MAP_APPFONT ( 102 , 10 ) ;
61         Text [ en-US ] = "Fit h~eight to text" ;
62     };
63     TriStateBox TSB_FIT_TO_SIZE
64     {
65         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FIT_TO_SIZE";
66         TabStop = TRUE ;
67         Pos = MAP_APPFONT ( 12 , 42  ) ;
68         Size = MAP_APPFONT ( 102 , 10 ) ;
69         Text [ en-US ] = "~Fit to frame" ;
70     };
71     TriStateBox TSB_CONTOUR
72     {
73         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_CONTOUR";
74         TabStop = TRUE ;
75         Pos = MAP_APPFONT ( 12 , 56  ) ;
76         Size = MAP_APPFONT ( 102 , 10 ) ;
77         Text [ en-US ] = "~Adjust to contour" ;
78     };
79     TriStateBox TSB_WORDWRAP_TEXT
80     {
81         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_WORDWRAP_TEXT";
82         TabStop = TRUE;
83         Pos = MAP_APPFONT( 132, 14  ) ;
84         Size = MAP_APPFONT( 127 , 10 ) ;
85         Text [ en-US ] = "~Word wrap text in shape";
86     };
87     TriStateBox TSB_AUTOGROW_SIZE
88     {
89         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_SIZE";
90         TabStop = TRUE;
91         Pos = MAP_APPFONT( 132, 28  );
92         Size = MAP_APPFONT( 127 , 10 );
93         Text [ en-US ] = "~Resize shape to fit text";
94     };
95     FixedLine FL_DISTANCE
96     {
97         Pos = MAP_APPFONT ( 6 , 72 ) ;
98         Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
99         Text [ en-US ] = "Spacing to borders" ;
100     };
101     FixedText FT_LEFT
102     {
103         Pos = MAP_APPFONT ( 12 , 85  ) ;
104         Size = MAP_APPFONT ( 50 , 8 ) ;
105         Text [ en-US ] = "~Left" ;
106     };
107     FixedText FT_RIGHT
108     {
109         Pos = MAP_APPFONT ( 12 , 101  ) ;
110         Size = MAP_APPFONT ( 50 , 8 ) ;
111         Text [ en-US ] = "~Right" ;
112     };
113     FixedText FT_TOP
114     {
115         Pos = MAP_APPFONT ( 12 , 117  ) ;
116         Size = MAP_APPFONT ( 50 , 8 ) ;
117         Text [ en-US ] = "~Top" ;
118     };
119     FixedText FT_BOTTOM
120     {
121         Pos = MAP_APPFONT ( 12 , 133  ) ;
122         Size = MAP_APPFONT ( 50 , 8 ) ;
123         Text [ en-US ] = "~Bottom" ;
124     };
125     MetricField MTR_FLD_LEFT
126     {
127         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_LEFT";
128         Border = TRUE ;
129         Pos = MAP_APPFONT ( 69 , 83  ) ;
130         Size = MAP_APPFONT ( 45 , 12 ) ;
131         TabStop = TRUE ;
132         Repeat = TRUE ;
133         Spin = TRUE ;
134         DecimalDigits = 2 ;
135         Unit = FUNIT_MM ;
136         Minimum = -10000 ;
137         First = -10000 ;
138         Maximum = 10000 ;
139         Last = 10000 ;
140         SpinSize = 10 ;
141     };
142     MetricField MTR_FLD_RIGHT
143     {
144         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_RIGHT";
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 69 , 99  ) ;
147         Size = MAP_APPFONT ( 45 , 12 ) ;
148         TabStop = TRUE ;
149         Repeat = TRUE ;
150         Spin = TRUE ;
151         DecimalDigits = 2 ;
152         Unit = FUNIT_MM ;
153         Minimum = -10000 ;
154         First = -10000 ;
155         Maximum = 10000 ;
156         Last = 10000 ;
157         SpinSize = 10 ;
158     };
159     MetricField MTR_FLD_TOP
160     {
161         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_TOP";
162         Border = TRUE ;
163         Pos = MAP_APPFONT ( 69 , 115  ) ;
164         Size = MAP_APPFONT ( 45 , 12 ) ;
165         TabStop = TRUE ;
166         Repeat = TRUE ;
167         Spin = TRUE ;
168         DecimalDigits = 2 ;
169         Unit = FUNIT_MM ;
170         Minimum = -10000 ;
171         First = -10000 ;
172         Maximum = 10000 ;
173         Last = 10000 ;
174         SpinSize = 10 ;
175     };
176     MetricField MTR_FLD_BOTTOM
177     {
178         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_BOTTOM";
179         Border = TRUE ;
180         Pos = MAP_APPFONT ( 69 , 131  ) ;
181         Size = MAP_APPFONT ( 45 , 12 ) ;
182         TabStop = TRUE ;
183         Repeat = TRUE ;
184         Spin = TRUE ;
185         DecimalDigits = 2 ;
186         Unit = FUNIT_MM ;
187         Minimum = -10000 ;
188         First = -10000 ;
189         Maximum = 10000 ;
190         Last = 10000 ;
191         SpinSize = 10 ;
192     };
193     FixedLine FL_SEPARATOR
194     {
195         Pos = MAP_APPFONT ( 121 , 83 ) ;
196         Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH , 66 ) ;
197         Vert = TRUE;
198     };
199     FixedLine FL_POSITION
200     {
201         Pos = MAP_APPFONT ( 126 , 72 ) ;
202         Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
203         Text [ en-US ] = "Text anchor" ;
204     };
205     Control CTL_POSITION
206     {
207         HelpId = HID_TEXTATTR_CTL_POSITION ;
208         Border = TRUE ;
209         Pos = MAP_APPFONT ( 132 , 83  ) ;
210         Size = MAP_APPFONT ( 116 , 52 ) ;
211         TabStop = TRUE ;
212     };
213     TriStateBox TSB_FULL_WIDTH
214     {
215         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FULL_WIDTH";
216         TabStop = TRUE ;
217         Pos = MAP_APPFONT ( 132 , 139  ) ;
218         Size = MAP_APPFONT ( 116 , 10 ) ;
219         Text [ en-US ] = "Full ~width" ;
220     };
222  // ********************************************************************** EOF