fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / prltempl.src
blobe04c2761c608f49930571e5f872c904511a3412a
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 "prltempl.hrc"
21 #include <svx/dialogs.hrc>
22 TabDialog TAB_PRES_LAYOUT_TEMPLATE
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 289 , 176 ) ;
27     Text [ en-US ] = "Presentation Layout" ;
28     Moveable = TRUE ;
29     TabControl 1
30     {
31         OutputSize = TRUE ;
32         Pos = MAP_APPFONT ( 3 , 3 ) ;
33         Size = MAP_APPFONT ( 260 , 135 ) ;
34         PageList =
35         {
36             PageItem
37             {
38                 Identifier = RID_SVXPAGE_LINE ;
39                 Text [ en-US ] = "Line" ;
40                 PageResID = RID_SVXPAGE_LINE ;
41             };
42             PageItem
43             {
44                 Identifier = RID_SVXPAGE_AREA ;
45                 Text [ en-US ] = "Area" ;
46                 PageResID = RID_SVXPAGE_AREA ;
47             };
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_SHADOW ;
51                 PageResID = RID_SVXPAGE_SHADOW ;
52                 Text [ en-US ] = "Shadow" ;
53             };
54             PageItem
55             {
56                 Identifier = RID_SVXPAGE_TRANSPARENCE ;
57                 Text [ en-US ] = "Transparency";
58             };
59             PageItem
60             {
61                 Identifier = RID_SVXPAGE_CHAR_NAME ;
62                 Text [ en-US ] = "Font" ;
63                 PageResID = RID_SVXPAGE_CHAR_NAME;
64             };
65             PageItem
66             {
67                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
68                 Text [ en-US ] = "Font Effects" ;
69                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
70             };
71             PageItem
72             {
73                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
74                 Text [ en-US ] = "Indents & Spacing" ;
75                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
76             };
77             PageItem
78              {
79                 Identifier = RID_SVXPAGE_TEXTATTR ;
80                 PageResID = RID_SVXPAGE_TEXTATTR ;
81                 Text [ en-US ] = "Text" ;
82             };
83             PageItem
84             {
85                 Identifier = RID_SVXPAGE_PICK_BULLET ;
86                 PageResID = RID_SVXPAGE_PICK_BULLET ;
87                 Text [ en-US ] = "Bullets" ;
88             };
89             PageItem
90             {
91                 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
92                 PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ;
93                 Text [ en-US ] = "Numbering type" ;
94             };
95             PageItem
96             {
97                 Identifier = RID_SVXPAGE_PICK_BMP ;
98                 PageResID = RID_SVXPAGE_PICK_BMP ;
99                 Text [ en-US ] = "Graphics" ;
100             };
101             PageItem
102             {
103                 Identifier = RID_SVXPAGE_NUM_OPTIONS ;
104                 PageResID = RID_SVXPAGE_NUM_OPTIONS ;
105                 Text [ en-US ] = "Customize" ;
106             };
107             PageItem
108             {
109                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
110                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
111                 Text [ en-US ] = "Alignment" ;
112             };
113             PageItem
114             {
115                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
116                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
117                 Text[ en-US ] = "Asian Typography";
118             };
119             PageItem
120             {
121                 Identifier = RID_SVXPAGE_TABULATOR ;
122                 PageResID = RID_SVXPAGE_TABULATOR ;
123                 Text [ en-US ] = "Tabs" ;
124             };
125         };
126     };
129 TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND
131     OutputSize = TRUE ;
132     SVLook = TRUE ;
133     Size = MAP_APPFONT ( 289 , 176 ) ;
134     Moveable = TRUE ;
135     TabControl 1
136     {
137         OutputSize = TRUE ;
138         Pos = MAP_APPFONT ( 3 , 3 ) ;
139         Size = MAP_APPFONT ( 260 , 135 ) ;
140         PageList =
141         {
142             PageItem
143             {
144                 Identifier = RID_SVXPAGE_AREA ;
145                 Text [ en-US ] = "Area" ;
146                 PageResID = RID_SVXPAGE_AREA ;
147             };
148         };
149     };
152 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */