1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "enumdlg.hrc" 29#include "prltempl.hrc" 30#include <svx/dialogs.hrc> 31TabDialog TAB_PRES_LAYOUT_TEMPLATE 32{ 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Size = MAP_APPFONT ( 289 , 176 ) ; 36 Text [ en-US ] = "Presentation Layout" ; 37 Moveable = TRUE ; 38 TabControl 1 39 { 40 OutputSize = TRUE ; 41 Pos = MAP_APPFONT ( 3 , 3 ) ; 42 Size = MAP_APPFONT ( 260 , 135 ) ; 43 PageList = 44 { 45 PageItem 46 { 47 Identifier = RID_SVXPAGE_LINE ; 48 Text [ en-US ] = "Line" ; 49 PageResID = RID_SVXPAGE_LINE ; 50 }; 51 PageItem 52 { 53 Identifier = RID_SVXPAGE_AREA ; 54 Text [ en-US ] = "Area" ; 55 PageResID = RID_SVXPAGE_AREA ; 56 }; 57 PageItem 58 { 59 Identifier = RID_SVXPAGE_SHADOW ; 60 PageResID = RID_SVXPAGE_SHADOW ; 61 Text [ en-US ] = "Shadow" ; 62 }; 63 PageItem 64 { 65 Identifier = RID_SVXPAGE_TRANSPARENCE ; 66 Text [ en-US ] = "Transparency"; 67 }; 68 PageItem 69 { 70 Identifier = RID_SVXPAGE_CHAR_NAME ; 71 Text [ en-US ] = "Font" ; 72 PageResID = RID_SVXPAGE_CHAR_NAME; 73 }; 74 PageItem 75 { 76 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 77 Text [ en-US ] = "Font Effects" ; 78 PageResID = RID_SVXPAGE_CHAR_EFFECTS ; 79 }; 80 PageItem 81 { 82 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 83 Text [ en-US ] = "Indents & Spacing" ; 84 PageResID = RID_SVXPAGE_STD_PARAGRAPH ; 85 }; 86 PageItem 87 { 88 Identifier = RID_SVXPAGE_TEXTATTR ; 89 PageResID = RID_SVXPAGE_TEXTATTR ; 90 Text [ en-US ] = "Text" ; 91 }; 92 PageItem 93 { 94 Identifier = RID_SVXPAGE_PICK_BULLET ; 95 PageResID = RID_SVXPAGE_PICK_BULLET ; 96 Text [ en-US ] = "Bullets" ; 97 }; 98 PageItem 99 { 100 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ; 101 PageResID = RID_SVXPAGE_PICK_SINGLE_NUM ; 102 Text [ en-US ] = "Numbering type" ; 103 }; 104 PageItem 105 { 106 Identifier = RID_SVXPAGE_PICK_BMP ; 107 PageResID = RID_SVXPAGE_PICK_BMP ; 108 Text [ en-US ] = "Graphics" ; 109 }; 110 PageItem 111 { 112 Identifier = RID_SVXPAGE_NUM_OPTIONS ; 113 PageResID = RID_SVXPAGE_NUM_OPTIONS ; 114 Text [ en-US ] = "Customize" ; 115 }; 116 PageItem 117 { 118 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 119 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ; 120 Text [ en-US ] = "Alignment" ; 121 }; 122 PageItem 123 { 124 Identifier = RID_SVXPAGE_PARA_ASIAN ; 125 PageResID = RID_SVXPAGE_PARA_ASIAN ; 126 Text[ en-US ] = "Asian Typography"; 127 }; 128 PageItem 129 { 130 Identifier = RID_SVXPAGE_TABULATOR ; 131 PageResID = RID_SVXPAGE_TABULATOR ; 132 Text [ en-US ] = "Tabs" ; 133 }; 134 }; 135 }; 136}; 137 138TabDialog TAB_PRES_LAYOUT_TEMPLATE_BACKGROUND 139{ 140 OutputSize = TRUE ; 141 SVLook = TRUE ; 142 Size = MAP_APPFONT ( 289 , 176 ) ; 143 Moveable = TRUE ; 144 TabControl 1 145 { 146 OutputSize = TRUE ; 147 Pos = MAP_APPFONT ( 3 , 3 ) ; 148 Size = MAP_APPFONT ( 260 , 135 ) ; 149 PageList = 150 { 151 PageItem 152 { 153 Identifier = RID_SVXPAGE_AREA ; 154 Text [ en-US ] = "Area" ; 155 PageResID = RID_SVXPAGE_AREA ; 156 }; 157 }; 158 }; 159}; 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196