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 "prltempl.hrc"
21 #include <svx/dialogs.hrc>
22 TabDialog TAB_PRES_LAYOUT_TEMPLATE
26 Size = MAP_APPFONT ( 289 , 176 ) ;
27 Text [ en-US ] = "Presentation Layout" ;
32 Pos = MAP_APPFONT ( 3 , 3 ) ;
33 Size = MAP_APPFONT ( 260 , 135 ) ;
38 Identifier = RID_SVXPAGE_LINE ;
39 Text [ en-US ] = "Line" ;
40 PageResID = RID_SVXPAGE_LINE ;
44 Identifier = RID_SVXPAGE_AREA ;
45 Text [ en-US ] = "Area" ;
46 PageResID = RID_SVXPAGE_AREA ;
50 Identifier = RID_SVXPAGE_SHADOW ;
51 PageResID = RID_SVXPAGE_SHADOW ;
52 Text [ en-US ] = "Shadow" ;
56 Identifier = RID_SVXPAGE_TRANSPARENCE ;
57 Text [ en-US ] = "Transparency";
61 Identifier = RID_SVXPAGE_CHAR_NAME ;
62 Text [ en-US ] = "Font" ;
63 PageResID = RID_SVXPAGE_CHAR_NAME;
67 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
68 Text [ en-US ] = "Font Effects" ;
69 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
73 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
74 Text [ en-US ] = "Indents & Spacing" ;
75 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
79 Identifier = RID_SVXPAGE_TEXTATTR ;
80 PageResID = RID_SVXPAGE_TEXTATTR ;
81 Text [ en-US ] = "Text" ;
85 Identifier = RID_SVXPAGE_PICK_BULLET ;
86 PageResID = RID_SVXPAGE_PICK_BULLET ;
87 Text [ en-US ] = "Bullets" ;
91 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
92 PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ;
93 Text [ en-US ] = "Numbering type" ;
97 Identifier = RID_SVXPAGE_PICK_BMP ;
98 PageResID = RID_SVXPAGE_PICK_BMP ;
99 Text [ en-US ] = "Graphics" ;
103 Identifier = RID_SVXPAGE_NUM_OPTIONS ;
104 PageResID = RID_SVXPAGE_NUM_OPTIONS ;
105 Text [ en-US ] = "Customize" ;
109 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
110 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
111 Text [ en-US ] = "Alignment" ;
115 Identifier = RID_SVXPAGE_PARA_ASIAN ;
116 PageResID = RID_SVXPAGE_PARA_ASIAN ;
117 Text[ en-US ] = "Asian Typography";
121 Identifier = RID_SVXPAGE_TABULATOR ;
122 PageResID = RID_SVXPAGE_TABULATOR ;
123 Text [ en-US ] = "Tabs" ;
129 TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND
133 Size = MAP_APPFONT ( 289 , 176 ) ;
138 Pos = MAP_APPFONT ( 3 , 3 ) ;
139 Size = MAP_APPFONT ( 260 , 135 ) ;
144 Identifier = RID_SVXPAGE_AREA ;
145 Text [ en-US ] = "Area" ;
146 PageResID = RID_SVXPAGE_AREA ;
152 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */