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>
23 TabDialog RID_SCDLG_CHAR
27 Size = MAP_APPFONT ( 289 , 176 ) ;
28 Text [ en-US ] = "Character" ;
34 Pos = MAP_APPFONT ( 3 , 3 ) ;
35 Size = MAP_APPFONT ( 260 , 135 ) ;
40 Identifier = RID_SVXPAGE_CHAR_NAME ;
41 Text [ en-US ] = "Font";
45 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
46 Text [ en-US ] = "Font Effects";
50 Identifier = RID_SVXPAGE_CHAR_POSITION ;
51 Text [ en-US ] = "Font Position";
57 Pos = MAP_APPFONT ( 6 , 151 ) ;
58 Size = MAP_APPFONT ( 50 , 14 ) ;
63 Pos = MAP_APPFONT ( 60 , 151 ) ;
64 Size = MAP_APPFONT ( 50 , 14 ) ;
69 Pos = MAP_APPFONT ( 114 , 151 ) ;
70 Size = MAP_APPFONT ( 50 , 14 ) ;
75 Pos = MAP_APPFONT ( 169 , 151 ) ;
76 Size = MAP_APPFONT ( 50 , 14 ) ;
77 Text [ en-US ] = "Back" ;
82 TabDialog RID_SCDLG_PARAGRAPH
86 Size = MAP_APPFONT ( 289 , 176 ) ;
87 Text [ en-US ] = "Paragraph" ;
93 Pos = MAP_APPFONT ( 3 , 3 ) ;
94 Size = MAP_APPFONT ( 260 , 135 ) ;
99 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
100 Text [ en-US ] = "Indents & Spacing" ;
101 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
105 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
106 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
107 Text [ en-US ] = "Alignment" ;
111 Identifier = RID_SVXPAGE_PARA_ASIAN ;
112 Text [ en-US ] = "Asian Typography";
116 Identifier = RID_SVXPAGE_TABULATOR ;
117 Text [ en-US ] = "Tab" ;
118 PageResID = RID_SVXPAGE_TABULATOR ;
124 Pos = MAP_APPFONT ( 6 , 151 ) ;
125 Size = MAP_APPFONT ( 50 , 14 ) ;
130 Pos = MAP_APPFONT ( 60 , 151 ) ;
131 Size = MAP_APPFONT ( 50 , 14 ) ;
136 Pos = MAP_APPFONT ( 114 , 151 ) ;
137 Size = MAP_APPFONT ( 50 , 14 ) ;
142 Pos = MAP_APPFONT ( 169 , 151 ) ;
143 Size = MAP_APPFONT ( 50 , 14 ) ;
144 Text [ en-US ] = "Back" ;
149 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */