xref: /trunk/main/sw/source/ui/chrdlg/paradlg.src (revision 56b35d86)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "globals.hrc"
25#include "chrdlg.hrc"
26#include "paradlg.hrc"
27#include <svx/dialogs.hrc>
28
29#define HelpText "error - hier keine HelpTexte HelpText"
30 // #define DLG_PARA 256
31TabDialog DLG_PARA
32{
33	OutputSize = TRUE ;
34	SVLook = TRUE ;
35	Text [ en-US ] = "Paragraph" ;
36	Moveable = TRUE ;
37	TabControl 1
38	{
39		OutputSize = TRUE ;
40		PageList =
41		{
42			PageItem
43			{
44				Identifier = TP_PARA_STD ;
45				/* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
46				Text [ en-US ] = "Indents & Spacing" ;
47				PageResID = TP_PARA_STD ;
48			};
49			PageItem
50			{
51				Identifier = TP_PARA_ALIGN ;
52				PageResID = TP_PARA_ALIGN ;
53				Text [ en-US ] = "Alignment" ;
54			};
55			PageItem
56			{
57				Identifier = TP_PARA_EXT ;
58				/* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/
59				Text [ en-US ] = "Text Flow" ;
60				PageResID = TP_PARA_EXT ;
61			};
62			PageItem
63			{
64				Identifier = TP_PARA_ASIAN;
65				Text [ en-US ] = "Asian Typography";
66			};
67			PageItem
68			{
69				Identifier = TP_NUMPARA ;
70				Text [ en-US ] = "Outline & Numbering" ;
71			};
72			PageItem
73			{
74				Identifier = TP_TABULATOR ;
75				Text [ en-US ] = "Tabs" ;
76				PageResID = TP_TABULATOR ;
77			};
78			PageItem
79			{
80				Identifier = TP_DROPCAPS ;
81				Text [ en-US ] = "Drop Caps" ;
82				PageResID = TP_DROPCAPS ;
83			};
84			PageItem
85			{
86				Identifier = TP_BORDER ;
87				Text [ en-US ] = "Borders" ;
88				PageResID = TP_BORDER ;
89			};
90
91            //UUUU new Area and Transparence TabPages
92            PageItem
93            {
94                Identifier = RID_SVXPAGE_AREA;
95                PageResID = RID_SVXPAGE_AREA;
96                Text [ en-US ] = "Area" ;
97            };
98            PageItem
99            {
100                Identifier = RID_SVXPAGE_TRANSPARENCE;
101                PageResID = RID_SVXPAGE_TRANSPARENCE;
102                Text [ en-US ] = "Transparency" ;
103            };
104
105            //UUUU Remove?
106            //PageItem
107            //{
108            //    Identifier = TP_BACKGROUND ;
109            //    Text [ en-US ] = "Background" ;
110            //    PageResID = TP_BACKGROUND ;
111            //};
112		};
113	};
114};
115TabDialog DLG_DRAWPARA
116{
117	OutputSize = TRUE ;
118	SVLook = TRUE ;
119	Text [ en-US ] = "Paragraph" ;
120	Moveable = TRUE ;
121	TabControl 1
122	{
123		OutputSize = TRUE ;
124		PageList =
125		{
126			PageItem
127			{
128				Identifier = TP_PARA_STD ;
129				/* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
130				Text [ en-US ] = "Indents & Spacing" ;
131				PageResID = TP_PARA_STD ;
132			};
133			PageItem
134			{
135				Identifier = TP_PARA_ALIGN ;
136				PageResID = TP_PARA_ALIGN ;
137				Text [ en-US ] = "Alignment" ;
138			};
139			PageItem
140			{
141				Identifier = TP_PARA_ASIAN;
142				Text [ en-US ] = "Asian Typography";
143			};
144			PageItem
145			{
146				Identifier = TP_TABULATOR ;
147				Text [ en-US ] = "Tabs" ;
148				PageResID = TP_TABULATOR ;
149			};
150		};
151	};
152};
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180