xref: /AOO41X/main/sw/source/ui/chrdlg/paradlg.src (revision 8660f102e0dedad7df9a3fe0f3e5d0f91bcf072b)
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#define HelpText "error - hier keine HelpTexte HelpText"
28 // #define DLG_PARA 256
29TabDialog DLG_PARA
30{
31    OutputSize = TRUE ;
32    SVLook = TRUE ;
33    Text [ en-US ] = "Paragraph" ;
34    Moveable = TRUE ;
35    TabControl 1
36    {
37        OutputSize = TRUE ;
38        PageList =
39        {
40            PageItem
41            {
42                Identifier = TP_PARA_STD ;
43                /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
44                Text [ en-US ] = "Indents & Spacing" ;
45                PageResID = TP_PARA_STD ;
46            };
47            PageItem
48            {
49                Identifier = TP_PARA_ALIGN ;
50                PageResID = TP_PARA_ALIGN ;
51                Text [ en-US ] = "Alignment" ;
52            };
53            PageItem
54            {
55                Identifier = TP_PARA_EXT ;
56                /* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/
57                Text [ en-US ] = "Text Flow" ;
58                PageResID = TP_PARA_EXT ;
59            };
60            PageItem
61            {
62                Identifier = TP_PARA_ASIAN;
63                Text [ en-US ] = "Asian Typography";
64            };
65            PageItem
66            {
67                Identifier = TP_NUMPARA ;
68                Text [ en-US ] = "Outline & Numbering" ;
69            };
70            PageItem
71            {
72                Identifier = TP_TABULATOR ;
73                Text [ en-US ] = "Tabs" ;
74                PageResID = TP_TABULATOR ;
75            };
76            PageItem
77            {
78                Identifier = TP_DROPCAPS ;
79                Text [ en-US ] = "Drop Caps" ;
80                PageResID = TP_DROPCAPS ;
81            };
82            PageItem
83            {
84                Identifier = TP_BORDER ;
85                Text [ en-US ] = "Borders" ;
86                PageResID = TP_BORDER ;
87            };
88            PageItem
89            {
90                Identifier = TP_BACKGROUND ;
91                Text [ en-US ] = "Background" ;
92                PageResID = TP_BACKGROUND ;
93            };
94        };
95    };
96};
97TabDialog DLG_DRAWPARA
98{
99    OutputSize = TRUE ;
100    SVLook = TRUE ;
101    Text [ en-US ] = "Paragraph" ;
102    Moveable = TRUE ;
103    TabControl 1
104    {
105        OutputSize = TRUE ;
106        PageList =
107        {
108            PageItem
109            {
110                Identifier = TP_PARA_STD ;
111                /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
112                Text [ en-US ] = "Indents & Spacing" ;
113                PageResID = TP_PARA_STD ;
114            };
115            PageItem
116            {
117                Identifier = TP_PARA_ALIGN ;
118                PageResID = TP_PARA_ALIGN ;
119                Text [ en-US ] = "Alignment" ;
120            };
121            PageItem
122            {
123                Identifier = TP_PARA_ASIAN;
124                Text [ en-US ] = "Asian Typography";
125            };
126            PageItem
127            {
128                Identifier = TP_TABULATOR ;
129                Text [ en-US ] = "Tabs" ;
130                PageResID = TP_TABULATOR ;
131            };
132        };
133    };
134};
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162