update dev300-m57
[ooovba.git] / sc / sdi / scslots.sdi
bloba2183d4675364afba67d34c4e5344917c5981d09
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: scslots.sdi,v $
10  * $Revision: 1.10 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 import "svxslots.ilb"
32 module
33 "ADC7D7A1-2341-101C-A55A-04021C007002"
34 "82528B40-234D-101C-A55A-04021C007002"
35 StarCalc
37 HelpText( "StarDivision StarCalc" ),
38 SlotIdFile( "scslots.hrc" )
39 TypeLibFile( "scslots.tlb" )
40 ModulePrefix( "Sc" )
43     struct ScProtection
44     {
45         BOOL    Locked              MID_1;
46         BOOL    FormulasHidden      MID_2;
47         BOOL    Hidden              MID_3;
48         BOOL    HiddenInPrintout    MID_4
49     };
50     item ScProtection ScProtectionAttr;
52     item double ScDoubleItem;
53     item INT32 SfxIntegerListItem;
55     //----------------------------------------------------------
56     // bei Problemen ggF. "von Hand" includen (=Copy/Paste)
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"