fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / paragr.src
blob5e6c0c86ce9497708085bda648c515ce216a39cd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svx/dialogs.hrc>
21 #include "glob.hrc"
22 #include "helpids.h"
23 #include "paragr.hrc"
25 TabDialog TAB_PARAGRAPH
27     OutputSize = TRUE ;
28     SVLook = TRUE ;
29     Size = MAP_APPFONT ( 289 , 176 ) ;
30     Text [ en-US ] = "Paragraph" ;
31     Moveable = TRUE ;
32     Closeable = TRUE ;
33     TabControl 1
34     {
35         OutputSize = TRUE ;
36         Pos = MAP_APPFONT ( 3 , 3 ) ;
37         Size = MAP_APPFONT ( 260 , 135 ) ;
38         PageList =
39         {
40             PageItem
41             {
42                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
43                 Text [ en-US ] = "Indents & Spacing" ;
44                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
45             };
46             PageItem
47             {
48                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
49                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
50                 Text [ en-US ] = "Alignment" ;
51             };
52             PageItem
53             {
54                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
55                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
56                 Text [ en-US ] = "Asian Typography";
57             };
58             PageItem
59             {
60                 Identifier = RID_TABPAGE_PARA_NUMBERING;
61                 Text = "Numbering";
62                 PageResID = RID_TABPAGE_PARA_NUMBERING;
63             };
64             PageItem
65             {
66                 Identifier = RID_SVXPAGE_TABULATOR ;
67                 Text [ en-US ] = "Tabs" ;
68                 PageResID = RID_SVXPAGE_TABULATOR ;
69             };
70         };
71     };
72     OKButton 1
73     {
74         Pos = MAP_APPFONT ( 6 , 151 ) ;
75         Size = MAP_APPFONT ( 50 , 14 ) ;
76         TabStop = TRUE ;
77     };
78     CancelButton 1
79     {
80         Pos = MAP_APPFONT ( 60 , 151 ) ;
81         Size = MAP_APPFONT ( 50 , 14 ) ;
82         TabStop = TRUE ;
83     };
84     HelpButton 1
85     {
86         Pos = MAP_APPFONT ( 114 , 151 ) ;
87         Size = MAP_APPFONT ( 50 , 14 ) ;
88         TabStop = TRUE ;
89     };
90     PushButton 1
91     {
92         Pos = MAP_APPFONT ( 169 , 151 ) ;
93         Size = MAP_APPFONT ( 50 , 14 ) ;
94         Text [ en-US ] = "Return" ;
95         TabStop = TRUE ;
96     };
99 TabPage RID_TABPAGE_PARA_NUMBERING
101     HelpId = HID_TABPAGE_PARA_NUMBERING ;
102     Hide = TRUE ;
103     Text = "Numbering" ;
104     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
106     TriStateBox CB_NEW_START
107     {
108         HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NEW_START";
109         Pos = MAP_APPFONT ( 6 , 6 ) ;
110         Size = MAP_APPFONT ( 160 , 10 ) ;
111         TabStop = TRUE ;
112         Text = "R~estart at this paragraph" ;
113     };
114     TriStateBox CB_NUMBER_NEW_START
115     {
116         HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NUMBER_NEW_START";
117         Pos = MAP_APPFONT ( 15 , 21 ) ;
118         Size = MAP_APPFONT ( 103 , 10 ) ;
119         Disable = TRUE ;
120         Text = "S~tart with" ;
121     };
122     NumericField NF_NEW_START
123     {
124         HelpID = "sd:NumericField:RID_TABPAGE_PARA_NUMBERING:NF_NEW_START";
125         Border = TRUE ;
126         Pos = MAP_APPFONT ( 124 , 20 ) ;
127         Size = MAP_APPFONT ( 26 , 12 ) ;
128         TabStop = TRUE ;
129         Left = TRUE ;
130         Repeat = TRUE ;
131         Spin = TRUE ;
132         Minimum = 0 ;
133         Maximum = 9999 ;
134         Value = 0 ;
135         First = 0 ;
136         Last = 9999 ;
137         Disable = TRUE ;
138     };
141 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */