1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: attrdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #include <svx/dialogs.hrc>
31 #include "attrdlg.hrc"
33 //================================================
36 TabDialog RID_SCDLG_ATTR
40 Size = MAP_APPFONT ( 280 , 165 ) ;
41 Text [ en-US ] = "Format Cells" ;
47 Pos = MAP_APPFONT ( 23 , 0 ) ;
48 Size = MAP_APPFONT ( 260 , 135 ) ;
53 Identifier = TP_NUMBER ;
55 Text [ en-US ] = "Numbers" ;
59 Identifier = TP_FONT ;
61 Text [ en-US ] = "Font" ;
65 Identifier = TP_FONTEFF ;
67 Text [ en-US ] = "Font Effects";
71 Identifier = TP_ALIGNMENT ;
73 Text [ en-US ] = "Alignment" ;
77 Identifier = TP_ASIAN ;
79 Text [ en-US ] = "Asian Typography";
83 Identifier = TP_BORDER ;
85 Text [ en-US ] = "Borders" ;
89 Identifier = TP_BACKGROUND ;
91 Text [ en-US ] = "Background" ;
95 Identifier = TP_PROTECTION ;
97 Text [ en-US ] = "Cell Protection" ;
103 //================================================
104 // Zellschutz-TabPage:
106 TabPage RID_SCPAGE_PROTECTION
110 HelpId = HID_SCPAGE_PROTECTION ;
111 Pos = MAP_APPFONT ( 0 , 0 ) ;
112 Size = MAP_APPFONT ( 260 , 185 ) ;
113 TriStateBox BTN_PROTECTED
115 Pos = MAP_APPFONT ( 22 , 28 ) ;
116 Size = MAP_APPFONT ( 90 , 10 ) ;
117 Text [ en-US ] = "~Protected" ;
120 TriStateBox BTN_HIDE_FORMULAR
122 Pos = MAP_APPFONT ( 22 , 42 ) ;
123 Size = MAP_APPFONT ( 90 , 10 ) ;
124 Text [ en-US ] = "Hide ~formula" ;
127 TriStateBox BTN_HIDE_ALL
129 Pos = MAP_APPFONT ( 12 , 14 ) ;
130 Size = MAP_APPFONT ( 100 , 10 ) ;
131 Text [ en-US ] = "Hide ~all" ;
136 Pos = MAP_APPFONT ( 114 , 14 ) ;
137 Size = MAP_APPFONT ( 137 , 56 ) ;
139 Text [ en-US ] = "Cell protection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document' from the 'Tools' menu, and specify 'Sheet'." ;
141 FixedLine FL_PROTECTION
143 Pos = MAP_APPFONT ( 6 , 3 ) ;
144 Size = MAP_APPFONT ( 248 , 8 ) ;
145 Text [ en-US ] = "Protection" ;
147 TriStateBox BTN_HIDE_PRINT
149 Pos = MAP_APPFONT ( 12 , 87 ) ;
150 Size = MAP_APPFONT ( 100 , 10 ) ;
151 Text [ en-US ] = "Hide ~when printing" ;
156 Pos = MAP_APPFONT ( 114 , 87 ) ;
157 Size = MAP_APPFONT ( 137 , 24 ) ;
159 Text [ en-US ] = "The cells selected will be omitted when printing." ;
163 Pos = MAP_APPFONT ( 6 , 76 ) ;
164 Size = MAP_APPFONT ( 248 , 8 ) ;
165 Text [ en-US ] = "Print" ;