xref: /aoo41x/main/sw/source/ui/chrdlg/ccoll.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir // #pragma ******************************************************************
24cdf0e10cSrcweir
25cdf0e10cSrcweir // #include *****************************************************************
26cdf0e10cSrcweir#include "globals.hrc"
27cdf0e10cSrcweir#include "chrdlg.hrc"
28cdf0e10cSrcweir#include "ccoll.hrc"
29cdf0e10cSrcweir#include "helpid.h"
30cdf0e10cSrcweir // TabPage ******************************************************************
31cdf0e10cSrcweirTabPage TP_CONDCOLL
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpID = HID_COND_COLL ;
34cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
35cdf0e10cSrcweir	Hide = TRUE ;
36cdf0e10cSrcweir    FixedLine    FL_CONDITION
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
39cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "Options";
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	CheckBox CB_CONDITION
43cdf0e10cSrcweir	{
44cdf0e10cSrcweir	    HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION";
45cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14 ) ;
46cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 10 ) ;
47cdf0e10cSrcweir		TabStop = TRUE ;
48cdf0e10cSrcweir		Disable = TRUE ;
49cdf0e10cSrcweir		Text [ en-US ] = "~Conditional Style" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir	FixedText FT_CONTEXT
52cdf0e10cSrcweir	{
53cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 28 ) ;
54cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 8 ) ;
55cdf0e10cSrcweir		Disable = TRUE ;
56cdf0e10cSrcweir		Text [ en-US ] = "Conte~xt" ;
57cdf0e10cSrcweir	};
58cdf0e10cSrcweir	FixedText FT_USED
59cdf0e10cSrcweir	{
60cdf0e10cSrcweir		Pos = MAP_APPFONT ( 100 , 28 ) ;
61cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 8 ) ;
62cdf0e10cSrcweir		Disable = TRUE ;
63cdf0e10cSrcweir		Text [ en-US ] = "Applied Styles" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	Control TB_CONDCOLLS
66cdf0e10cSrcweir	{
67cdf0e10cSrcweir		Border = TRUE ;
68cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 39 ) ;
69cdf0e10cSrcweir		Size = MAP_APPFONT ( 173 , 123 ) ;
70cdf0e10cSrcweir		TabStop = TRUE ;
71cdf0e10cSrcweir		ClipChildren = TRUE ;
72cdf0e10cSrcweir		Disable = TRUE ;
73cdf0e10cSrcweir		Border = TRUE ;
74cdf0e10cSrcweir	};
75cdf0e10cSrcweir	FixedText FT_STYLE
76cdf0e10cSrcweir	{
77cdf0e10cSrcweir		Pos = MAP_APPFONT ( 190 , 28 ) ;
78cdf0e10cSrcweir        Size = MAP_APPFONT ( 58 , 8 ) ;
79cdf0e10cSrcweir		Disable = TRUE ;
80cdf0e10cSrcweir		Text [ en-US ] = "~Paragraph Styles" ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	ListBox LB_STYLE
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir	    HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE";
85cdf0e10cSrcweir		Pos = MAP_APPFONT ( 188 , 39 ) ;
86cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 108 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		Border = TRUE ;
89cdf0e10cSrcweir		Sort = TRUE ;
90cdf0e10cSrcweir		Disable = TRUE ;
91cdf0e10cSrcweir		HScroll = TRUE ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir	ListBox LB_FILTER
94cdf0e10cSrcweir	{
95cdf0e10cSrcweir	    HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER";
96cdf0e10cSrcweir		Pos = MAP_APPFONT ( 188 , 150 ) ;
97cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 50 ) ;
98cdf0e10cSrcweir		DropDown = TRUE ;
99cdf0e10cSrcweir		TabStop = TRUE ;
100cdf0e10cSrcweir		Border = TRUE ;
101cdf0e10cSrcweir		Disable = TRUE ;
102cdf0e10cSrcweir		HScroll = TRUE ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	PushButton PB_REMOVE
105cdf0e10cSrcweir	{
106cdf0e10cSrcweir	    HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE";
107cdf0e10cSrcweir		Pos = MAP_APPFONT ( 129 , 165 ) ;
108cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 12 ) ;
109cdf0e10cSrcweir		TabStop = TRUE ;
110cdf0e10cSrcweir		Disable = TRUE ;
111cdf0e10cSrcweir		Text [ en-US ] = "Re~move" ;
112cdf0e10cSrcweir	};
113cdf0e10cSrcweir	PushButton PB_ASSIGN
114cdf0e10cSrcweir	{
115cdf0e10cSrcweir	    HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN";
116cdf0e10cSrcweir		Pos = MAP_APPFONT ( 185 , 165 ) ;
117cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 12 ) ;
118cdf0e10cSrcweir		TabStop = TRUE ;
119cdf0e10cSrcweir		Disable = TRUE ;
120cdf0e10cSrcweir		Text [ en-US ] = "~Apply" ;
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir	StringArray STR_REGIONS
123cdf0e10cSrcweir	{
124cdf0e10cSrcweir		ItemList [ en-US ] =
125cdf0e10cSrcweir		{
126cdf0e10cSrcweir			< "Table Header" ; > ;
127cdf0e10cSrcweir			< "Table" ; > ;
128cdf0e10cSrcweir			< "Frame" ; > ;
129cdf0e10cSrcweir			< "Section" ; > ;
130cdf0e10cSrcweir			< "Footnote" ; > ;
131cdf0e10cSrcweir			< "Endnote" ; > ;
132cdf0e10cSrcweir			< "Header" ; > ;
133cdf0e10cSrcweir			< "Footer" ; > ;
134cdf0e10cSrcweir			< " 1st Outline Level" ; > ;
135cdf0e10cSrcweir			< " 2nd Outline Level" ; > ;
136cdf0e10cSrcweir			< " 3rd Outline Level" ; > ;
137cdf0e10cSrcweir			< " 4th Outline Level" ; > ;
138cdf0e10cSrcweir			< " 5th Outline Level" ; > ;
139cdf0e10cSrcweir			< " 6th Outline Level" ; > ;
140cdf0e10cSrcweir			< " 7th Outline Level" ; > ;
141cdf0e10cSrcweir			< " 8th Outline Level" ; > ;
142cdf0e10cSrcweir			< " 9th Outline Level" ; > ;
143cdf0e10cSrcweir			< "10th Outline Level" ; > ;
144cdf0e10cSrcweir			< " 1st Numbering Level" ; > ;
145cdf0e10cSrcweir			< " 2nd Numbering Level" ; > ;
146cdf0e10cSrcweir			< " 3rd Numbering Level" ; > ;
147cdf0e10cSrcweir			< " 4th Numbering Level" ; > ;
148cdf0e10cSrcweir			< " 5th Numbering Level" ; > ;
149cdf0e10cSrcweir			< " 6th Numbering Level" ; > ;
150cdf0e10cSrcweir			< " 7th Numbering Level" ; > ;
151cdf0e10cSrcweir			< " 8th Numbering Level" ; > ;
152cdf0e10cSrcweir			< " 9th Numbering Level" ; > ;
153cdf0e10cSrcweir			< "10th Numbering Level" ; > ;
154cdf0e10cSrcweir		};
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir	String STR_NOTEMPL
157cdf0e10cSrcweir	{
158cdf0e10cSrcweir		Text [ en-US ] = "<none>" ;
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir};
161cdf0e10cSrcweir // ********************************************************************** EOF
162