bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / styleui / styledlg.src
blob9df424a2243200c8e68e4da7efd58bbb114fecab
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sc.hrc"
21 #include "styledlg.hrc" // -> TP_xxx
23 TabDialog RID_SCDLG_STYLES_PAR
25     OutputSize = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 289 , 176 ) ;
28     Text [ en-US ] = "Cell Style" ;
29     Moveable = TRUE ;
30     Closeable = FALSE ;
31     TabControl 1
32     {
33         OutputSize = TRUE ;
34         Pos = MAP_APPFONT ( 3 , 3 ) ;
35         Size = MAP_APPFONT ( 260 , 135 ) ;
36         PageList =
37         {
38             PageItem
39             {
40                 Identifier = TP_NUMBER ;
41                 Text [ en-US ] = "Numbers" ;
42             };
43             PageItem
44             {
45                 Identifier = TP_FONT ;
46                 Text [ en-US ] = "Font" ;
47             };
48             PageItem
49             {
50                 Identifier = TP_FONTEFF ;
51                 Text [ en-US ] = "Font Effects";
52             };
53             PageItem
54             {
55                 Identifier = TP_ALIGNMENT ;
56                 Text [ en-US ] = "Alignment" ;
57             };
58             PageItem
59             {
60                 Identifier = TP_ASIAN ;
61                 Text [ en-US ] = "Asian Typography";
62             };
63             PageItem
64             {
65                 Identifier = TP_BORDER ;
66                 Text [ en-US ] = "Borders" ;
67             };
68             PageItem
69             {
70                 Identifier = TP_BACKGROUND ;
71                 Text [ en-US ] = "Background" ;
72             };
73             PageItem
74             {
75                 Identifier = TP_PROTECTION ;
76                 Text [ en-US ] = "Cell Protection" ;
77             };
78         };
79     };
82 TabDialog RID_SCDLG_STYLES_PAGE
84     OutputSize = TRUE ;
85     SVLook = TRUE ;
86     Size = MAP_APPFONT ( 280 , 165 ) ;
87     Text [ en-US ] = "Page Style" ;
88     Moveable = TRUE ;
89     Closeable = FALSE ;
90     TabControl 1
91     {
92         OutputSize = TRUE ;
93         Pos = MAP_APPFONT ( 3 , 6 ) ;
94         Size = MAP_APPFONT ( 260 , 135 ) ;
95         PageList =
96         {
97             PageItem
98             {
99                 Identifier = TP_PAGE_STD ;
100                 Text [ en-US ] = "Page" ;
101             };
102             PageItem
103             {
104                 Identifier = TP_BORDER ;
105                 Text [ en-US ] = "Borders" ;
106             };
107             PageItem
108             {
109                 Identifier = TP_BACKGROUND ;
110                 Text [ en-US ] = "Background" ;
111             };
112             PageItem
113             {
114                 Identifier = TP_PAGE_HEADER ;
115                 Text [ en-US ] = "Header" ;
116             };
117             PageItem
118             {
119                 Identifier = TP_PAGE_FOOTER ;
120                 Text [ en-US ] = "Footer" ;
121             };
122             PageItem
123             {
124                 Identifier = TP_TABLE ;
125                 Text [ en-US ] = "Sheet" ;
126             };
127         };
128     };
131 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */