/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include #include "attrdlg.hrc" //================================================ // Attributdialog: TabDialog RID_SCDLG_ATTR { OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 280 , 165 ) ; Text [ en-US ] = "Format Cells" ; Moveable = TRUE ; Closeable = FALSE ; TabControl 1 { OutputSize = TRUE ; Pos = MAP_APPFONT ( 23 , 0 ) ; Size = MAP_APPFONT ( 260 , 135 ) ; PageList = { PageItem { Identifier = TP_NUMBER ; PageResID = 256 ; Text [ en-US ] = "Numbers" ; }; PageItem { Identifier = TP_FONT ; PageResID = 257 ; Text [ en-US ] = "Font" ; }; PageItem { Identifier = TP_FONTEFF ; PageResID = 262 ; Text [ en-US ] = "Font Effects"; }; PageItem { Identifier = TP_ALIGNMENT ; PageResID = 258 ; Text [ en-US ] = "Alignment" ; }; PageItem { Identifier = TP_ASIAN ; PageResID = 263 ; Text [ en-US ] = "Asian Typography"; }; PageItem { Identifier = TP_BORDER ; PageResID = 259 ; Text [ en-US ] = "Borders" ; }; PageItem { Identifier = TP_BACKGROUND ; PageResID = 260 ; Text [ en-US ] = "Background" ; }; PageItem { Identifier = TP_PROTECTION ; PageResID = 261 ; Text [ en-US ] = "Cell Protection" ; }; }; }; }; //================================================ // Zellschutz-TabPage: TabPage RID_SCPAGE_PROTECTION { Hide = TRUE ; SVLook = TRUE ; HelpId = HID_SCPAGE_PROTECTION ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ; TriStateBox BTN_PROTECTED { HelpID = "sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_PROTECTED"; Pos = MAP_APPFONT ( 22 , 28 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ en-US ] = "~Protected" ; TabStop = TRUE ; }; TriStateBox BTN_HIDE_FORMULAR { HelpID = "sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR"; Pos = MAP_APPFONT ( 22 , 42 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ en-US ] = "Hide ~formula" ; TabStop = TRUE ; }; TriStateBox BTN_HIDE_ALL { HelpID = "sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL"; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "Hide ~all" ; TabStop = TRUE ; }; FixedText FT_HINT { Pos = MAP_APPFONT ( 114 , 14 ) ; Size = MAP_APPFONT ( 137 , 56 ) ; WordBreak = TRUE ; 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'." ; }; FixedLine FL_PROTECTION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Protection" ; }; TriStateBox BTN_HIDE_PRINT { HelpID = "sc:TriStateBox:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT"; Pos = MAP_APPFONT ( 12 , 87 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "Hide ~when printing" ; TabStop = TRUE ; }; FixedText FT_HINT2 { Pos = MAP_APPFONT ( 114 , 87 ) ; Size = MAP_APPFONT ( 137 , 24 ) ; WordBreak = TRUE ; Text [ en-US ] = "The cells selected will be omitted when printing." ; }; FixedLine FL_PRINT { Pos = MAP_APPFONT ( 6 , 76 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Print" ; }; };