xref: /AOO41X/main/sd/source/ui/dlg/paragr.src (revision e33492276f639ebe26fc2b5c7b0b687b13d47e4b)
1*66220049SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*66220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*66220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*66220049SAndrew Rist * distributed with this work for additional information
6*66220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*66220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*66220049SAndrew Rist * "License"); you may not use this file except in compliance
9*66220049SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*66220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*66220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*66220049SAndrew Rist * software distributed under the License is distributed on an
15*66220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*66220049SAndrew Rist * KIND, either express or implied.  See the License for the
17*66220049SAndrew Rist * specific language governing permissions and limitations
18*66220049SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*66220049SAndrew Rist *************************************************************/
21*66220049SAndrew Rist
22*66220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svx/dialogs.hrc>
25cdf0e10cSrcweir#include "glob.hrc"
26cdf0e10cSrcweir#include "helpids.h"
27cdf0e10cSrcweir#include "paragr.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabDialog TAB_PARAGRAPH
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    OutputSize = TRUE ;
32cdf0e10cSrcweir    SVLook = TRUE ;
33cdf0e10cSrcweir    Size = MAP_APPFONT ( 289 , 176 ) ;
34cdf0e10cSrcweir    Text [ en-US ] = "Paragraph" ;
35cdf0e10cSrcweir    Moveable = TRUE ;
36cdf0e10cSrcweir    Closeable = TRUE ;
37cdf0e10cSrcweir    TabControl 1
38cdf0e10cSrcweir    {
39cdf0e10cSrcweir        OutputSize = TRUE ;
40cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3 , 3 ) ;
41cdf0e10cSrcweir        Size = MAP_APPFONT ( 260 , 135 ) ;
42cdf0e10cSrcweir        PageList =
43cdf0e10cSrcweir        {
44cdf0e10cSrcweir            PageItem
45cdf0e10cSrcweir            {
46cdf0e10cSrcweir                Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
47cdf0e10cSrcweir                Text [ en-US ] = "Indents & Spacing" ;
48cdf0e10cSrcweir                PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
49cdf0e10cSrcweir            };
50cdf0e10cSrcweir            PageItem
51cdf0e10cSrcweir            {
52cdf0e10cSrcweir                Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
53cdf0e10cSrcweir                PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
54cdf0e10cSrcweir                Text [ en-US ] = "Alignment" ;
55cdf0e10cSrcweir            };
56cdf0e10cSrcweir            PageItem
57cdf0e10cSrcweir            {
58cdf0e10cSrcweir                Identifier = RID_SVXPAGE_PARA_ASIAN ;
59cdf0e10cSrcweir                PageResID = RID_SVXPAGE_PARA_ASIAN ;
60cdf0e10cSrcweir                Text [ en-US ] = "Asian Typography";
61cdf0e10cSrcweir            };
62cdf0e10cSrcweir            PageItem
63cdf0e10cSrcweir            {
64cdf0e10cSrcweir                Identifier = RID_TABPAGE_PARA_NUMBERING;
65cdf0e10cSrcweir                Text = "Numbering";
66cdf0e10cSrcweir                PageResID = RID_TABPAGE_PARA_NUMBERING;
67cdf0e10cSrcweir            };
68cdf0e10cSrcweir            PageItem
69cdf0e10cSrcweir            {
70cdf0e10cSrcweir                Identifier = RID_SVXPAGE_TABULATOR ;
71cdf0e10cSrcweir                Text [ en-US ] = "Tabs" ;
72cdf0e10cSrcweir                PageResID = RID_SVXPAGE_TABULATOR ;
73cdf0e10cSrcweir            };
74cdf0e10cSrcweir        };
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    OKButton 1
77cdf0e10cSrcweir    {
78cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 151 ) ;
79cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
80cdf0e10cSrcweir        TabStop = TRUE ;
81cdf0e10cSrcweir    };
82cdf0e10cSrcweir    CancelButton 1
83cdf0e10cSrcweir    {
84cdf0e10cSrcweir        Pos = MAP_APPFONT ( 60 , 151 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
86cdf0e10cSrcweir        TabStop = TRUE ;
87cdf0e10cSrcweir    };
88cdf0e10cSrcweir    HelpButton 1
89cdf0e10cSrcweir    {
90cdf0e10cSrcweir        Pos = MAP_APPFONT ( 114 , 151 ) ;
91cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
92cdf0e10cSrcweir        TabStop = TRUE ;
93cdf0e10cSrcweir    };
94cdf0e10cSrcweir    PushButton 1
95cdf0e10cSrcweir    {
96cdf0e10cSrcweir        Pos = MAP_APPFONT ( 169 , 151 ) ;
97cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
98cdf0e10cSrcweir        Text [ en-US ] = "Return" ;
99cdf0e10cSrcweir        TabStop = TRUE ;
100cdf0e10cSrcweir    };
101cdf0e10cSrcweir};
102cdf0e10cSrcweir
103cdf0e10cSrcweirTabPage RID_TABPAGE_PARA_NUMBERING
104cdf0e10cSrcweir{
105cdf0e10cSrcweir    HelpId = HID_TABPAGE_PARA_NUMBERING ;
106cdf0e10cSrcweir    Hide = TRUE ;
107cdf0e10cSrcweir    Text = "Numbering" ;
108cdf0e10cSrcweir    Size = MAP_APPFONT ( 260 , 185 ) ;
109cdf0e10cSrcweir
110cdf0e10cSrcweir    TriStateBox CB_NEW_START
111cdf0e10cSrcweir    {
112cdf0e10cSrcweir        HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NEW_START";
113cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 6 ) ;
114cdf0e10cSrcweir        Size = MAP_APPFONT ( 160 , 10 ) ;
115cdf0e10cSrcweir        TabStop = TRUE ;
116cdf0e10cSrcweir        Text = "R~estart at this paragraph" ;
117cdf0e10cSrcweir    };
118cdf0e10cSrcweir    TriStateBox CB_NUMBER_NEW_START
119cdf0e10cSrcweir    {
120cdf0e10cSrcweir        HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NUMBER_NEW_START";
121cdf0e10cSrcweir        Pos = MAP_APPFONT ( 15 , 21 ) ;
122cdf0e10cSrcweir        Size = MAP_APPFONT ( 103 , 10 ) ;
123cdf0e10cSrcweir        Disable = TRUE ;
124cdf0e10cSrcweir        Text = "S~tart with" ;
125cdf0e10cSrcweir    };
126cdf0e10cSrcweir    NumericField NF_NEW_START
127cdf0e10cSrcweir    {
128cdf0e10cSrcweir        HelpID = "sd:NumericField:RID_TABPAGE_PARA_NUMBERING:NF_NEW_START";
129cdf0e10cSrcweir        Border = TRUE ;
130cdf0e10cSrcweir        Pos = MAP_APPFONT ( 124 , 20 ) ;
131cdf0e10cSrcweir        Size = MAP_APPFONT ( 26 , 12 ) ;
132cdf0e10cSrcweir        TabStop = TRUE ;
133cdf0e10cSrcweir        Left = TRUE ;
134cdf0e10cSrcweir        Repeat = TRUE ;
135cdf0e10cSrcweir        Spin = TRUE ;
136cdf0e10cSrcweir        Minimum = 0 ;
137cdf0e10cSrcweir        Maximum = 9999 ;
138cdf0e10cSrcweir        Value = 0 ;
139cdf0e10cSrcweir        First = 0 ;
140cdf0e10cSrcweir        Last = 9999 ;
141cdf0e10cSrcweir        Disable = TRUE ;
142cdf0e10cSrcweir    };
143cdf0e10cSrcweir};
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169cdf0e10cSrcweir
170cdf0e10cSrcweir
171cdf0e10cSrcweir
172cdf0e10cSrcweir
173cdf0e10cSrcweir
174