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