xref: /AOO42X/main/sc/source/ui/styleui/styledlg.src (revision 666469f1340f453fb3f9a30b142d1fb60741fdf2)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
22cdf0e10cSrcweir#include "sc.hrc"
23cdf0e10cSrcweir#include "styledlg.hrc" // -> TP_xxx
24cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAR
25cdf0e10cSrcweir{
26cdf0e10cSrcweir    OutputSize = TRUE ;
27cdf0e10cSrcweir    SVLook = TRUE ;
28cdf0e10cSrcweir    Size = MAP_APPFONT ( 289, 176 ) ;
29cdf0e10cSrcweir    Text [ en-US ] = "Cell Style" ;
30cdf0e10cSrcweir    Moveable = TRUE ;
31cdf0e10cSrcweir    Closeable = FALSE ;
32cdf0e10cSrcweir    TabControl 1
33cdf0e10cSrcweir    {
34cdf0e10cSrcweir        OutputSize = TRUE ;
35cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3, 3 ) ;
36cdf0e10cSrcweir        Size = MAP_APPFONT ( 260, 135 ) ;
37cdf0e10cSrcweir        PageList =
38cdf0e10cSrcweir        {
39cdf0e10cSrcweir            PageItem
40cdf0e10cSrcweir            {
41cdf0e10cSrcweir                Identifier = TP_NUMBER ;
42cdf0e10cSrcweir                Text [ en-US ] = "Numbers" ;
43cdf0e10cSrcweir            };
44cdf0e10cSrcweir            PageItem
45cdf0e10cSrcweir            {
46cdf0e10cSrcweir                Identifier = TP_FONT ;
47cdf0e10cSrcweir                Text [ en-US ] = "Font" ;
48cdf0e10cSrcweir            };
49cdf0e10cSrcweir            PageItem
50cdf0e10cSrcweir            {
51cdf0e10cSrcweir                Identifier = TP_FONTEFF ;
52cdf0e10cSrcweir                Text [ en-US ] = "Font Effects" ;
53cdf0e10cSrcweir            };
54cdf0e10cSrcweir            PageItem
55cdf0e10cSrcweir            {
56cdf0e10cSrcweir                Identifier = TP_ALIGNMENT ;
57cdf0e10cSrcweir                Text [ en-US ] = "Alignment" ;
58cdf0e10cSrcweir            };
59cdf0e10cSrcweir            PageItem
60cdf0e10cSrcweir            {
61cdf0e10cSrcweir                Identifier = TP_ASIAN ;
62cdf0e10cSrcweir                Text [ en-US ] = "Asian Typography" ;
63cdf0e10cSrcweir            };
64cdf0e10cSrcweir            PageItem
65cdf0e10cSrcweir            {
66cdf0e10cSrcweir                Identifier = TP_BORDER ;
67cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
68cdf0e10cSrcweir            };
69cdf0e10cSrcweir            PageItem
70cdf0e10cSrcweir            {
71cdf0e10cSrcweir                Identifier = TP_BACKGROUND ;
72cdf0e10cSrcweir                Text [ en-US ] = "Background" ;
73cdf0e10cSrcweir            };
74cdf0e10cSrcweir            PageItem
75cdf0e10cSrcweir            {
76cdf0e10cSrcweir                Identifier = TP_PROTECTION ;
77cdf0e10cSrcweir                Text [ en-US ] = "Cell Protection" ;
78cdf0e10cSrcweir            };
79cdf0e10cSrcweir        };
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir};
82cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAGE
83cdf0e10cSrcweir{
84cdf0e10cSrcweir    OutputSize = TRUE ;
85cdf0e10cSrcweir    SVLook = TRUE ;
86cdf0e10cSrcweir    Size = MAP_APPFONT ( 280, 165 ) ;
87cdf0e10cSrcweir    Text [ en-US ] = "Page Style" ;
88cdf0e10cSrcweir    Moveable = TRUE ;
89cdf0e10cSrcweir    Closeable = FALSE ;
90cdf0e10cSrcweir    TabControl 1
91cdf0e10cSrcweir    {
92cdf0e10cSrcweir        OutputSize = TRUE ;
93cdf0e10cSrcweir        Pos = MAP_APPFONT ( 3, 6 ) ;
94cdf0e10cSrcweir        Size = MAP_APPFONT ( 260, 135 ) ;
95cdf0e10cSrcweir        PageList =
96cdf0e10cSrcweir        {
97cdf0e10cSrcweir            PageItem
98cdf0e10cSrcweir            {
99cdf0e10cSrcweir                Identifier = TP_PAGE_STD ;
100cdf0e10cSrcweir                Text [ en-US ] = "Page" ;
101cdf0e10cSrcweir            };
102cdf0e10cSrcweir            PageItem
103cdf0e10cSrcweir            {
104cdf0e10cSrcweir                Identifier = TP_BORDER ;
105cdf0e10cSrcweir                Text [ en-US ] = "Borders" ;
106cdf0e10cSrcweir            };
107cdf0e10cSrcweir            PageItem
108cdf0e10cSrcweir            {
109cdf0e10cSrcweir                Identifier = TP_BACKGROUND ;
110cdf0e10cSrcweir                Text [ en-US ] = "Background" ;
111cdf0e10cSrcweir            };
112cdf0e10cSrcweir            PageItem
113cdf0e10cSrcweir            {
114cdf0e10cSrcweir                Identifier = TP_PAGE_HEADER ;
115cdf0e10cSrcweir                Text [ en-US ] = "Header" ;
116cdf0e10cSrcweir            };
117cdf0e10cSrcweir            PageItem
118cdf0e10cSrcweir            {
119cdf0e10cSrcweir                Identifier = TP_PAGE_FOOTER ;
120cdf0e10cSrcweir                Text [ en-US ] = "Footer" ;
121cdf0e10cSrcweir            };
122cdf0e10cSrcweir            PageItem
123cdf0e10cSrcweir            {
124cdf0e10cSrcweir                Identifier = TP_TABLE ;
125cdf0e10cSrcweir                Text [ en-US ] = "Sheet" ;
126cdf0e10cSrcweir            };
127cdf0e10cSrcweir        };
128cdf0e10cSrcweir    };
129cdf0e10cSrcweir};
130cdf0e10cSrcweir
131*bca37714Smseidel// ********************************************************************** EOF
132