xref: /trunk/main/sw/source/ui/chrdlg/paradlg.src (revision 51f11a454dfb1cd695d77e817d8ea21200d8c1a9)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "chrdlg.hrc"
26cdf0e10cSrcweir#include "paradlg.hrc"
2756b35d86SArmin Le Grand#include <svx/dialogs.hrc>
2856b35d86SArmin Le Grand
29*51f11a45Smseidel#define HelpText "error - no HelpText here"
30cdf0e10cSrcweir// #define DLG_PARA 256
31cdf0e10cSrcweirTabDialog DLG_PARA
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    OutputSize = TRUE ;
34cdf0e10cSrcweir    SVLook = TRUE ;
35cdf0e10cSrcweir    Text [ en-US ] = "Paragraph" ;
36cdf0e10cSrcweir    Moveable = TRUE ;
37cdf0e10cSrcweir    TabControl 1
38cdf0e10cSrcweir    {
39cdf0e10cSrcweir        OutputSize = TRUE ;
40cdf0e10cSrcweir        PageList =
41cdf0e10cSrcweir        {
42cdf0e10cSrcweir            PageItem
43cdf0e10cSrcweir            {
44cdf0e10cSrcweir                Identifier = TP_PARA_STD ;
45cdf0e10cSrcweir                Text [ en-US ] = "Indents & Spacing" ;
46cdf0e10cSrcweir                PageResID = TP_PARA_STD ;
47cdf0e10cSrcweir            };
48cdf0e10cSrcweir            PageItem
49cdf0e10cSrcweir            {
50cdf0e10cSrcweir                Identifier = TP_PARA_ALIGN ;
51cdf0e10cSrcweir                PageResID = TP_PARA_ALIGN ;
52cdf0e10cSrcweir                Text [ en-US ] = "Alignment" ;
53cdf0e10cSrcweir            };
54cdf0e10cSrcweir            PageItem
55cdf0e10cSrcweir            {
56cdf0e10cSrcweir                Identifier = TP_PARA_EXT ;
57cdf0e10cSrcweir                Text [ en-US ] = "Text Flow" ;
58cdf0e10cSrcweir                PageResID = TP_PARA_EXT ;
59cdf0e10cSrcweir            };
60cdf0e10cSrcweir            PageItem
61cdf0e10cSrcweir            {
62cdf0e10cSrcweir                Identifier = TP_PARA_ASIAN ;
63cdf0e10cSrcweir                Text [ en-US ] = "Asian Typography" ;
64cdf0e10cSrcweir            };
65cdf0e10cSrcweir            PageItem
66cdf0e10cSrcweir            {
67cdf0e10cSrcweir                Identifier = TP_NUMPARA ;
68cdf0e10cSrcweir                Text [ en-US ] = "Outline & Numbering" ;
69cdf0e10cSrcweir            };
70cdf0e10cSrcweir            PageItem
71cdf0e10cSrcweir            {
72cdf0e10cSrcweir                Identifier = TP_TABULATOR ;
73cdf0e10cSrcweir                Text [ en-US ] = "Tabs" ;
74cdf0e10cSrcweir                PageResID = TP_TABULATOR ;
75cdf0e10cSrcweir            };
76cdf0e10cSrcweir            PageItem
77cdf0e10cSrcweir            {
78cdf0e10cSrcweir                Identifier = TP_DROPCAPS ;
79cdf0e10cSrcweir                Text [ en-US ] = "Drop Caps" ;
80cdf0e10cSrcweir                PageResID = TP_DROPCAPS ;
81cdf0e10cSrcweir            };
82cdf0e10cSrcweir            PageItem
83cdf0e10cSrcweir            {
84cdf0e10cSrcweir                Identifier = TP_BORDER ;
85cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
86cdf0e10cSrcweir                PageResID = TP_BORDER ;
87cdf0e10cSrcweir            };
8856b35d86SArmin Le Grand
8956b35d86SArmin Le Grand            //UUUU new Area and Transparence TabPages
90cdf0e10cSrcweir            PageItem
91cdf0e10cSrcweir            {
9256b35d86SArmin Le Grand                Identifier = RID_SVXPAGE_AREA ;
9356b35d86SArmin Le Grand                PageResID = RID_SVXPAGE_AREA ;
9456b35d86SArmin Le Grand                Text [ en-US ] = "Area" ;
95cdf0e10cSrcweir            };
9656b35d86SArmin Le Grand            PageItem
9756b35d86SArmin Le Grand            {
9856b35d86SArmin Le Grand                Identifier = RID_SVXPAGE_TRANSPARENCE ;
9956b35d86SArmin Le Grand                PageResID = RID_SVXPAGE_TRANSPARENCE ;
10056b35d86SArmin Le Grand                Text [ en-US ] = "Transparency" ;
10156b35d86SArmin Le Grand            };
10256b35d86SArmin Le Grand
10356b35d86SArmin Le Grand            //UUUU Remove?
10456b35d86SArmin Le Grand            //PageItem
10556b35d86SArmin Le Grand            //{
10656b35d86SArmin Le Grand            //  Identifier = TP_BACKGROUND ;
10756b35d86SArmin Le Grand            //  Text [ en-US ] = "Background" ;
10856b35d86SArmin Le Grand            //  PageResID = TP_BACKGROUND ;
10956b35d86SArmin Le Grand            //};
110cdf0e10cSrcweir        };
111cdf0e10cSrcweir    };
112cdf0e10cSrcweir};
113cdf0e10cSrcweirTabDialog DLG_DRAWPARA
114cdf0e10cSrcweir{
115cdf0e10cSrcweir    OutputSize = TRUE ;
116cdf0e10cSrcweir    SVLook = TRUE ;
117cdf0e10cSrcweir    Text [ en-US ] = "Paragraph" ;
118cdf0e10cSrcweir    Moveable = TRUE ;
119cdf0e10cSrcweir    TabControl 1
120cdf0e10cSrcweir    {
121cdf0e10cSrcweir        OutputSize = TRUE ;
122cdf0e10cSrcweir        PageList =
123cdf0e10cSrcweir        {
124cdf0e10cSrcweir            PageItem
125cdf0e10cSrcweir            {
126cdf0e10cSrcweir                Identifier = TP_PARA_STD ;
127cdf0e10cSrcweir                Text [ en-US ] = "Indents & Spacing" ;
128cdf0e10cSrcweir                PageResID = TP_PARA_STD ;
129cdf0e10cSrcweir            };
130cdf0e10cSrcweir            PageItem
131cdf0e10cSrcweir            {
132cdf0e10cSrcweir                Identifier = TP_PARA_ALIGN ;
133cdf0e10cSrcweir                PageResID = TP_PARA_ALIGN ;
134cdf0e10cSrcweir                Text [ en-US ] = "Alignment" ;
135cdf0e10cSrcweir            };
136cdf0e10cSrcweir            PageItem
137cdf0e10cSrcweir            {
138cdf0e10cSrcweir                Identifier = TP_PARA_ASIAN ;
139cdf0e10cSrcweir                Text [ en-US ] = "Asian Typography" ;
140cdf0e10cSrcweir            };
141cdf0e10cSrcweir            PageItem
142cdf0e10cSrcweir            {
143cdf0e10cSrcweir                Identifier = TP_TABULATOR ;
144cdf0e10cSrcweir                Text [ en-US ] = "Tabs" ;
145cdf0e10cSrcweir                PageResID = TP_TABULATOR ;
146cdf0e10cSrcweir            };
147cdf0e10cSrcweir        };
148cdf0e10cSrcweir    };
149cdf0e10cSrcweir};
150cdf0e10cSrcweir
151*51f11a45Smseidel// ********************************************************************** EOF
152