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: numpara.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 // #pragma ******************************************************************
32 // #include *****************************************************************
33 #include "globals.hrc"
35 #include "numpara.hrc"
37 // TabPage ******************************************************************
40 HelpID = HID_NUMPARA ;
41 Size = MAP_APPFONT ( 260 , 185 ) ;
43 FixedLine FL_OUTLINE_START
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 248 , 8 ) ;
47 Text [ en-US ] = "Outline" ;
49 FixedText FT_OUTLINE_LEVEL
51 Pos = MAP_APPFONT ( 12 , 16 ) ;
52 Size = MAP_APPFONT ( 112 , 8 ) ;
53 Text [ en-US ] = "Outline level" ;
55 ListBox LB_OUTLINE_LEVEL
57 Pos = MAP_APPFONT ( 130 , 14 ) ;
58 Size = MAP_APPFONT ( 118 , 65 ) ;
61 StringList [ en-US ] =
75 StringList [ x-comment ] =
90 FixedLine FL_NEW_START
92 Pos = MAP_APPFONT ( 6 , 32 ) ;
93 Size = MAP_APPFONT ( 248 , 8 ) ;
94 Text [ en-US ] = "Numbering" ;
96 FixedText FT_NUMBER_STYLE
98 Pos = MAP_APPFONT ( 12 , 43 ) ;
99 Size = MAP_APPFONT ( 112 , 8 ) ;
100 Text [ en-US ] = "Numbering Style" ;
102 ListBox LB_NUMBER_STYLE
104 Pos = MAP_APPFONT ( 130 , 41 ) ;
105 Size = MAP_APPFONT ( 118 , 65 ) ;
108 StringList [ en-US ] =
113 TriStateBox CB_NEW_START
115 Pos = MAP_APPFONT ( 12 , 58 ) ;
116 Size = MAP_APPFONT ( 160 , 10 ) ;
119 Text [ en-US ] = "R~estart at this paragraph" ;
121 TriStateBox CB_NUMBER_NEW_START
123 Pos = MAP_APPFONT ( 21 , 73 ) ;
124 Size = MAP_APPFONT ( 103 , 10 ) ;
127 Text [ en-US ] = "S~tart with" ;
129 NumericField NF_NEW_START
132 Pos = MAP_APPFONT ( 130 , 72 ) ;
133 Size = MAP_APPFONT ( 26 , 12 ) ;
146 FixedLine FL_COUNT_PARA
148 Pos = MAP_APPFONT ( 6 , 89 ) ;
149 Size = MAP_APPFONT ( 248 , 8 ) ;
150 Text [ en-US ] = "Line numbering" ;
152 TriStateBox CB_COUNT_PARA
154 Pos = MAP_APPFONT ( 12 , 100 ) ;
155 Size = MAP_APPFONT ( 160 , 10 ) ;
157 Text [ en-US ] = "~Include this paragraph in line numbering" ;
159 TriStateBox CB_RESTART_PARACOUNT
161 Pos = MAP_APPFONT ( 12 , 116 ) ;
162 Size = MAP_APPFONT ( 160 , 10 ) ;
164 Text [ en-US ] = "Rest~art at this paragraph" ;
166 FixedText FT_RESTART_NO
168 Pos = MAP_APPFONT ( 21 , 132 ) ;
169 Size = MAP_APPFONT ( 103 , 8 ) ;
171 Text [ en-US ] = "~Start with" ;
173 NumericField NF_RESTART_PARA
176 Pos = MAP_APPFONT ( 130 , 130 ) ;
177 Size = MAP_APPFONT ( 26 , 12 ) ;
190 // ********************************************************************** EOF