1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: textattr.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svtools/controldims.hrc>
32 #include <svx/dialogs.hrc>
33 #include "textattr.hrc"
35 // pragma ----------------------------------------------------------------
37 // RID_SVXPAGE_TEXTATTR --------------------------------------------------
38 TabPage RID_SVXPAGE_TEXTATTR
40 HelpId = HID_PAGE_TEXTATTR ;
42 Size = MAP_APPFONT ( 260 , 185 ) ;
43 Text [ en-US ] = "Text" ;
46 Pos = MAP_APPFONT ( 6 , 3 ) ;
47 Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
48 Text [ en-US ] = "Text" ;
50 TriStateBox TSB_AUTOGROW_WIDTH
53 Pos = MAP_APPFONT ( 12 , 14 ) ;
54 Size = MAP_APPFONT ( 102 , 10 ) ;
55 Text [ en-US ] = "Fit wi~dth to text" ;
57 TriStateBox TSB_AUTOGROW_HEIGHT
60 Pos = MAP_APPFONT ( 12 , 28 ) ;
61 Size = MAP_APPFONT ( 102 , 10 ) ;
62 Text [ en-US ] = "Fit h~eight to text" ;
64 TriStateBox TSB_FIT_TO_SIZE
67 Pos = MAP_APPFONT ( 12 , 42 ) ;
68 Size = MAP_APPFONT ( 102 , 10 ) ;
69 Text [ en-US ] = "~Fit to frame" ;
71 TriStateBox TSB_CONTOUR
74 Pos = MAP_APPFONT ( 12 , 56 ) ;
75 Size = MAP_APPFONT ( 102 , 10 ) ;
76 Text [ en-US ] = "~Adjust to contour" ;
78 TriStateBox TSB_WORDWRAP_TEXT
81 Pos = MAP_APPFONT( 132, 14 ) ;
82 Size = MAP_APPFONT( 127 , 10 ) ;
83 Text [ en-US ] = "~Word wrap text in shape";
85 TriStateBox TSB_AUTOGROW_SIZE
88 Pos = MAP_APPFONT( 132, 28 );
89 Size = MAP_APPFONT( 127 , 10 );
90 Text [ en-US ] = "~Resize shape to fit text";
94 Pos = MAP_APPFONT ( 6 , 72 ) ;
95 Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
96 Text [ en-US ] = "Spacing to borders" ;
100 Pos = MAP_APPFONT ( 12 , 85 ) ;
101 Size = MAP_APPFONT ( 50 , 8 ) ;
102 Text [ en-US ] = "~Left" ;
106 Pos = MAP_APPFONT ( 12 , 101 ) ;
107 Size = MAP_APPFONT ( 50 , 8 ) ;
108 Text [ en-US ] = "~Right" ;
112 Pos = MAP_APPFONT ( 12 , 117 ) ;
113 Size = MAP_APPFONT ( 50 , 8 ) ;
114 Text [ en-US ] = "~Top" ;
118 Pos = MAP_APPFONT ( 12 , 133 ) ;
119 Size = MAP_APPFONT ( 50 , 8 ) ;
120 Text [ en-US ] = "~Bottom" ;
122 MetricField MTR_FLD_LEFT
125 Pos = MAP_APPFONT ( 69 , 83 ) ;
126 Size = MAP_APPFONT ( 45 , 12 ) ;
138 MetricField MTR_FLD_RIGHT
141 Pos = MAP_APPFONT ( 69 , 99 ) ;
142 Size = MAP_APPFONT ( 45 , 12 ) ;
154 MetricField MTR_FLD_TOP
157 Pos = MAP_APPFONT ( 69 , 115 ) ;
158 Size = MAP_APPFONT ( 45 , 12 ) ;
170 MetricField MTR_FLD_BOTTOM
173 Pos = MAP_APPFONT ( 69 , 131 ) ;
174 Size = MAP_APPFONT ( 45 , 12 ) ;
186 FixedLine FL_SEPARATOR
188 Pos = MAP_APPFONT ( 121 , 83 ) ;
189 Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH , 66 ) ;
192 FixedLine FL_POSITION
194 Pos = MAP_APPFONT ( 126 , 72 ) ;
195 Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
196 Text [ en-US ] = "Text anchor" ;
200 HelpId = HID_TEXTATTR_CTL_POSITION ;
202 Pos = MAP_APPFONT ( 132 , 83 ) ;
203 Size = MAP_APPFONT ( 116 , 52 ) ;
206 TriStateBox TSB_FULL_WIDTH
209 Pos = MAP_APPFONT ( 132 , 139 ) ;
210 Size = MAP_APPFONT ( 116 , 10 ) ;
211 Text [ en-US ] = "Full ~width" ;
214 // ********************************************************************** EOF