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 "globals.hrc" 29#include "chrdlg.hrc" 30#include "paradlg.hrc" 31#define HelpText "error - hier keine HelpTexte HelpText" 32 // #define DLG_PARA 256 33TabDialog DLG_PARA 34{ 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Text [ en-US ] = "Paragraph" ; 38 Moveable = TRUE ; 39 TabControl 1 40 { 41 OutputSize = TRUE ; 42 PageList = 43 { 44 PageItem 45 { 46 Identifier = TP_PARA_STD ; 47 /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */ 48 Text [ en-US ] = "Indents & Spacing" ; 49 PageResID = TP_PARA_STD ; 50 }; 51 PageItem 52 { 53 Identifier = TP_PARA_ALIGN ; 54 PageResID = TP_PARA_ALIGN ; 55 Text [ en-US ] = "Alignment" ; 56 }; 57 PageItem 58 { 59 Identifier = TP_PARA_EXT ; 60 /* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/ 61 Text [ en-US ] = "Text Flow" ; 62 PageResID = TP_PARA_EXT ; 63 }; 64 PageItem 65 { 66 Identifier = TP_PARA_ASIAN; 67 Text [ en-US ] = "Asian Typography"; 68 }; 69 PageItem 70 { 71 Identifier = TP_NUMPARA ; 72 Text [ en-US ] = "Outline & Numbering" ; 73 }; 74 PageItem 75 { 76 Identifier = TP_TABULATOR ; 77 Text [ en-US ] = "Tabs" ; 78 PageResID = TP_TABULATOR ; 79 }; 80 PageItem 81 { 82 Identifier = TP_DROPCAPS ; 83 Text [ en-US ] = "Drop Caps" ; 84 PageResID = TP_DROPCAPS ; 85 }; 86 PageItem 87 { 88 Identifier = TP_BORDER ; 89 Text [ en-US ] = "Borders" ; 90 PageResID = TP_BORDER ; 91 }; 92 PageItem 93 { 94 Identifier = TP_BACKGROUND ; 95 Text [ en-US ] = "Background" ; 96 PageResID = TP_BACKGROUND ; 97 }; 98 }; 99 }; 100}; 101TabDialog DLG_DRAWPARA 102{ 103 OutputSize = TRUE ; 104 SVLook = TRUE ; 105 Text [ en-US ] = "Paragraph" ; 106 Moveable = TRUE ; 107 TabControl 1 108 { 109 OutputSize = TRUE ; 110 PageList = 111 { 112 PageItem 113 { 114 Identifier = TP_PARA_STD ; 115 /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */ 116 Text [ en-US ] = "Indents & Spacing" ; 117 PageResID = TP_PARA_STD ; 118 }; 119 PageItem 120 { 121 Identifier = TP_PARA_ALIGN ; 122 PageResID = TP_PARA_ALIGN ; 123 Text [ en-US ] = "Alignment" ; 124 }; 125 PageItem 126 { 127 Identifier = TP_PARA_ASIAN; 128 Text [ en-US ] = "Asian Typography"; 129 }; 130 PageItem 131 { 132 Identifier = TP_TABULATOR ; 133 Text [ en-US ] = "Tabs" ; 134 PageResID = TP_TABULATOR ; 135 }; 136 }; 137 }; 138}; 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166