1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <svx/dialogs.hrc>
25 TabDialog TAB_PARAGRAPH
29 Size = MAP_APPFONT ( 289 , 176 ) ;
30 Text [ en-US ] = "Paragraph" ;
36 Pos = MAP_APPFONT ( 3 , 3 ) ;
37 Size = MAP_APPFONT ( 260 , 135 ) ;
42 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
43 Text [ en-US ] = "Indents & Spacing" ;
44 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
48 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
49 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
50 Text [ en-US ] = "Alignment" ;
54 Identifier = RID_SVXPAGE_PARA_ASIAN ;
55 PageResID = RID_SVXPAGE_PARA_ASIAN ;
56 Text [ en-US ] = "Asian Typography";
60 Identifier = RID_TABPAGE_PARA_NUMBERING;
62 PageResID = RID_TABPAGE_PARA_NUMBERING;
66 Identifier = RID_SVXPAGE_TABULATOR ;
67 Text [ en-US ] = "Tabs" ;
68 PageResID = RID_SVXPAGE_TABULATOR ;
74 Pos = MAP_APPFONT ( 6 , 151 ) ;
75 Size = MAP_APPFONT ( 50 , 14 ) ;
80 Pos = MAP_APPFONT ( 60 , 151 ) ;
81 Size = MAP_APPFONT ( 50 , 14 ) ;
86 Pos = MAP_APPFONT ( 114 , 151 ) ;
87 Size = MAP_APPFONT ( 50 , 14 ) ;
92 Pos = MAP_APPFONT ( 169 , 151 ) ;
93 Size = MAP_APPFONT ( 50 , 14 ) ;
94 Text [ en-US ] = "Return" ;
99 TabPage RID_TABPAGE_PARA_NUMBERING
101 HelpId = HID_TABPAGE_PARA_NUMBERING ;
104 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
106 TriStateBox CB_NEW_START
108 HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NEW_START";
109 Pos = MAP_APPFONT ( 6 , 6 ) ;
110 Size = MAP_APPFONT ( 160 , 10 ) ;
112 Text = "R~estart at this paragraph" ;
114 TriStateBox CB_NUMBER_NEW_START
116 HelpID = "sd:TriStateBox:RID_TABPAGE_PARA_NUMBERING:CB_NUMBER_NEW_START";
117 Pos = MAP_APPFONT ( 15 , 21 ) ;
118 Size = MAP_APPFONT ( 103 , 10 ) ;
120 Text = "S~tart with" ;
122 NumericField NF_NEW_START
124 HelpID = "sd:NumericField:RID_TABPAGE_PARA_NUMBERING:NF_NEW_START";
126 Pos = MAP_APPFONT ( 124 , 20 ) ;
127 Size = MAP_APPFONT ( 26 , 12 ) ;
141 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */