merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / chrdlg / ccoll.src
blob4d75f3e7bcddf3dd21c25d4e5858e7010ed1e59f
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: ccoll.src,v $
10  * $Revision: 1.44 $
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  // #pragma ******************************************************************
32  // #include *****************************************************************
33 #include "globals.hrc"
34 #include "chrdlg.hrc"
35 #include "ccoll.hrc"
36 #include "helpid.h"
37  // TabPage ******************************************************************
38 TabPage TP_CONDCOLL
40     HelpID = HID_COND_COLL ;
41     Size = MAP_APPFONT ( 260 , 185 ) ;
42     Hide = TRUE ;
43     FixedLine    FL_CONDITION
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 248 , 8 ) ;
47         Text [ en-US ] = "Options";
48     };
49     CheckBox CB_CONDITION
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 100 , 10 ) ;
53         TabStop = TRUE ;
54         Disable = TRUE ;
55         Text [ en-US ] = "~Conditional Style" ;
56     };
57     FixedText FT_CONTEXT
58     {
59         Pos = MAP_APPFONT ( 12 , 28 ) ;
60         Size = MAP_APPFONT ( 50 , 8 ) ;
61         Disable = TRUE ;
62         Text [ en-US ] = "Conte~xt" ;
63     };
64     FixedText FT_USED
65     {
66         Pos = MAP_APPFONT ( 100 , 28 ) ;
67         Size = MAP_APPFONT ( 80 , 8 ) ;
68         Disable = TRUE ;
69         Text [ en-US ] = "Applied Styles" ;
70     };
71     Control TB_CONDCOLLS
72     {
73         Border = TRUE ;
74         Pos = MAP_APPFONT ( 12 , 39 ) ;
75         Size = MAP_APPFONT ( 173 , 123 ) ;
76         TabStop = TRUE ;
77         ClipChildren = TRUE ;
78         Disable = TRUE ;
79         Border = TRUE ;
80     };
81     FixedText FT_STYLE
82     {
83         Pos = MAP_APPFONT ( 190 , 28 ) ;
84         Size = MAP_APPFONT ( 58 , 8 ) ;
85         Disable = TRUE ;
86         Text [ en-US ] = "~Paragraph Styles" ;
87     };
88     ListBox LB_STYLE
89     {
90         Pos = MAP_APPFONT ( 188 , 39 ) ;
91         Size = MAP_APPFONT ( 60 , 108 ) ;
92         TabStop = TRUE ;
93         Border = TRUE ;
94         Sort = TRUE ;
95         Disable = TRUE ;
96         HScroll = TRUE ;
97     };
98     ListBox LB_FILTER
99     {
100         Pos = MAP_APPFONT ( 188 , 150 ) ;
101         Size = MAP_APPFONT ( 60 , 50 ) ;
102         DropDown = TRUE ;
103         TabStop = TRUE ;
104         Border = TRUE ;
105         Disable = TRUE ;
106         HScroll = TRUE ;
107     };
108     PushButton PB_REMOVE
109     {
110         Pos = MAP_APPFONT ( 129 , 165 ) ;
111         Size = MAP_APPFONT ( 50 , 12 ) ;
112         TabStop = TRUE ;
113         Disable = TRUE ;
114         Text [ en-US ] = "Re~move" ;
115     };
116     PushButton PB_ASSIGN
117     {
118         Pos = MAP_APPFONT ( 185 , 165 ) ;
119         Size = MAP_APPFONT ( 50 , 12 ) ;
120         TabStop = TRUE ;
121         Disable = TRUE ;
122         Text [ en-US ] = "~Apply" ;
123     };
124     StringArray STR_REGIONS
125     {
126         ItemList [ en-US ] =
127         {
128             < "Table Header" ; > ;
129             < "Table" ; > ;
130             < "Frame" ; > ;
131             < "Section" ; > ;
132             < "Footnote" ; > ;
133             < "Endnote" ; > ;
134             < "Header" ; > ;
135             < "Footer" ; > ;
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" ; > ;
156         };
157     };
158     String STR_NOTEMPL
159     {
160         Text [ en-US ] = "<none>" ;
161     };
163  // ********************************************************************** EOF