1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "styledlg.hrc" // -> TP_xxx
23 TabDialog RID_SCDLG_STYLES_PAR
27 Size = MAP_APPFONT ( 289 , 176 ) ;
28 Text [ en-US ] = "Cell Style" ;
34 Pos = MAP_APPFONT ( 3 , 3 ) ;
35 Size = MAP_APPFONT ( 260 , 135 ) ;
40 Identifier = TP_NUMBER ;
41 Text [ en-US ] = "Numbers" ;
45 Identifier = TP_FONT ;
46 Text [ en-US ] = "Font" ;
50 Identifier = TP_FONTEFF ;
51 Text [ en-US ] = "Font Effects";
55 Identifier = TP_ALIGNMENT ;
56 Text [ en-US ] = "Alignment" ;
60 Identifier = TP_ASIAN ;
61 Text [ en-US ] = "Asian Typography";
65 Identifier = TP_BORDER ;
66 Text [ en-US ] = "Borders" ;
70 Identifier = TP_BACKGROUND ;
71 Text [ en-US ] = "Background" ;
75 Identifier = TP_PROTECTION ;
76 Text [ en-US ] = "Cell Protection" ;
82 TabDialog RID_SCDLG_STYLES_PAGE
86 Size = MAP_APPFONT ( 280 , 165 ) ;
87 Text [ en-US ] = "Page Style" ;
93 Pos = MAP_APPFONT ( 3 , 6 ) ;
94 Size = MAP_APPFONT ( 260 , 135 ) ;
99 Identifier = TP_PAGE_STD ;
100 Text [ en-US ] = "Page" ;
104 Identifier = TP_BORDER ;
105 Text [ en-US ] = "Borders" ;
109 Identifier = TP_BACKGROUND ;
110 Text [ en-US ] = "Background" ;
114 Identifier = TP_PAGE_HEADER ;
115 Text [ en-US ] = "Header" ;
119 Identifier = TP_PAGE_FOOTER ;
120 Text [ en-US ] = "Footer" ;
124 Identifier = TP_TABLE ;
125 Text [ en-US ] = "Sheet" ;
131 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */