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#include "ResourceIds.hrc" 28#include <svx/dialogs.hrc> 29 30TabDialog DLG_SHAPE_PARAGRAPH 31{ 32 OutputSize = TRUE ; 33 SVLook = TRUE ; 34 Size = MAP_APPFONT ( 289 , 176 ) ; 35 Text [ en-US ] = "Paragraph" ; 36 Moveable = TRUE ; 37 Closeable = 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_STD_PARAGRAPH ; 48 Text [ en-US ] = "Indents & Spacing"; 49 }; 50 PageItem 51 { 52 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 53 Text [ en-US ] = "Alignment"; 54 }; 55 PageItem 56 { 57 Identifier = RID_SVXPAGE_PARA_ASIAN ; 58 Text [ en-US ] = "Asian Typography"; 59 }; 60 PageItem 61 { 62 Identifier = RID_SVXPAGE_TABULATOR ; 63 Text [ en-US ] = "Tab"; 64 }; 65 }; 66 }; 67}; 68