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 "tabtempl.hrc"
21 #include <svx/dialogs.hrc>
22 TabDialog TAB_TEMPLATE
26 Size = MAP_APPFONT ( 289 , 176 ) ;
27 Text [ en-US ] = "Graphics Styles" ;
29 // Closeable = TRUE; // This dialog has an OK and/or a Cancel button! (KH)
33 Pos = MAP_APPFONT ( 3 , 3 ) ;
34 Size = MAP_APPFONT ( 260 , 135 ) ;
39 Identifier = RID_SVXPAGE_LINE ;
40 Text [ en-US ] = "Line" ;
41 PageResID = RID_SVXPAGE_LINE ;
45 Identifier = RID_SVXPAGE_AREA ;
46 Text [ en-US ] = "Area" ;
47 PageResID = RID_SVXPAGE_AREA ;
51 Identifier = RID_SVXPAGE_SHADOW ;
52 PageResID = RID_SVXPAGE_SHADOW ;
53 Text [ en-US ] = "Shadowing" ;
57 Identifier = RID_SVXPAGE_TRANSPARENCE ;
58 Text [ en-US ] = "Transparency";
62 Identifier = RID_SVXPAGE_CHAR_NAME;
63 Text [ en-US ] = "Font" ;
64 PageResID = RID_SVXPAGE_CHAR_NAME ;
68 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
69 Text [ en-US ] = "Font Effect" ;
70 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
74 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
75 Text [ en-US ] = "Indents & Spacing" ;
76 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
80 Identifier = RID_SVXPAGE_TEXTATTR ;
81 PageResID = RID_SVXPAGE_TEXTATTR ;
82 Text [ en-US ] = "Text" ;
86 Identifier = RID_SVXPAGE_TEXTANIMATION ;
87 PageResID = RID_SVXPAGE_TEXTANIMATION ;
88 Text [ en-US ] = "Text Animation" ;
92 Identifier = RID_SVXPAGE_MEASURE ;
93 Text [ en-US ] = "Dimensioning" ;
94 PageResID = RID_SVXPAGE_MEASURE ;
98 Identifier = RID_SVXPAGE_CONNECTION ;
99 Text [ en-US ] = "Connector" ;
103 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
104 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
105 Text [ en-US ] = "Alignment" ;
109 Identifier = RID_SVXPAGE_PARA_ASIAN ;
110 PageResID = RID_SVXPAGE_PARA_ASIAN ;
111 Text[ en-US ] = "Asian Typography";
115 Identifier = RID_SVXPAGE_TABULATOR ;
116 Text [ en-US ] = "Tabs" ;
117 PageResID = RID_SVXPAGE_TABULATOR ;
123 Pos = MAP_APPFONT ( 6 , 151 ) ;
124 Size = MAP_APPFONT ( 50 , 14 ) ;
129 Pos = MAP_APPFONT ( 60 , 151 ) ;
130 Size = MAP_APPFONT ( 50 , 14 ) ;
135 Pos = MAP_APPFONT ( 114 , 151 ) ;
136 Size = MAP_APPFONT ( 50 , 14 ) ;
141 Pos = MAP_APPFONT ( 169 , 151 ) ;
142 Size = MAP_APPFONT ( 50 , 14 ) ;
143 Text [ en-US ] = "Back" ;
148 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */