bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / chrdlg / ccoll.src
blob8c78cc77747824de29569d9582f4e8f29b60c60f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "globals.hrc"
21 #include "chrdlg.hrc"
22 #include "ccoll.hrc"
23 #include "helpid.h"
24  // TabPage ******************************************************************
25 TabPage TP_CONDCOLL
27     HelpID = HID_COND_COLL ;
28     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
29     Hide = TRUE ;
30     FixedLine    FL_CONDITION
31     {
32         Pos = MAP_APPFONT ( 6 , 3 ) ;
33         Size = MAP_APPFONT ( 248 , 8 ) ;
34         Text [ en-US ] = "Options";
35     };
36     CheckBox CB_CONDITION
37     {
38         HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION";
39         Pos = MAP_APPFONT ( 12 , 14 ) ;
40         Size = MAP_APPFONT ( 100 , 10 ) ;
41         TabStop = TRUE ;
42         Disable = TRUE ;
43         Text [ en-US ] = "~Conditional Style" ;
44     };
45     FixedText FT_CONTEXT
46     {
47         Pos = MAP_APPFONT ( 12 , 28 ) ;
48         Size = MAP_APPFONT ( 50 , 8 ) ;
49         Disable = TRUE ;
50         Text [ en-US ] = "Conte~xt" ;
51     };
52     FixedText FT_USED
53     {
54         Pos = MAP_APPFONT ( 100 , 28 ) ;
55         Size = MAP_APPFONT ( 80 , 8 ) ;
56         Disable = TRUE ;
57         Text [ en-US ] = "Applied Styles" ;
58     };
59     Control TB_CONDCOLLS
60     {
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 12 , 39 ) ;
63         Size = MAP_APPFONT ( 173 , 123 ) ;
64         TabStop = TRUE ;
65         ClipChildren = TRUE ;
66         Disable = TRUE ;
67         Border = TRUE ;
68     };
69     FixedText FT_STYLE
70     {
71         Pos = MAP_APPFONT ( 190 , 28 ) ;
72         Size = MAP_APPFONT ( 58 , 8 ) ;
73         Disable = TRUE ;
74         Text [ en-US ] = "~Paragraph Styles" ;
75     };
76     ListBox LB_STYLE
77     {
78         HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE";
79         Pos = MAP_APPFONT ( 188 , 39 ) ;
80         Size = MAP_APPFONT ( 60 , 108 ) ;
81         TabStop = TRUE ;
82         Border = TRUE ;
83         Sort = TRUE ;
84         Disable = TRUE ;
85         HScroll = TRUE ;
86     };
87     ListBox LB_FILTER
88     {
89         HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER";
90         Pos = MAP_APPFONT ( 188 , 150 ) ;
91         Size = MAP_APPFONT ( 60 , 50 ) ;
92         DropDown = TRUE ;
93         TabStop = TRUE ;
94         Border = TRUE ;
95         Disable = TRUE ;
96         HScroll = TRUE ;
97     };
98     PushButton PB_REMOVE
99     {
100         HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE";
101         Pos = MAP_APPFONT ( 129 , 165 ) ;
102         Size = MAP_APPFONT ( 50 , 12 ) ;
103         TabStop = TRUE ;
104         Disable = TRUE ;
105         Text [ en-US ] = "Re~move" ;
106     };
107     PushButton PB_ASSIGN
108     {
109         HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN";
110         Pos = MAP_APPFONT ( 185 , 165 ) ;
111         Size = MAP_APPFONT ( 50 , 12 ) ;
112         TabStop = TRUE ;
113         Disable = TRUE ;
114         Text [ en-US ] = "~Apply" ;
115     };
116     StringArray STR_REGIONS
117     {
118         ItemList [ en-US ] =
119         {
120             < "Table Header" ; > ;
121             < "Table" ; > ;
122             < "Frame" ; > ;
123             < "Section" ; > ;
124             < "Footnote" ; > ;
125             < "Endnote" ; > ;
126             < "Header" ; > ;
127             < "Footer" ; > ;
128             < " 1st Outline Level" ; > ;
129             < " 2nd Outline Level" ; > ;
130             < " 3rd Outline Level" ; > ;
131             < " 4th Outline Level" ; > ;
132             < " 5th Outline Level" ; > ;
133             < " 6th Outline Level" ; > ;
134             < " 7th Outline Level" ; > ;
135             < " 8th Outline Level" ; > ;
136             < " 9th Outline Level" ; > ;
137             < "10th Outline Level" ; > ;
138             < " 1st Numbering Level" ; > ;
139             < " 2nd Numbering Level" ; > ;
140             < " 3rd Numbering Level" ; > ;
141             < " 4th Numbering Level" ; > ;
142             < " 5th Numbering Level" ; > ;
143             < " 6th Numbering Level" ; > ;
144             < " 7th Numbering Level" ; > ;
145             < " 8th Numbering Level" ; > ;
146             < " 9th Numbering Level" ; > ;
147             < "10th Numbering Level" ; > ;
148         };
149     };
150     String STR_NOTEMPL
151     {
152         Text [ en-US ] = "<none>" ;
153     };
155  // ********************************************************************** EOF
157 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */