1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include "globals.hrc" 25#include "chrdlg.hrc" 26#include "paradlg.hrc" 27#include <svx/dialogs.hrc> 28 29#define HelpText "error - no HelpText here" 30// #define DLG_PARA 256 31TabDialog DLG_PARA 32{ 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Text [ en-US ] = "Paragraph" ; 36 Moveable = TRUE ; 37 TabControl 1 38 { 39 OutputSize = TRUE ; 40 PageList = 41 { 42 PageItem 43 { 44 Identifier = TP_PARA_STD ; 45 Text [ en-US ] = "Indents & Spacing" ; 46 PageResID = TP_PARA_STD ; 47 }; 48 PageItem 49 { 50 Identifier = TP_PARA_ALIGN ; 51 PageResID = TP_PARA_ALIGN ; 52 Text [ en-US ] = "Alignment" ; 53 }; 54 PageItem 55 { 56 Identifier = TP_PARA_EXT ; 57 Text [ en-US ] = "Text Flow" ; 58 PageResID = TP_PARA_EXT ; 59 }; 60 PageItem 61 { 62 Identifier = TP_PARA_ASIAN ; 63 Text [ en-US ] = "Asian Typography" ; 64 }; 65 PageItem 66 { 67 Identifier = TP_NUMPARA ; 68 Text [ en-US ] = "Outline & Numbering" ; 69 }; 70 PageItem 71 { 72 Identifier = TP_TABULATOR ; 73 Text [ en-US ] = "Tabs" ; 74 PageResID = TP_TABULATOR ; 75 }; 76 PageItem 77 { 78 Identifier = TP_DROPCAPS ; 79 Text [ en-US ] = "Drop Caps" ; 80 PageResID = TP_DROPCAPS ; 81 }; 82 PageItem 83 { 84 Identifier = TP_BORDER ; 85 Text [ en-US ] = "Borders" ; 86 PageResID = TP_BORDER ; 87 }; 88 89 //UUUU new Area and Transparence TabPages 90 PageItem 91 { 92 Identifier = RID_SVXPAGE_AREA ; 93 PageResID = RID_SVXPAGE_AREA ; 94 Text [ en-US ] = "Area" ; 95 }; 96 PageItem 97 { 98 Identifier = RID_SVXPAGE_TRANSPARENCE ; 99 PageResID = RID_SVXPAGE_TRANSPARENCE ; 100 Text [ en-US ] = "Transparency" ; 101 }; 102 103 //UUUU Remove? 104 //PageItem 105 //{ 106 // Identifier = TP_BACKGROUND ; 107 // Text [ en-US ] = "Background" ; 108 // PageResID = TP_BACKGROUND ; 109 //}; 110 }; 111 }; 112}; 113TabDialog DLG_DRAWPARA 114{ 115 OutputSize = TRUE ; 116 SVLook = TRUE ; 117 Text [ en-US ] = "Paragraph" ; 118 Moveable = TRUE ; 119 TabControl 1 120 { 121 OutputSize = TRUE ; 122 PageList = 123 { 124 PageItem 125 { 126 Identifier = TP_PARA_STD ; 127 Text [ en-US ] = "Indents & Spacing" ; 128 PageResID = TP_PARA_STD ; 129 }; 130 PageItem 131 { 132 Identifier = TP_PARA_ALIGN ; 133 PageResID = TP_PARA_ALIGN ; 134 Text [ en-US ] = "Alignment" ; 135 }; 136 PageItem 137 { 138 Identifier = TP_PARA_ASIAN ; 139 Text [ en-US ] = "Asian Typography" ; 140 }; 141 PageItem 142 { 143 Identifier = TP_TABULATOR ; 144 Text [ en-US ] = "Tabs" ; 145 PageResID = TP_TABULATOR ; 146 }; 147 }; 148 }; 149}; 150 151// ********************************************************************** EOF 152