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: ccoll.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"
37 // TabPage ******************************************************************
40 HelpID = HID_COND_COLL ;
41 Size = MAP_APPFONT ( 260 , 185 ) ;
43 FixedLine FL_CONDITION
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 248 , 8 ) ;
47 Text [ en-US ] = "Options";
51 Pos = MAP_APPFONT ( 12 , 14 ) ;
52 Size = MAP_APPFONT ( 100 , 10 ) ;
55 Text [ en-US ] = "~Conditional Style" ;
59 Pos = MAP_APPFONT ( 12 , 28 ) ;
60 Size = MAP_APPFONT ( 50 , 8 ) ;
62 Text [ en-US ] = "Conte~xt" ;
66 Pos = MAP_APPFONT ( 100 , 28 ) ;
67 Size = MAP_APPFONT ( 80 , 8 ) ;
69 Text [ en-US ] = "Applied Styles" ;
74 Pos = MAP_APPFONT ( 12 , 39 ) ;
75 Size = MAP_APPFONT ( 173 , 123 ) ;
83 Pos = MAP_APPFONT ( 190 , 28 ) ;
84 Size = MAP_APPFONT ( 58 , 8 ) ;
86 Text [ en-US ] = "~Paragraph Styles" ;
90 Pos = MAP_APPFONT ( 188 , 39 ) ;
91 Size = MAP_APPFONT ( 60 , 108 ) ;
100 Pos = MAP_APPFONT ( 188 , 150 ) ;
101 Size = MAP_APPFONT ( 60 , 50 ) ;
110 Pos = MAP_APPFONT ( 129 , 165 ) ;
111 Size = MAP_APPFONT ( 50 , 12 ) ;
114 Text [ en-US ] = "Re~move" ;
118 Pos = MAP_APPFONT ( 185 , 165 ) ;
119 Size = MAP_APPFONT ( 50 , 12 ) ;
122 Text [ en-US ] = "~Apply" ;
124 StringArray STR_REGIONS
128 < "Table Header" ; > ;
136 < " 1st Outline Level" ; > ;
137 < " 2nd Outline Level" ; > ;
138 < " 3rd Outline Level" ; > ;
139 < " 4th Outline Level" ; > ;
140 < " 5th Outline Level" ; > ;
141 < " 6th Outline Level" ; > ;
142 < " 7th Outline Level" ; > ;
143 < " 8th Outline Level" ; > ;
144 < " 9th Outline Level" ; > ;
145 < "10th Outline Level" ; > ;
146 < " 1st Numbering Level" ; > ;
147 < " 2nd Numbering Level" ; > ;
148 < " 3rd Numbering Level" ; > ;
149 < " 4th Numbering Level" ; > ;
150 < " 5th Numbering Level" ; > ;
151 < " 6th Numbering Level" ; > ;
152 < " 7th Numbering Level" ; > ;
153 < " 8th Numbering Level" ; > ;
154 < " 9th Numbering Level" ; > ;
155 < "10th Numbering Level" ; > ;
160 Text [ en-US ] = "<none>" ;
163 // ********************************************************************** EOF