merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / styleui / styledlg.src
blob318e7ad1853f8872e3ed4b8a8e06ebe458a57b08
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: styledlg.src,v $
10  * $Revision: 1.37 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "sc.hrc"
32 #include "styledlg.hrc" // -> TP_xxx
33 TabDialog RID_SCDLG_STYLES_PAR
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 289 , 176 ) ;
38     Text [ en-US ] = "Cell Style" ;
39     Moveable = TRUE ;
40     Closeable = FALSE ;
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( 260 , 135 ) ;
46         PageList =
47         {
48             PageItem
49             {
50                 Identifier = TP_NUMBER ;
51                 Text [ en-US ] = "Numbers" ;
52             };
53             PageItem
54             {
55                 Identifier = TP_FONT ;
56                 /* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
57                 Text [ en-US ] = "Font" ;
58             };
59             PageItem
60             {
61                 Identifier = TP_FONTEFF ;
62                 Text [ en-US ] = "Font Effects";
63             };
64             PageItem
65             {
66                 Identifier = TP_ALIGNMENT ;
67                 Text [ en-US ] = "Alignment" ;
68             };
69             PageItem
70             {
71                 Identifier = TP_ASIAN ;
72                 Text [ en-US ] = "Asian Typography";
73             };
74             PageItem
75             {
76                 Identifier = TP_BORDER ;
77                 Text [ en-US ] = "Borders" ;
78             };
79             PageItem
80             {
81                 Identifier = TP_BACKGROUND ;
82                 Text [ en-US ] = "Background" ;
83             };
84             PageItem
85             {
86                 Identifier = TP_PROTECTION ;
87                 Text [ en-US ] = "Cell Protection" ;
88             };
89         };
90     };
92 TabDialog RID_SCDLG_STYLES_PAGE
94     OutputSize = TRUE ;
95     SVLook = TRUE ;
96     Size = MAP_APPFONT ( 280 , 165 ) ;
97     Text [ en-US ] = "Page Style" ;
98     Moveable = TRUE ;
99     Closeable = FALSE ;
100     TabControl 1
101     {
102         OutputSize = TRUE ;
103         Pos = MAP_APPFONT ( 3 , 6 ) ;
104         Size = MAP_APPFONT ( 260 , 135 ) ;
105         PageList =
106         {
107             PageItem
108             {
109                 Identifier = TP_PAGE_STD ;
110                 Text [ en-US ] = "Page" ;
111             };
112             PageItem
113             {
114                 Identifier = TP_BORDER ;
115                 Text [ en-US ] = "Borders" ;
116             };
117             PageItem
118             {
119                 Identifier = TP_BACKGROUND ;
120                 Text [ en-US ] = "Background" ;
121             };
122             PageItem
123             {
124                 Identifier = TP_PAGE_HEADER ;
125                 Text [ en-US ] = "Header" ;
126             };
127             PageItem
128             {
129                 Identifier = TP_PAGE_FOOTER ;
130                 Text [ en-US ] = "Footer" ;
131             };
132             PageItem
133             {
134                 Identifier = TP_TABLE ;
135                 Text [ en-US ] = "Sheet" ;
136             };
137         };
138     };