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: pgfnote.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 "globals.hrc"
31 #include "pgfnote.hrc"
33 TabPage TP_FOOTNOTE_PAGE
35 HelpID = HID_FOOTNOTE_PAGE ;
36 Pos = MAP_APPFONT ( 0 , 0 ) ;
37 Size = MAP_APPFONT ( 260 , 185 ) ;
39 RadioButton RB_MAXHEIGHT_PAGE
41 Pos = MAP_APPFONT ( 12 , 14 ) ;
42 Size = MAP_APPFONT ( 132 , 10 ) ;
43 Text [ en-US ] = "~Not larger than page area" ;
47 RadioButton RB_MAXHEIGHT
49 Pos = MAP_APPFONT ( 12 , 28 ) ;
50 Size = MAP_APPFONT ( 132 , 10 ) ;
51 Text [ en-US ] = "Maximum footnote ~height" ;
53 MetricField ED_MAXHEIGHT
56 Pos = MAP_APPFONT ( 148 , 26 ) ;
57 Size = MAP_APPFONT ( 42 , 12 ) ;
74 Pos = MAP_APPFONT ( 12 , 44 ) ;
75 Size = MAP_APPFONT ( 132 , 8 ) ;
76 Text [ en-US ] = "Space to text" ;
82 Pos = MAP_APPFONT ( 148 , 42 ) ;
83 Size = MAP_APPFONT ( 42 , 12 ) ;
96 FixedLine FL_FOOTNOTE_SIZE
98 Pos = MAP_APPFONT ( 6 , 3 ) ;
99 Size = MAP_APPFONT ( 248 , 8 ) ;
100 Text [ en-US ] = "Footnote area" ;
104 Pos = MAP_APPFONT ( 12 , 73 ) ;
105 Size = MAP_APPFONT ( 132 , 8 ) ;
107 Text [ en-US ] = "~Position" ;
111 Pos = MAP_APPFONT ( 148 , 71 ) ;
112 Size = MAP_APPFONT ( 57 , 40 ) ;
117 StringList [ en-US ] =
119 < "Left" ; Default ; > ;
120 < "Centered" ; Default ; > ;
121 < "Right" ; Default ; > ;
124 FixedText FT_LINETYPE
126 Pos = MAP_APPFONT ( 12 , 89 ) ;
127 Size = MAP_APPFONT ( 132 , 8 ) ;
130 Text [ en-US ] = "~Weight" ;
134 Pos = MAP_APPFONT ( 148 , 87 ) ;
135 Size = MAP_APPFONT ( 57 , 50 ) ;
142 FixedText FT_LINEWIDTH
144 Pos = MAP_APPFONT ( 12 , 105 ) ;
145 Size = MAP_APPFONT ( 132 , 8 ) ;
147 Text [ en-US ] = "~Length" ;
149 MetricField ED_LINEWIDTH
152 Pos = MAP_APPFONT ( 148 , 103 ) ;
153 Size = MAP_APPFONT ( 42 , 12 ) ;
160 Unit = FUNIT_CUSTOM ;
161 CustomUnitText = "%" ;
165 FixedText FT_LINEDIST
167 Pos = MAP_APPFONT ( 12 , 121 ) ;
168 Size = MAP_APPFONT ( 132 , 8 ) ;
169 Text [ en-US ] = "~Spacing to footnote contents" ;
172 MetricField ED_LINEDIST
175 Pos = MAP_APPFONT ( 148 , 119 ) ;
176 Size = MAP_APPFONT ( 42 , 12 ) ;
191 Pos = MAP_APPFONT ( 6 , 60 ) ;
192 Size = MAP_APPFONT ( 248 , 8 ) ;
193 Text [ en-US ] = "Separator line" ;