1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28module 29"ADC7D7A1-2341-101C-A55A-04021C007002" 30"82528B40-234D-101C-A55A-04021C007002" 31StarCalc 32[ 33HelpText( "StarDivision StarCalc" ), 34SlotIdFile( "scslots.hrc" ) 35ModulePrefix( "Sc" ) 36] 37{ 38 struct ScProtection 39 { 40 BOOL Locked MID_1; 41 BOOL FormulasHidden MID_2; 42 BOOL Hidden MID_3; 43 BOOL HiddenInPrintout MID_4 44 }; 45 item ScProtection ScProtectionAttr; 46 47 item double ScDoubleItem; 48 item INT32 SfxIntegerListItem; 49 50 //---------------------------------------------------------- 51 // bei Problemen ggF. "von Hand" includen (=Copy/Paste) 52 include "sfx2/sfxitems.sdi" 53 include "sfx2/sfx.sdi" 54 include "svx/svxitems.sdi" 55 include "svx/xoitems.sdi" 56 include "svx/svx.sdi" 57 58 include "scalc.sdi" 59 include "docsh.sdi" 60 include "tabvwsh.sdi" 61 include "drawsh.sdi" 62 include "editsh.sdi" 63 include "pivotsh.sdi" 64 include "app.sdi" 65 include "drtxtob.sdi" 66 include "prevwsh.sdi" 67 include "auditsh.sdi" 68 include "drformsh.sdi" 69 include "formatsh.sdi" 70 include "cellsh.sdi" 71 include "oleobjsh.sdi" 72 include "chartsh.sdi" 73 include "graphsh.sdi" 74 include "pgbrksh.sdi" 75 include "mediash.sdi" 76 77} 78 79